Home
last modified time | relevance | path

Searched defs:SLOT_SET (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c78 #define SLOT_SET(l, v) mac_label_set((l), partition_slot, (v)) macro
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c61 #define SLOT_SET(l, v) \ macro
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c130 #define SLOT_SET(l, val) mac_label_set((l), lomac_slot, (uintptr_t)(val)) macro
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c126 #define SLOT_SET(l, val) mac_label_set((l), mls_slot, (uintptr_t)(val)) macro
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c110 #define SLOT_SET(x, v) mac_label_set((x), test_slot, (v)) macro
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c137 #define SLOT_SET(l, val) mac_label_set((l), biba_slot, (uintptr_t)(val)) macro