Home
last modified time | relevance | path

Searched refs:mtx_init (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/security/audit/
H A Daudit_bsd.h235 #define mtx_init(mp, name, type, opts) \ macro
H A Daudit.c331 mtx_init(&audit_mtx, "audit_mtx", NULL, MTX_DEF); in audit_init()
H A Daudit_pipe.c176 #define AUDIT_PIPE_LOCK_INIT(ap) mtx_init(&(ap)->ap_mtx, \
H A Daudit_session.c281 #define AUDIT_SDEV_LOCK_INIT(asdev) mtx_init(&(asdev)->asdev_mtx, \