Home
last modified time | relevance | path

Searched refs:P_REBOOT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_xxx.c154 OSBitOrAtomic(P_REBOOT, &p->p_flag); /* No more signals for this proc */ in reboot()
H A Dkern_sig.c2153 if (ISSET(sig_proc->p_flag, P_REBOOT) || ISSET(sig_proc->p_lflag, P_LEXIT)) { in psignal_internal()
/xnu-12377.1.9/bsd/sys/
H A Dproc.h197 #define P_REBOOT 0x00200000 /* Process called reboot() */ macro