Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_label.c135 mac_label_get(struct label *l, int slot) in mac_label_get() function
H A Dmac_policy.h1036 intptr_t mac_label_get(struct label *l, int slot);
/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c77 #define SLOT(l) mac_label_get((l), partition_slot)
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c60 mac_label_get((l), mac_veriexec_slot)
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c129 #define SLOT(l) ((struct mac_lomac *)mac_label_get((l), lomac_slot))
132 mac_label_get((l), lomac_slot))
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c136 #define SLOT(l) ((struct mac_biba *)mac_label_get((l), biba_slot))
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c125 #define SLOT(l) ((struct mac_mls *)mac_label_get((l), mls_slot))
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c109 #define SLOT(x) mac_label_get((x), test_slot)