Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h542 #define P_LVMRSRCOWNER 0x01000000 /* can handle the resource ownership of */ macro
/xnu-12377.41.6/bsd/kern/
H A Dproc_info.c3304 pself->p_lflag |= P_LVMRSRCOWNER; in proc_setcontrol()
H A Dkern_proc.c4779 if (((self->p_lflag & P_LVMRSRCOWNER) == 0) && (error = suser(kauth_cred_get(), 0))) { in proc_resetpcontrol()