Searched refs:PL_SIGCOMPAT (Results 1 – 5 of 5) sorted by relevance
123 if ((p->p_lflag & PL_SIGCOMPAT) != 0) {
195 if ((p->p_lflag & PL_SIGCOMPAT) == 0) { in netbsd32___sigaction_sigtramp() 205 p->p_lflag |= PL_SIGCOMPAT; in netbsd32___sigaction_sigtramp()
198 if ((p->p_lflag & PL_SIGCOMPAT) != 0) { in kern_sig_16_fini()
429 } else if ((p->p_lflag & PL_SIGCOMPAT) == 0) { in sigaction1()447 p->p_lflag |= PL_SIGCOMPAT; in sigaction1()
434 #define PL_SIGCOMPAT 0x00000004 /* Has used compat signal trampoline */ macro