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

/freebsd-10.2-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, __fcntl_compat),
48 SLOT(fsync, __sys_fsync),
49 SLOT(fork, __sys_fork),
50 SLOT(msyn
82 #undef SLOT macro
[all...]
/freebsd-10.2-release/sys/security/mac_biba/
H A Dmac_biba.c142 #define SLOT(l) ((struct mac_biba *)mac_label_get((l), biba_slot)) macro
526 if (SLOT(label) == NULL)
536 biba_free(SLOT(label));
634 mb = SLOT(label);
763 mb = SLOT(label);
773 *SLOT(dest) = *SLOT(src);
789 a = SLOT(dlabel);
790 b = SLOT(ifplabel);
803 source = SLOT(cre
[all...]
/freebsd-10.2-release/sys/security/mac_mls/
H A Dmac_mls.c127 #define SLOT(l) ((struct mac_mls *)mac_label_get((l), mls_slot)) macro
487 if (SLOT(label) == NULL)
497 mls_free(SLOT(label));
595 mm = SLOT(label);
725 mm = SLOT(label);
735 *SLOT(dest) = *SLOT(src);
751 a = SLOT(dlabel);
752 b = SLOT(ifplabel);
764 source = SLOT(cre
[all...]
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_syscalls.c626 #define SLOT(name) \ macro
629 SLOT(accept);
630 SLOT(accept4);
631 SLOT(aio_suspend);
632 SLOT(close);
633 SLOT(connect);
634 SLOT(fcntl);
635 SLOT(fsync);
636 SLOT(fork);
637 SLOT(msyn
667 #undef SLOT macro
[all...]
/freebsd-10.2-release/sys/security/mac_lomac/
H A Dmac_lomac.c134 #define SLOT(l) ((struct mac_lomac *)mac_label_get((l), lomac_slot)) macro
626 if (SLOT(label) == NULL)
636 lomac_free(SLOT(label));
714 ml = SLOT(label);
858 ml = SLOT(label);
868 *SLOT(dest) = *SLOT(src);
884 a = SLOT(dlabel);
885 b = SLOT(ifplabel);
898 source = SLOT(cre
[all...]
/freebsd-10.2-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-10.2-release/sys/dev/mca/
H A Dmca_busvar.h57 MCA_ACCESSOR(slot, SLOT, int)
/freebsd-10.2-release/sys/sparc64/sbus/
H A Dsbusvar.h119 SBUS_ACCESSOR(slot, SLOT, int)
/freebsd-10.2-release/sys/dev/eisa/
H A Deisaconf.h66 EISA_ACCESSOR(slot, SLOT, int)
/freebsd-10.2-release/sys/ia64/disasm/
H A Ddisasm_int.h50 #define SLOT(p,i) ((_SLOT(p,i) >> (TMPL_BITS+((i)<<3)+(i))) & SLOT_MASK) macro
H A Ddisasm_decode.c540 bits = SLOT(ip, slot);
656 bits = SLOT(ip, slot);
907 bits = SLOT(ip, slot);
1319 bits = SLOT(ip, slot);
2479 bits = SLOT(ip, slot);
2483 b->b_inst[slot - 1].i_bits = SLOT(ip, slot - 1);
/freebsd-10.2-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-10.2-release/sys/dev/pci/
H A Dpcivar.h286 PCI_ACCESSOR(slot, SLOT, uint8_t)
/freebsd-10.2-release/sys/dev/en/
H A Dmidway.c267 #define EN_DQ_MK(SLOT, LEN) (((SLOT) << 20) | (LEN) | (0x80000))

Completed in 208 milliseconds