Searched defs:SLOT_SET (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/security/mac_partition/ |
| H A D | mac_partition.c | 78 #define SLOT_SET(l, v) mac_label_set((l), partition_slot, (v)) macro
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 61 #define SLOT_SET(l, v) \ macro
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 130 #define SLOT_SET(l, val) mac_label_set((l), lomac_slot, (uintptr_t)(val)) macro
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 126 #define SLOT_SET(l, val) mac_label_set((l), mls_slot, (uintptr_t)(val)) macro
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 110 #define SLOT_SET(x, v) mac_label_set((x), test_slot, (v)) macro
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 137 #define SLOT_SET(l, val) mac_label_set((l), biba_slot, (uintptr_t)(val)) macro
|