Searched refs:USER_SIG_DFL (Results 1 – 2 of 2) sorted by relevance
33 SA_FLAG_DFL, SA_FLAG_IGN, SA_FLAG_IMMUTABLE, SA_FLAG_RESTORER, STACK_ALIGN, USER_SIG_DFL,795 USER_SIG_DFL | USER_SIG_IGN => { in sys_sigaction()796 if _input_sah == USER_SIG_DFL { in sys_sigaction()864 sah = USER_SIG_DFL; in sys_sigaction()
96 pub const USER_SIG_DFL: u64 = 1u64 << 0; constant