Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dpriv.h88 #define PRIV_WORK_INTERVAL 1008 /* Express details about a work interval */ macro
/xnu-12377.61.12/bsd/kern/
H A Dsys_work_interval.c71 if ((error = priv_check_cred(kauth_cred_get(), PRIV_WORK_INTERVAL, 0)) != 0) { in work_interval_ctl()