Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/security/mac/
HDmac_label.c136 mac_label_get(struct label *l, int slot) in mac_label_get() function
HDmac_policy.h1036 intptr_t mac_label_get(struct label *l, int slot);
/freebsd-11-stable/sys/security/mac_partition/
HDmac_partition.c76 #define SLOT(l) mac_label_get((l), partition_slot)
/freebsd-11-stable/sys/security/mac_lomac/
HDmac_lomac.c128 #define SLOT(l) ((struct mac_lomac *)mac_label_get((l), lomac_slot))
131 mac_label_get((l), lomac_slot))
/freebsd-11-stable/sys/security/mac_mls/
HDmac_mls.c124 #define SLOT(l) ((struct mac_mls *)mac_label_get((l), mls_slot))
/freebsd-11-stable/sys/security/mac_biba/
HDmac_biba.c135 #define SLOT(l) ((struct mac_biba *)mac_label_get((l), biba_slot))
/freebsd-11-stable/sys/security/mac_test/
HDmac_test.c108 #define SLOT(x) mac_label_get((x), test_slot)