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