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

/freebsd-11.0-release/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
83 #undef SLOT macro
[all...]
/freebsd-11.0-release/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-11.0-release/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-11.0-release/lib/libthr/thread/
H A Dthr_syscalls.c614 #define SLOT(name) \ macro
617 SLOT(accept);
618 SLOT(accept4);
619 SLOT(aio_suspend);
620 SLOT(close);
621 SLOT(connect);
622 SLOT(fcntl);
623 SLOT(fsync);
624 SLOT(fork);
625 SLOT(msyn
656 #undef SLOT macro
[all...]
/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/dev/mca/
H A Dmca_busvar.h57 MCA_ACCESSOR(slot, SLOT, int)
/freebsd-11.0-release/sys/sparc64/sbus/
H A Dsbusvar.h119 SBUS_ACCESSOR(slot, SLOT, int)
/freebsd-11.0-release/sys/dev/eisa/
H A Deisaconf.h66 EISA_ACCESSOR(slot, SLOT, int)
/freebsd-11.0-release/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-11.0-release/sys/dev/pci/
H A Dpcivar.h316 PCI_ACCESSOR(slot, SLOT, uint8_t)
/freebsd-11.0-release/sys/dev/en/
H A Dmidway.c268 #define EN_DQ_MK(SLOT, LEN) (((SLOT) << 20) | (LEN) | (0x80000))

Completed in 245 milliseconds