| /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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVVLPatterns.td | 22 // The first operand is passthru operand. 27 // Returns a vector. Operand 0 is a passthru, operand 1 and 2 are i32 scalars, operand 3 is VL 65 // Input: (vector, vector/scalar, passthru, mask, roundmode, vl) 100 // passthru operand. 109 // passthru operand. 118 // passthru operand. 139 // Vector binary ops with a passthru as a third operand, a mask as a fourth 212 def any_riscv_fadd_vl : PatFrags<(ops node:$lhs, node:$rhs, node:$passthru, node:$mask, node:$vl), 213 [(riscv_fadd_vl node:$lhs, node:$rhs, node:$passthru, node:$mask, node:$vl), 214 … (riscv_strict_fadd_vl node:$lhs, node:$rhs, node:$passthru, node:$mask, node:$vl)]>; [all …]
|
| H A D | RISCVInstrInfoZvk.td | 721 (vti.Vector vti.RegClass:$passthru), 725 vti.RegClass:$passthru, 741 (vti.Vector vti.RegClass:$passthru), 745 (vti.Vector vti.RegClass:$passthru), 749 vti.RegClass:$passthru, 760 (vti.Vector vti.RegClass:$passthru), 764 vti.RegClass:$passthru, 774 (vti.Vector vti.RegClass:$passthru), 778 vti.RegClass:$passthru, 802 (vti.Vector vti.RegClass:$passthru), [all …]
|
| H A D | RISCVInstrInfoVPseudos.td | 585 // unmasked variant have a passthru and policy operand. For compares, 586 // neither has a policy op, and only the masked version has a passthru. 805 (ins GetVRegNoV0<RetClass>.R:$passthru, 813 let Constraints = "$rd = $passthru"; 840 (ins GetVRegNoV0<RetClass>.R:$passthru, 848 let Constraints = "$rd = $passthru"; 875 (ins GetVRegNoV0<RetClass>.R:$passthru, 883 let Constraints = "$rd = $passthru"; 921 (ins GetVRegNoV0<RetClass>.R:$passthru, 929 …t Constraints = !if(!eq(EarlyClobber, 1), "@earlyclobber $rd, $rd = $passthru", "$rd = $passthru"); [all …]
|
| H A D | RISCVInstrGISel.td | 150 let InOperandList = (ins type0:$passthru, type1:$hi, type1:$lo, type2:$vl); 167 let InOperandList = (ins type0:$passthru, type0:$vec, type1:$vl);
|
| H A D | RISCVInstrInfoXRivos.td | 86 Constraints = "@earlyclobber $rd, $rd = $passthru" in {
|
| H A D | RISCVInstrInfoXAndes.td | 468 (ins GetVRegNoV0<RetClass>.R:$passthru, 480 let Constraints = "$rd = $passthru";
|
| /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, mask, vl) [all …]
|
| H A D | IntrinsicsRISCVXsf.td | 62 // Input: (bit<27-26>, passthru, vector_in, vector_in/scalar_in, vl) or 77 // Input: (bit<27-26>, passthru, vector_in, vector_in/scalar_in, vl) or 136 // 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_andes_vector.td | 32 // Unmasked: (passthru, op0, frm, vl) 113 // Unmasked: (passthru, op0, op1, round_mode, vl) 114 // Masked: (passthru, vector_in, vector_in/scalar_in, mask, frm, vl, policy)
|
| 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)
|
| H A D | riscv_vector.td | 912 // C/C++ Operand: (mask, op1, op2, vl), Intrinsic: (passthru, op1, op2, mask, vl) 917 // insert poison passthru 1230 // insert poison passthru 1632 // insert poison passthru
|
| H A D | riscv_vector_common.td | 198 // HasPassthruOperand: Has a passthru operand to decide tail policy. If it is
|
| /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 | 74 RPZ_PASSTHRU_ACTION, /* CNAME rpz-passthru. */ 177 * @param passthru: returns if the query can passthru further rpz processing. 184 int* passthru);
|
| H A D | rpz.c | 2663 int* passthru) in rpz_apply_maybe_clientip_trigger() argument 2683 *passthru = 1; in rpz_apply_maybe_clientip_trigger() 2739 size_t taglen, struct ub_server_stats* stats, int* passthru) in rpz_callback_from_worker_request() argument 2749 passthru); in rpz_callback_from_worker_request() 2776 *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/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 1447 static const struct pci_devemu passthru = { variable 1457 PCI_EMUL_SET(passthru);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 6983 def aligned_maskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 6984 (masked_ld node:$ptr, undef, node:$pred, node:$passthru), [{ 6988 def aligned_sextmaskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 6989 … (aligned_maskedloadvi8 node:$ptr, node:$pred, node:$passthru), [{ 6992 def aligned_zextmaskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 6993 … (aligned_maskedloadvi8 node:$ptr, node:$pred, node:$passthru), [{ 6996 def aligned_extmaskedloadvi8 : PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 6997 … (aligned_maskedloadvi8 node:$ptr, node:$pred, node:$passthru), [{ 7002 def aligned_maskedloadvi16: PatFrag<(ops node:$ptr, node:$pred, node:$passthru), 7003 (masked_ld node:$ptr, undef, node:$pred, node:$passthru), [{ [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 815 // Pseudos for passthru operands 7816 def : Pat<(nxv16i8 (op nxv16i1:$pg, i32:$splat, nxv16i8:$passthru)), 7817 (!cast<Instruction>(NAME # _B) $passthru, $pg, $splat)>; 7818 def : Pat<(nxv8i16 (op nxv8i1:$pg, i32:$splat, nxv8i16:$passthru)), 7819 (!cast<Instruction>(NAME # _H) $passthru, $pg, $splat)>; 7820 def : Pat<(nxv4i32 (op nxv4i1:$pg, i32:$splat, nxv4i32:$passthru)), 7821 (!cast<Instruction>(NAME # _S) $passthru, $pg, $splat)>; 7822 def : Pat<(nxv2i64 (op nxv2i1:$pg, i64:$splat, nxv2i64:$passthru)), 7823 (!cast<Instruction>(NAME # _D) $passthru, $pg, $splat)>; 7863 def : Pat<(nxv8f16 (op nxv8i1:$pg, f16:$splat, nxv8f16:$passthru)), [all …]
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | common.subr | 32 # Default file descriptors to link to stdout/stderr for passthru allowing
|