Home
last modified time | relevance | path

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

/src/sys/security/audit/
H A Daudit_bsm_db.c77 static struct mtx evclass_mtx; variable
78 #define EVCLASS_LOCK_INIT() mtx_init(&evclass_mtx, "evclass_lock", NULL, MTX_DEF)
79 #define EVCLASS_WLOCK() mtx_lock(&evclass_mtx);
80 #define EVCLASS_WUNLOCK() mtx_unlock(&evclass_mtx);