Home
last modified time | relevance | path

Searched refs:PT_FORCEQUOTA (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dptrace.h92 #define PT_FORCEQUOTA 30 /* Enforce quota for root */ macro
/xnu-11215.81.4/bsd/kern/
H A Dmach_process.c155 if (uap->req == PT_FORCEQUOTA) { in ptrace()