Searched refs:P_LTERM (Results 1 – 2 of 2) sorted by relevance
2145 if (p->p_lflag & P_LTERM) { in proc_prepareexit()2148 p->p_lflag |= P_LTERM; in proc_prepareexit()2187 } else if (!(p->p_lflag & P_LTERM)) { in proc_exit()2190 p->p_lflag |= P_LTERM; in proc_exit()
522 #define P_LTERM 0x00000004 /* */ macro