Searched refs:destroyed_not_inited (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/security/mac_lomac/ |
H A D | mac_lomac.c | 104 static int destroyed_not_inited; variable 105 SYSCTL_INT(_security_mac_lomac, OID_AUTO, destroyed_not_inited, CTLFLAG_RD, 106 &destroyed_not_inited, 0, "Count of labels destroyed but not inited"); 151 atomic_add_int(&destroyed_not_inited, 1); in lomac_free()
|
/freebsd/sys/security/mac_mls/ |
H A D | mac_mls.c | 104 static int destroyed_not_inited; variable 105 SYSCTL_INT(_security_mac_mls, OID_AUTO, destroyed_not_inited, CTLFLAG_RD, 106 &destroyed_not_inited, 0, "Count of labels destroyed but not inited"); 150 atomic_add_int(&destroyed_not_inited, 1); in mls_free()
|
/freebsd/sys/security/mac_biba/ |
H A D | mac_biba.c | 103 static int destroyed_not_inited; variable 104 SYSCTL_INT(_security_mac_biba, OID_AUTO, destroyed_not_inited, CTLFLAG_RD, 105 &destroyed_not_inited, 0, "Count of labels destroyed but not inited"); 162 atomic_add_int(&destroyed_not_inited, 1); in biba_free()
|