Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/security/audit/
H A Daudit_bsd.h307 int _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);
308 #define ppsratecheck(tv, cr, mr) _audit_ppsratecheck(tv, cr, mr)
H A Daudit_bsd.c423 _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in _audit_ppsratecheck() function