Searched refs:SLOT_SET (Results 1 - 5 of 5) sorted by relevance

/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
152 SLOT_SET(dest, SLOT(src));
154 SLOT_SET(dest, 0);
161 SLOT_SET(cred->cr_label, 0);
168 SLOT_SET(cred->cr_label, 0);
175 SLOT_SET(label, 0);
202 SLOT_SET(label, 0);
214 SLOT_SET(label, strtol(element_data, NULL, 10));
223 SLOT_SET(cred->cr_label, SLOT(newlabel));
/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
511 SLOT_SET(label, biba_alloc(M_WAITOK));
518 SLOT_SET(label, biba_alloc(flag));
530 SLOT_SET(label, NULL);
/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
612 SLOT_SET(label, lomac_alloc(M_WAITOK));
619 SLOT_SET(label, lomac_alloc(flag));
631 SLOT_SET(label, NULL);
/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
476 SLOT_SET(label, mls_alloc(M_WAITOK));
483 SLOT_SET(label, mls_alloc(flag));
495 SLOT_SET(label, NULL);
/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
140 SLOT_SET(label, MAGIC_FREE); \
149 SLOT_SET(label, magic); \

Completed in 395 milliseconds