/freebsd/sys/dev/hptnr/ |
H A D | hptnr_osm_bsd.c | 453 PassthroughCmd *passthru = &pCmd->uCmd.Passthrough; in os_cmddone() local 462 sense_buffer[11] = (HPT_U8)passthru->bFeaturesReg; /* Error */ in os_cmddone() 463 sense_buffer[13] = (HPT_U8)passthru->bSectorCountReg; /* Sector Count (7:0) */ in os_cmddone() 464 sense_buffer[15] = (HPT_U8)passthru->bLbaLowReg; /* LBA Low (7:0) */ in os_cmddone() 465 sense_buffer[17] = (HPT_U8)passthru->bLbaMidReg; /* LBA Mid (7:0) */ in os_cmddone() 466 sense_buffer[19] = (HPT_U8)passthru->bLbaHighReg; /* LBA High (7:0) */ in os_cmddone() 471 sense_buffer[12] = (HPT_U8)(passthru->bSectorCountReg >> 8); /* Sector Count (15:8) */ in os_cmddone() 472 sense_buffer[14] = (HPT_U8)(passthru->bLbaLowReg >> 8); /* LBA Low (15:8) */ in os_cmddone() 473 sense_buffer[16] = (HPT_U8)(passthru->bLbaMidReg >> 8); /* LBA Mid (15:8) */ in os_cmddone() 474 sense_buffer[18] = (HPT_U8)(passthru->bLbaHighReg >> 8); /* LBA High (15:8) */ in os_cmddone() [all …]
|
/freebsd/sbin/nvmecontrol/tests/ |
H A D | basic.sh | 97 …atf_check -o not-empty -e empty nvmecontrol admin-passthru --opcode=06 --data-len=4096 --cdw10=1 -… 99 …atf_check -s not-exit:0 -o empty -e not-empty nvmecontrol admin-passthru --opcode=06 --data-len=40… 101 …atf_check -s not-exit:0 -o ignore -e match:"${INV_OPT_MSG}" nvmecontrol admin-passthru ${INV_OPT} … 145 …atf_check -o not-empty -e empty nvmecontrol io-passthru --opcode=02 --data-len=4096 --cdw10=0 --cd… 147 …atf_check -s not-exit:0 -o empty -e not-empty nvmecontrol io-passthru --opcode=02 --data-len=4096 … 149 …atf_check -s not-exit:0 -o ignore -e match:"${INV_OPT_MSG}" nvmecontrol io-passthru ${INV_OPT} --o…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsRISCV.td | 171 // Input: (passthru, pointer, vl) 180 // Input: (passthru, pointer, vl) 216 // For strided load with passthru operand 217 // Input: (passthru, pointer, stride, vl) 236 // For indexed load with passthru operand 237 // Input: (passthru, pointer, index, vl) 313 // Input: (passthru, vector_in, vl) 321 // Input: (passthru, vector_in, vl, policy) 348 // Input: (passthru, vector_in, frm, vl) 365 // Input: (passthru, vector_in, vector_in, mask, vl) [all …]
|
H A D | IntrinsicsRISCVXsf.td | 69 // Input: (bit<27-26>, passthru, vector_in, vector_in/scalar_in, vl) or 84 // Input: (bit<27-26>, passthru, vector_in, vector_in/scalar_in, vl) or 143 // Input: (passthru, vector_in, scalar_in, frm, vl)
|
/freebsd/sbin/nvmecontrol/ |
H A D | passthru.c | 155 passthru(const struct cmd *f, int argc, char *argv[]) in passthru() function 268 passthru(nf, argc, argv); in admin_passthru() 275 passthru(nf, argc, argv); in io_passthru()
|
H A D | Makefile | 21 SRCS+= passthru.c
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 401 // passthru, op1, op2, vl 436 // passthru, op1, op2, vl 567 // passthru, op1, xlen, vl 774 if (NoPassthru) { // Push poison into passthru 776 } else { // Push intrinsics operands into passthru 892 if (NoPassthru) { // Push poison into passthru 894 } else { // Push intrinsics operands into passthru 969 if (NoPassthru) { // Push poison into passthru 971 } else { // Push intrinsics operands into passthru 1085 if (NoPassthru) { // Push poison into passthru [all …]
|
H A D | riscv_sifive_vector.td | 152 // Unmasked: (passthru, vector_in, scalar_in, frm, vl) 153 // Masked: (passthru, vector_in, scalar_in, mask, frm, vl, policy)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPInstrPatternsVec.td | 184 // Masked with passthru, broadcast. 220 // Masked with passthru, broadcast. 256 // Masked with passthru, broadcast. 429 // Masked with passthru. 456 // Masked with passthru, broadcast first. 486 // Masked with passthru, broadcast second.
|
/freebsd/contrib/unbound/services/ |
H A D | rpz.h | 184 int* passthru);
|
H A D | rpz.c | 2644 int* passthru) in rpz_apply_maybe_clientip_trigger() argument 2664 *passthru = 1; in rpz_apply_maybe_clientip_trigger() 2720 size_t taglen, struct ub_server_stats* stats, int* passthru) in rpz_callback_from_worker_request() argument 2730 passthru); in rpz_callback_from_worker_request() 2757 *passthru = 1; in rpz_callback_from_worker_request()
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 1609 ### <$4> -- passthru (additional data passed unchanged through) 1610 dnl returns: <default> <passthru> 1611 dnl <result> <passthru> 1615 dnl workspace <key> <default> <passthru> <mark> 1619 dnl workspace <result-of-lookup|?> <key> <default> <passthru> <mark> 1631 dnl found SKIP: return <default> and <passthru> 1649 dnl not found, no subdomain: return <default> and <passthru> 1655 dnl return <result of lookup> and <passthru> 1669 ### <$4> -- passthru (additional data passed through) 1670 dnl returns: <default> <passthru> [all …]
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 24 _ARG3_, `passthru', `define(`_LDAP_ROUTING_', `_PASS_THROUGH_')',
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrGISel.td | 57 let InOperandList = (ins type0:$passthru, type1:$hi, type1:$lo, type2:$vl);
|
H A D | RISCVInstrInfoVVLPatterns.td | 2438 def : Pat<(vti.Vector (riscv_vmv_v_v_vl vti.RegClass:$passthru, 2441 vti.RegClass:$passthru, vti.RegClass:$rs2, GPR:$vl, vti.Log2SEW, TU_MU)>; 2445 def : Pat<(vti.Vector (riscv_vmv_v_x_vl vti.RegClass:$passthru, GPR:$rs2, VLOpFrag)), 2447 vti.RegClass:$passthru, GPR:$rs2, GPR:$vl, vti.Log2SEW, TU_MU)>; 2449 def : Pat<(vti.Vector (riscv_vmv_v_x_vl vti.RegClass:$passthru, (ImmPat simm5:$imm5), 2452 vti.RegClass:$passthru, simm5:$imm5, GPR:$vl, vti.Log2SEW, TU_MU)>; 2664 fvti.Vector:$passthru, (fvti.Scalar (fpimm0)), VLOpFrag)), 2666 $passthru, 0, GPR:$vl, fvti.Log2SEW, TU_MU)>; 2668 … fvti.Vector:$passthru, (fvti.Scalar (SelectFPImm (XLenVT GPR:$imm))), VLOpFrag)), 2670 $passthru, GPR:$imm, GPR:$vl, fvti.Log2SEW, TU_MU)>; [all …]
|
H A D | RISCVInstrInfoVPseudos.td | 562 // unmasked variant have a passthru and policy operand. For compares, 563 // neither has a policy op, and only the masked version has a passthru. 7043 def : Pat<(vti.Vector (int_riscv_vmv_v_v (vti.Vector vti.RegClass:$passthru), 7047 $passthru, $rs1, GPR:$vl, vti.Log2SEW, TU_MU)>;
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 1342 static const struct pci_devemu passthru = { variable 1352 PCI_EMUL_SET(passthru);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEInstrFormats.td | 718 // Pseudos for passthru operands 7199 def : Pat<(nxv16i8 (op nxv16i1:$pg, i32:$splat, nxv16i8:$passthru)), 7200 (!cast<Instruction>(NAME # _B) $passthru, $pg, $splat)>; 7201 def : Pat<(nxv8i16 (op nxv8i1:$pg, i32:$splat, nxv8i16:$passthru)), 7202 (!cast<Instruction>(NAME # _H) $passthru, $pg, $splat)>; 7203 def : Pat<(nxv4i32 (op nxv4i1:$pg, i32:$splat, nxv4i32:$passthru)), 7204 (!cast<Instruction>(NAME # _S) $passthru, $pg, $splat)>; 7205 def : Pat<(nxv2i64 (op nxv2i1:$pg, i64:$splat, nxv2i64:$passthru)), 7206 (!cast<Instruction>(NAME # _D) $passthru, $pg, $splat)>; 7246 def : Pat<(nxv8f16 (op nxv8i1:$pg, f16:$splat, nxv8f16:$passthru)), [all …]
|
H A D | SMEInstrFormats.td | 1102 def : Pat<(zpr_vt (op (zpr_vt ZPRAny:$passthru), (ppr_vt PPR3bAny:$pg), 1104 (inst $passthru, $pg, $tile, $idx, 0)>; 1106 def : Pat<(zpr_vt (op (zpr_vt ZPRAny:$passthru), (ppr_vt PPR3bAny:$pg), 1110 (inst $passthru, $pg, $tile, $idx, $imm)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 7051 def aligned_maskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 7052 (masked_ld node:$ptr, undef, node:$pred, node:$passthru), [{ 7056 def aligned_sextmaskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 7057 (aligned_maskedloadvi8 node:$ptr, node:$pred, node:$passthru), [{ 7060 def aligned_zextmaskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 7061 (aligned_maskedloadvi8 node:$ptr, node:$pred, node:$passthru), [{ 7064 def aligned_extmaskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 7065 (aligned_maskedloadvi8 node:$ptr, node:$pred, node:$passthru), [{ 7070 def aligned_maskedloadvi16: PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 7071 (masked_ld node:$ptr, undef, node:$pred, node:$passthru), [{ [all...] |
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | common.subr | 32 # Default file descriptors to link to stdout/stderr for passthru allowing
|
H A D | dialog.subr | 42 # Default file descriptor to link to stdout for dialog(1) passthru allowing
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | GenericOpcodes.td | 1568 let InOperandList = (ins type0:$vec, type1:$mask, type0:$passthru);
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 432 + LIBRPZ_POLICY_PASSTHRU =2, /* 'passthru': do not rewrite */ 452 +#define LIBRPZ_RPZ_PASSTHRU LIBRPZ_RPZ_PREFIX"passthru"
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 562 - Fix #1029: rpz trigger clientip and action rpz-passthru not working 565 Fix that the clientip passthru action is logged. Fix that the 1628 - Fix for #628: fix rpz-passthru for qname trigger by localzone type. 1631 - Fix #628: A rpz-passthru action is not ending RPZ zone processing.
|