Searched refs:P_LEXIT (Results 1 – 9 of 9) sorted by relevance
1622 proc_exiting = !!(p->p_lflag & P_LEXIT); in exit_with_reason()1655 p->p_lflag |= P_LEXIT; in exit_with_reason()2209 if (!(p->p_lflag & P_LEXIT)) { in proc_exit()2214 p->p_lflag |= P_LEXIT; in proc_exit()
717 if ((p->p_lflag & P_LEXIT) == P_LEXIT) { in proc_pidbsdinfo()846 if ((p->p_lflag & P_LEXIT) == P_LEXIT) { in proc_pidshortbsdinfo()
616 if (parent_proc->p_lflag & P_LEXIT || !thread_is_active(current_thread())) { in fork()
2153 if (ISSET(sig_proc->p_flag, P_REBOOT) || ISSET(sig_proc->p_lflag, P_LEXIT)) { in psignal_internal()
2826 if (p->p_lflag & P_LEXIT) { in exec_activate_image()5613 proc_active = !(old_proc->p_lflag & P_LEXIT); in proc_exec_switch_task()
1151 if (p->p_lflag & P_LEXIT) {1214 if (p->p_lflag & P_LEXIT) {
1771 retval = p->p_lflag & P_LEXIT; in proc_exiting()
523 #define P_LEXIT 0x00000008 /* */ macro
1633 if (p->p_lflag & P_LEXIT) { in fasttrap_provider_lookup()