Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c69 static struct mtx ugidfw_mtx; variable
160 mtx_lock(&ugidfw_mtx); in sysctl_rule()
196 mtx_unlock(&ugidfw_mtx); in sysctl_rule()
211 mtx_init(&ugidfw_mtx, "mac_bsdextended lock", NULL, MTX_DEF); in ugidfw_init()
223 mtx_destroy(&ugidfw_mtx); in ugidfw_destroy()
236 mtx_assert(&ugidfw_mtx, MA_OWNED); in ugidfw_rulecheck()
435 mtx_lock(&ugidfw_mtx); in ugidfw_check()
444 mtx_unlock(&ugidfw_mtx); in ugidfw_check()
448 mtx_unlock(&ugidfw_mtx); in ugidfw_check()