Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/security/audit/
H A Daudit_bsd.h247 void _audit_slck_unlock(struct slck *lp);
254 #define slck_unlock(lp) _audit_slck_unlock((lp))
H A Daudit_bsd.c349 _audit_slck_unlock(struct slck *lp) in _audit_slck_unlock() function