Home
last modified time | relevance | path

Searched refs:SLOT (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libsys/
H A Dinterposing_table.c35 #define SLOT(a, b) \ macro
38 SLOT(accept, __sys_accept),
39 SLOT(accept4, __sys_accept4),
40 SLOT(aio_suspend, __sys_aio_suspend),
41 SLOT(close, __sys_close),
42 SLOT(connect, __sys_connect),
43 SLOT(fcntl, __sys_fcntl),
44 SLOT(fsync, __sys_fsync),
45 SLOT(fork, __sys_fork),
46 SLOT(msync, __sys_msync),
[all …]
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c134 #define SLOT(l) ((struct mac_biba *)mac_label_get((l), biba_slot)) macro
518 if (SLOT(label) == NULL) in biba_init_label_waitcheck()
528 biba_free(SLOT(label)); in biba_destroy_label()
626 mb = SLOT(label); in biba_externalize_label()
755 mb = SLOT(label); in biba_internalize_label()
765 *SLOT(dest) = *SLOT(src); in biba_copy_label()
781 a = SLOT(dlabel); in biba_bpfdesc_check_receive()
782 b = SLOT(ifplabel); in biba_bpfdesc_check_receive()
795 source = SLOT(cred->cr_label); in biba_bpfdesc_create()
796 dest = SLOT(dlabel); in biba_bpfdesc_create()
[all …]
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c123 #define SLOT(l) ((struct mac_mls *)mac_label_get((l), mls_slot)) macro
483 if (SLOT(label) == NULL) in mls_init_label_waitcheck()
493 mls_free(SLOT(label)); in mls_destroy_label()
591 mm = SLOT(label); in mls_externalize_label()
721 mm = SLOT(label); in mls_internalize_label()
731 *SLOT(dest) = *SLOT(src); in mls_copy_label()
747 a = SLOT(dlabel); in mls_bpfdesc_check_receive()
748 b = SLOT(ifplabel); in mls_bpfdesc_check_receive()
760 source = SLOT(cred->cr_label); in mls_bpfdesc_create()
761 dest = SLOT(dlabel); in mls_bpfdesc_create()
[all …]
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c628 #define SLOT(name) \ in __thr_interpose_libc() macro
631 SLOT(system); in __thr_interpose_libc()
632 SLOT(tcdrain); in __thr_interpose_libc()
633 SLOT(spinlock); in __thr_interpose_libc()
634 SLOT(spinunlock); in __thr_interpose_libc()
635 SLOT(map_stacks_exec); in __thr_interpose_libc()
636 #undef SLOT in __thr_interpose_libc()
638 #define SLOT(name) \ in __thr_interpose_libc() macro
641 SLOT(accept); in __thr_interpose_libc()
642 SLOT(accept4); in __thr_interpose_libc()
[all …]
/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c127 #define SLOT(l) ((struct mac_lomac *)mac_label_get((l), lomac_slot)) macro
629 if (SLOT(label) == NULL) in lomac_init_label_waitcheck()
639 lomac_free(SLOT(label)); in lomac_destroy_label()
717 ml = SLOT(label); in lomac_externalize_label()
861 ml = SLOT(label); in lomac_internalize_label()
871 *SLOT(dest) = *SLOT(src); in lomac_copy_label()
887 a = SLOT(dlabel); in lomac_bpfdesc_check_receive()
888 b = SLOT(ifplabel); in lomac_bpfdesc_check_receive()
901 source = SLOT(cred->cr_label); in lomac_bpfdesc_create()
902 dest = SLOT(dlabel); in lomac_bpfdesc_create()
[all …]
/freebsd/lib/libc/gen/
H A Dlibc_interposing_table.c36 #define SLOT(a, b) \ macro
39 SLOT(system, __libc_system),
40 SLOT(tcdrain, __libc_tcdrain),
41 SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub),
42 SLOT(spinlock, __libc_spinlock_stub),
43 SLOT(spinunlock, __libc_spinunlock_stub),
44 SLOT(map_stacks_exec, __libc_map_stacks_exec),
45 SLOT(distribute_static_tls, __libc_distribute_static_tls),
47 #undef SLOT
/freebsd/sys/contrib/openzfs/udev/
H A Dvdev_id404 SLOT=
408 SLOT=$(cat "$end_device_dir/bay_identifier" 2>/dev/null)
412 SLOT=$(cat "$end_device_dir/bay_identifier" 2>/dev/null)
414 SLOT=$(cat "$end_device_dir/phy_identifier" 2>/dev/null)
418 SLOT=$(cat "$end_device_dir/phy_identifier" 2>/dev/null)
422 SLOT=$(echo "$d" | sed -e 's/^.*://')
427 SLOT=$(echo "$d" | sed -e 's/^.*://')
432 SLOT=$(echo "$d" | sed -e 's/^.*://')
441 SLOT=$(cat "$end_device_dir/bay_identifier" 2>/dev/null)
454 SLOT=$1
[all …]
/freebsd/sys/security/mac_partition/
H A Dmac_partition.c75 #define SLOT(l) mac_label_get((l), partition_slot) macro
88 if (SLOT(subject) == 0) in partition_check()
99 if (SLOT(subject) == SLOT(object)) in partition_check()
123 if (SLOT(newlabel) != 0) { in partition_cred_check_relabel()
151 SLOT_SET(dest, SLOT(src)); in partition_cred_copy_label()
188 if (sbuf_printf(sb, "%jd", (intmax_t)SLOT(label)) == -1) in partition_cred_externalize_label()
221 if (newlabel != NULL && SLOT(newlabel) != 0) in partition_cred_relabel()
222 SLOT_SET(cred->cr_label, SLOT(newlabel)); in partition_cred_relabel()
290 if (SLOT(execlabel) != 0) in partition_vnode_check_exec()
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c79 #define SLOT(l) \ macro
175 gbl = SLOT(vp->v_label); in gbl_get_vlabel()
235 label = (gbl_label_t)(SLOT(curproc->p_textvp->v_label) | in mac_grantbylabel_priv_grant()
236 SLOT(curproc->p_label)); in mac_grantbylabel_priv_grant()
307 label = (gbl_label_t)SLOT(curproc->p_pptr->p_textvp->v_label); in mac_grantbylabel_priv_grant()
323 label = (gbl_label_t)SLOT(curproc->p_label); in mac_grantbylabel_priv_grant()
350 if (!SLOT(proc->p_textvp->v_label)) { in mac_grantbylabel_proc_check_resource()
415 gbl_args.gbl = (SLOT(proc->p_textvp->v_label) | in mac_grantbylabel_syscall()
416 SLOT(proc->p_label)); in mac_grantbylabel_syscall()
452 gbl = SLOT(vp->v_label); in mac_grantbylabel_vnode_check_exec()
[all …]
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.c65 #define SLOT(l) \ macro
230 fsid = SLOT(mp->mnt_label); in mac_veriexec_vfs_unmounted()
313 SLOT_SET(dest, SLOT(src)); in mac_veriexec_copy_label()
1076 fps = SLOT(vp->v_label); in mac_veriexec_get_fingerprint_status()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepIICHVX.td168 InstrItinData <tc_1381a97c, /*SLOT0123,4SLOT*/
441 InstrItinData <tc_767c4e9d, /*SLOT0123,4SLOT*/
574 InstrItinData <tc_b28e51aa, /*SLOT0123,4SLOT*/
675 InstrItinData <tc_e3f68a46, /*SLOT0123,4SLOT*/
760 InstrItinData <tc_1381a97c, /*SLOT0123,4SLOT*/
1033 InstrItinData <tc_767c4e9d, /*SLOT0123,4SLOT*/
1166 InstrItinData <tc_b28e51aa, /*SLOT0123,4SLOT*/
1267 InstrItinData <tc_e3f68a46, /*SLOT0123,4SLOT*/
1352 InstrItinData <tc_1381a97c, /*SLOT0123,4SLOT*/
1625 InstrItinData <tc_767c4e9d, /*SLOT0123,4SLOT*/
[all …]
H A DHexagonScheduleV60.td30 // SLOT | CVI_LD | |CVI_MPY3 | |CVI_MPY2 | |CVI_SHIFT| |CVI_XLANE| | CVI_ST |
/freebsd/sys/dev/exca/
H A Dexcavar.h165 EXCA_ACCESSOR(slot, SLOT, uint32_t)
/freebsd/sys/security/mac_test/
H A Dmac_test.c109 #define SLOT(x) mac_label_get((x), test_slot) macro
135 KASSERT(SLOT(label) == magic || SLOT(label) == 0, \
141 if (SLOT(label) == magic || SLOT(label) == 0) { \
143 } else if (SLOT(label) == MAGIC_FREE) { \
155 KASSERT(SLOT(label) != MAGIC_FREE, \
/freebsd/sys/dev/pci/
H A Dpcivar.h389 PCI_ACCESSOR(slot, SLOT, uint8_t) in PCI_ACCESSOR()