Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c628 mb = SLOT(label); in biba_externalize_label()
757 mb = SLOT(label); in biba_internalize_label()
767 *SLOT(dest) = *SLOT(src); in biba_copy_label()
783 a = SLOT(dlabel); in biba_bpfdesc_check_receive()
1051 p = SLOT(mlabel); in biba_ifnet_check_transmit()
1147 p = SLOT(mlabel); in biba_inpcb_check_deliver()
1229 a = SLOT(q6label); in biba_ip6q_match()
1230 b = SLOT(mlabel); in biba_ip6q_match()
1274 a = SLOT(qlabel); in biba_ipq_match()
1275 b = SLOT(mlabel); in biba_ipq_match()
[all …]
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c593 mm = SLOT(label); in mls_externalize_label()
723 mm = SLOT(label); in mls_internalize_label()
733 *SLOT(dest) = *SLOT(src); in mls_copy_label()
749 a = SLOT(dlabel); in mls_bpfdesc_check_receive()
1013 p = SLOT(mlabel); in mls_ifnet_check_transmit()
1069 p = SLOT(mlabel); in mls_inpcb_check_deliver()
1149 a = SLOT(q6label); in mls_ip6q_match()
1150 b = SLOT(mlabel); in mls_ip6q_match()
1194 a = SLOT(qlabel); in mls_ipq_match()
1195 b = SLOT(mlabel); in mls_ipq_match()
[all …]
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c709 ml = SLOT(label); in lomac_externalize_label()
853 ml = SLOT(label); in lomac_internalize_label()
863 *SLOT(dest) = *SLOT(src); in lomac_copy_label()
879 a = SLOT(dlabel); in lomac_bpfdesc_check_receive()
1165 p = SLOT(mlabel); in lomac_ifnet_check_transmit()
1262 p = SLOT(mlabel); in lomac_inpcb_check_deliver()
1342 a = SLOT(q6label); in lomac_ip6q_match()
1343 b = SLOT(mlabel); in lomac_ip6q_match()
1387 a = SLOT(qlabel); in lomac_ipq_match()
1388 b = SLOT(mlabel); in lomac_ipq_match()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id257 SLOT=
267 SLOT=`echo $d | sed -e 's/^.*://'`
290 SLOT=$1
291 if [ -n "$SLOT" ] ; then
297 if [ -z "$SLOT" ] ; then
302 SLOT=`map_slot $SLOT $CHAN`
306 echo ${CHAN}${SLOT}${PART}
406 SLOT=$(($2 + $FIRST_BAY_NUMBER))
408 if [ -z "$SLOT" ] ; then
413 SLOT=`map_slot $SLOT $CHAN`
[all …]
/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c77 #define SLOT(l) mac_label_get((l), partition_slot) macro
90 if (SLOT(subject) == 0) in partition_check()
101 if (SLOT(subject) == SLOT(object)) in partition_check()
125 if (SLOT(newlabel) != 0) { in partition_cred_check_relabel()
153 SLOT_SET(dest, SLOT(src)); in partition_cred_copy_label()
190 if (sbuf_printf(sb, "%jd", (intmax_t)SLOT(label)) == -1) in partition_cred_externalize_label()
223 if (newlabel != NULL && SLOT(newlabel) != 0) in partition_cred_relabel()
224 SLOT_SET(cred->cr_label, SLOT(newlabel)); in partition_cred_relabel()
292 if (SLOT(execlabel) != 0) in partition_vnode_check_exec()
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-qt.cpp42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit())); in main()
43 QTimer::singleShot(0, &example, SLOT(run())); in main()
/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dqt.h99 connect(m_read, SIGNAL(activated(int)), this, SLOT(read())); in addRead()
111 connect(m_write, SIGNAL(activated(int)), this, SLOT(write())); in addWrite()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c59 #define SLOT(l) \ macro
220 fsid = SLOT(mp->mnt_label); in mac_veriexec_vfs_unmounted()
303 SLOT_SET(dest, SLOT(src)); in mac_veriexec_copy_label()
771 fps = SLOT(vp->v_label); in mac_veriexec_get_fingerprint_status()
/f-stack/freebsd/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, \