Searched refs:SLOT (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/lib/libc/sys/
H A Dinterposing_table.c39 #define SLOT(a, b) \ macro
42 SLOT(accept, __sys_accept),
43 SLOT(accept4, __sys_accept4),
44 SLOT(aio_suspend, __sys_aio_suspend),
45 SLOT(close, __sys_close),
46 SLOT(connect, __sys_connect),
47 SLOT(fcntl, __sys_fcntl),
48 SLOT(fsync, __sys_fsync),
49 SLOT(fork, __sys_fork),
50 SLOT(msyn
87 #undef SLOT macro
[all...]
/freebsd-12-stable/sys/security/mac_biba/
H A Dmac_biba.c135 #define SLOT(l) ((struct mac_biba *)mac_label_get((l), biba_slot)) macro
519 if (SLOT(label) == NULL)
529 biba_free(SLOT(label));
627 mb = SLOT(label);
756 mb = SLOT(label);
766 *SLOT(dest) = *SLOT(src);
782 a = SLOT(dlabel);
783 b = SLOT(ifplabel);
796 source = SLOT(cre
[all...]
/freebsd-12-stable/sys/security/mac_mls/
H A Dmac_mls.c124 #define SLOT(l) ((struct mac_mls *)mac_label_get((l), mls_slot)) macro
484 if (SLOT(label) == NULL)
494 mls_free(SLOT(label));
592 mm = SLOT(label);
722 mm = SLOT(label);
732 *SLOT(dest) = *SLOT(src);
748 a = SLOT(dlabel);
749 b = SLOT(ifplabel);
761 source = SLOT(cre
[all...]
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_syscalls.c646 #define SLOT(name) \ macro
649 SLOT(accept);
650 SLOT(accept4);
651 SLOT(aio_suspend);
652 SLOT(close);
653 SLOT(connect);
654 SLOT(fcntl);
655 SLOT(fsync);
656 SLOT(fork);
657 SLOT(msyn
691 #undef SLOT macro
[all...]
/freebsd-12-stable/sys/security/mac_lomac/
H A Dmac_lomac.c128 #define SLOT(l) ((struct mac_lomac *)mac_label_get((l), lomac_slot)) macro
620 if (SLOT(label) == NULL)
630 lomac_free(SLOT(label));
708 ml = SLOT(label);
852 ml = SLOT(label);
862 *SLOT(dest) = *SLOT(src);
878 a = SLOT(dlabel);
879 b = SLOT(ifplabel);
892 source = SLOT(cre
[all...]
/freebsd-12-stable/sys/security/mac_partition/
H A Dmac_partition.c76 #define SLOT(l) mac_label_get((l), partition_slot) macro
89 if (SLOT(subject) == 0)
100 if (SLOT(subject) == SLOT(object))
124 if (SLOT(newlabel) != 0) {
152 SLOT_SET(dest, SLOT(src));
189 if (sbuf_printf(sb, "%jd", (intmax_t)SLOT(label)) == -1)
222 if (newlabel != NULL && SLOT(newlabel) != 0)
223 SLOT_SET(cred->cr_label, SLOT(newlabel));
291 if (SLOT(execlabe
[all...]
/freebsd-12-stable/sys/sparc64/sbus/
H A Dsbusvar.h121 SBUS_ACCESSOR(slot, SLOT, int)
/freebsd-12-stable/sys/security/mac_veriexec/
H A Dmac_veriexec.c59 #define SLOT(l) \ macro
217 fsid = SLOT(mp->mnt_label);
299 SLOT_SET(dest, SLOT(src));
730 fps = SLOT(vp->v_label);
/freebsd-12-stable/sys/security/mac_test/
H A Dmac_test.c108 #define SLOT(x) mac_label_get((x), test_slot) macro
133 KASSERT(SLOT(label) == magic || SLOT(label) == 0, \
139 if (SLOT(label) == magic || SLOT(label) == 0) { \
141 } else if (SLOT(label) == MAGIC_FREE) { \
153 KASSERT(SLOT(label) != MAGIC_FREE, \
/freebsd-12-stable/sys/dev/pci/
H A Dpcivar.h380 PCI_ACCESSOR(slot, SLOT, uint8_t)

Completed in 198 milliseconds