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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.h323 int _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);
324 #define ppsratecheck(tv, cr, mr) _audit_ppsratecheck(tv, cr, mr)
H A Daudit_bsd.c599 _audit_ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) function

Completed in 57 milliseconds