Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c108 static int destroyed_not_inited; variable
109 SYSCTL_INT(_security_mac_lomac, OID_AUTO, destroyed_not_inited, CTLFLAG_RD,
110 &destroyed_not_inited, 0, "Count of labels destroyed but not inited");
154 atomic_add_int(&destroyed_not_inited, 1); in lomac_free()
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c107 static int destroyed_not_inited; variable
108 SYSCTL_INT(_security_mac_biba, OID_AUTO, destroyed_not_inited, CTLFLAG_RD,
109 &destroyed_not_inited, 0, "Count of labels destroyed but not inited");
165 atomic_add_int(&destroyed_not_inited, 1); in biba_free()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c108 static int destroyed_not_inited; variable
109 SYSCTL_INT(_security_mac_mls, OID_AUTO, destroyed_not_inited, CTLFLAG_RD,
110 &destroyed_not_inited, 0, "Count of labels destroyed but not inited");
154 atomic_add_int(&destroyed_not_inited, 1); in mls_free()