Searched defs:SLOT_SET (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c136 #define SLOT_SET(l, val) mac_label_set((l), biba_slot, (uintptr_t)(val)) macro
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c129 #define SLOT_SET(l, val) mac_label_set((l), lomac_slot, (uintptr_t)(val)) macro
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c125 #define SLOT_SET(l, val) mac_label_set((l), mls_slot, (uintptr_t)(val)) macro
/freebsd-11-stable/sys/security/mac_partition/
H A Dmac_partition.c77 #define SLOT_SET(l, v) mac_label_set((l), partition_slot, (v)) macro
/freebsd-11-stable/sys/security/mac_test/
H A Dmac_test.c109 #define SLOT_SET(x, v) mac_label_set((x), test_slot, (v)) macro

Completed in 196 milliseconds