Home
last modified time | relevance | path

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

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