Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dproc.h208 #define P_FORCEQUOTA 0x20000000 /* Force quota for root */ macro
/xnu-12377.41.6/bsd/kern/
H A Dmach_process.c159 OSBitOrAtomic(P_FORCEQUOTA, &t->p_flag); in ptrace()
H A Dkern_proc.c1828 retval = p->p_flag & P_FORCEQUOTA; in proc_forcequota()