Home
last modified time | relevance | path

Searched refs:dst1 (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dt-strl.c31 char src1[N][SIZE], dst1[SIZE], dst2[SIZE]; variable
95 one = sm_strlcpyn(dst1, sizeof dst1, 3, src1[0], "/", src1[1]);
98 SM_TEST(strcmp(dst1, dst2) == 0);
99 one = sm_strlcpyn(dst1, 10, 3, src1[0], "/", src1[1]);
102 SM_TEST(strcmp(dst1, dst2) == 0);
103 one = sm_strlcpyn(dst1, 5, 3, src1[0], "/", src1[1]);
106 SM_TEST(strcmp(dst1, dst2) == 0);
107 one = sm_strlcpyn(dst1, 0, 3, src1[0], "/", src1[1]);
110 SM_TEST(strcmp(dst1, dst2) == 0);
111 one = sm_strlcpyn(dst1, sizeof dst1, 5, src1[0], "/", src1[1], "/", src1[2]);
[all …]
/freebsd/lib/libc/net/
H A Dname6.c945 const struct hp_order *dst1 = arg1, *dst2 = arg2; in comp_dst() local
951 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
955 if (dst1->aio_srcsa.sa_family == AF_UNSPEC && in comp_dst()
961 if (dst1->aio_dstscope == dst1->aio_srcscope && in comp_dst()
965 if (dst1->aio_dstscope != dst1->aio_srcscope && in comp_dst()
971 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
973 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
977 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
988 if (dst1->aio_srcpolicy && dst1->aio_dstpolicy && in comp_dst()
989 dst1->aio_srcpolicy->pc_policy.label == in comp_dst()
[all …]
H A Dgetaddrinfo.c962 const struct ai_order *dst1 = arg1, *dst2 = arg2; in comp_dst() local
968 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
972 if (dst1->aio_srcsa.sa_family == AF_UNSPEC && in comp_dst()
978 if (dst1->aio_dstscope == dst1->aio_srcscope && in comp_dst()
982 if (dst1->aio_dstscope != dst1->aio_srcscope && in comp_dst()
988 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
990 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
994 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
1005 if (dst1->aio_srcpolicy && dst1->aio_dstpolicy && in comp_dst()
1006 dst1->aio_srcpolicy->pc_policy.label == in comp_dst()
[all …]
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmmisc.c60 unsigned char *dst1 = (unsigned char *)dst; in dm_memcpy() local
64 dst1[x] = src1[x]; in dm_memcpy()
/freebsd/libexec/rbootd/
H A Drmpproto.c283 char *src, *dst1, *dst2; in SendBootRepl() local
311 dst1 = filepath; in SendBootRepl()
314 *dst1++ = *dst2++ = *src++; in SendBootRepl()
315 *dst1 = '\0'; in SendBootRepl()
/freebsd/tests/sys/cddl/zfs/tests/rsend/
H A Drsend.kshlib154 $ZFS list -r -H -t filesystem,snapshot,volume -o name $dst_fs > $BACKDIR/dst1
157 eval $SED -e 's:^$dst_fs:PREFIX:g' < $BACKDIR/dst1 > $BACKDIR/dst
162 $RM -f $BACKDIR/src $BACKDIR/dst $BACKDIR/src1 $BACKDIR/dst1
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py1931 dst1 = ZFSTest.pool.makeName(b"fs2/received-2@snap1")
1941 lzc.lzc_receive(dst1, stream.fileno())
1962 dst1 = dstfs + b'@snap1'
1968 self.assertExists(dst1)
2138 dst1 = dstfs + b'@snap1'
2142 lzc.lzc_receive(dst1, full.fileno())
2151 dst1 = dstfs + b'@snap1'
2155 lzc.lzc_receive(dst1, full.fileno())
2165 dst1 = dstfs + b'@snap1'
2169 lzc.lzc_receive(dst1, full.fileno())
[all …]
/freebsd/sys/dev/ioat/
H A Dioat.h202 bus_addr_t dst1, bus_addr_t dst2, bus_addr_t src1, bus_addr_t src2,
H A Dioat.c1252 ioat_copy_8k_aligned(bus_dmaengine_t dmaengine, bus_addr_t dst1, in ioat_copy_8k_aligned() argument
1266 KASSERT(((src1 | src2 | dst1 | dst2) & PAGE_MASK) == 0, in ioat_copy_8k_aligned()
1299 dst1_len = (dst2 != dst1 + PAGE_SIZE) ? PAGE_SIZE : 2 * PAGE_SIZE; in ioat_copy_8k_aligned()
1302 desc->dst_dmamap, dst1, dst1_len, 0, &seg, &nseg); in ioat_copy_8k_aligned()
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c915 uint16_t src, dst1, dst2; in chexchange() local
945 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in chexchange()
956 /* dst1 */ dst1, in chexchange()
1763 uint32_t dst1, uint32_t dst2, int invert1, in scsi_exchange_medium() argument
1775 scsi_ulto2b(dst1, scsi_cmd->fdst); in scsi_exchange_medium()
H A Dscsi_ch.h480 uint32_t dst1, uint32_t dst2, int invert1,
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td502 def LADD_l5r : _FL5R<0b000001, (outs GRRegs:$dst1, GRRegs:$dst2),
504 "ladd $dst2, $dst1, $src1, $src2, $src3",
507 def LSUB_l5r : _FL5R<0b000010, (outs GRRegs:$dst1, GRRegs:$dst2),
509 "lsub $dst2, $dst1, $src1, $src2, $src3", []>;
511 def LDIVU_l5r : _FL5R<0b000000, (outs GRRegs:$dst1, GRRegs:$dst2),
513 "ldivu $dst1, $dst2, $src3, $src1, $src2", []>;
518 0b00000, (outs GRRegs:$dst1, GRRegs:$dst2),
520 "lmul $dst1, $dst2, $src1, $src2, $src3, $src4", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td2277 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2280 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2283 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2286 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2289 def _avar: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2295 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
2298 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
2301 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
2304 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
2307 def _avar: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
[all …]
H A DNVPTXInstrInfo.td3059 (outs regclass:$dst1, regclass:$dst2),
3063 "\t{{$dst1, $dst2}}, [$addr];", []>;
3065 (outs regclass:$dst1, regclass:$dst2),
3069 "\t{{$dst1, $dst2}}, [$addr];", []>;
3071 (outs regclass:$dst1, regclass:$dst2),
3075 "\t{{$dst1, $dst2}}, [$addr];", []>;
3077 (outs regclass:$dst1, regclass:$dst2),
3081 "\t{{$dst1, $dst2}}, [$addr+$offset];", []>;
3083 (outs regclass:$dst1, regclass:$dst2),
3087 "\t{{$dst1, $dst2}}, [$addr+$offset];", []>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td854 let Constraints = "$src1 = $dst1, $src2 = $dst2", hasSideEffects = 0 in {
855 def XCHG8rr : I<0x86, MRMSrcReg, (outs GR8:$dst1, GR8:$dst2),
858 def XCHG16rr : I<0x87, MRMSrcReg, (outs GR16:$dst1, GR16:$dst2),
862 def XCHG32rr : I<0x87, MRMSrcReg, (outs GR32:$dst1, GR32:$dst2),
866 def XCHG64rr : RI<0x87, MRMSrcReg, (outs GR64:$dst1, GR64:$dst2),
885 let hasSideEffects = 0, Constraints = "$src1 = $dst1, $src2 = $dst2",
887 def XADD8rr : I<0xC0, MRMDestReg, (outs GR8:$dst1, GR8:$dst2),
890 def XADD16rr : I<0xC1, MRMDestReg, (outs GR16:$dst1, GR16:$dst2),
893 def XADD32rr : I<0xC1, MRMDestReg, (outs GR32:$dst1, GR32:$dst2),
896 def XADD64rr : RI<0xC1, MRMDestReg, (outs GR64:$dst1, GR64:$dst2),
H A DX86InstrArithmetic.td1402 defvar mulx_args = "{$src, $dst2, $dst1|$dst1, $dst2, $src}";
1410 def rr : ITy<0xF6, MRMSrcReg, t, (outs t.RegClass:$dst1, t.RegClass:$dst2),
1414 def rm : ITy<0xF6, MRMSrcMem, t, (outs t.RegClass:$dst1, t.RegClass:$dst2),
1420 (outs t.RegClass:$dst1, t.RegClass:$dst2),
1425 (outs t.RegClass:$dst1, t.RegClass:$dst2),
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c2998 bit32 *dst1; in siPciCpyMem() local
3000 dst1 = (bit32 *)dst; in siPciCpyMem()
3004 for (i= 0; i < DWcount; i+=4,dst1++) in siPciCpyMem()
3011 *dst1 = BIT32_TO_LEBIT32(val); in siPciCpyMem()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td371 (outs R600_TReg32_X:$dst0, R600_TReg32_Y:$dst1),
373 "INTERP_PAIR_XY $src0 $src1 $src2 : $dst0 dst1",
377 (outs R600_TReg32_Z:$dst0, R600_TReg32_W:$dst1),
379 "INTERP_PAIR_ZW $src0 $src1 $src2 : $dst0 dst1",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td494 : Pseudo<(outs GPR:$dst1, GPR:$dst2), (ins FPR64:$src),
495 [(set GPR:$dst1, GPR:$dst2, (RISCVSplitF64 FPR64:$src))]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCondMov.td303 PseudoSE<(outs RC:$dst1, RC:$dst2),
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td1332 (outs SPR:$dst1, SPR:$dst2), (ins GPR:$src1, GPR:$src2),
1333 IIC_fpMOVID, "vmov", "\t$dst1, $dst2, $src1, $src2",
1338 bits<5> dst1;
1343 let Inst{3-0} = dst1{4-1};
1344 let Inst{5} = dst1{0};
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c476 static int ds_compare_addr(const void *dst1, const void *dst2) in ds_compare_addr() argument
481 sa1 = (const struct sockaddr *) dst1; in ds_compare_addr()
486 return memcmp(dst1, dst2, len); in ds_compare_addr()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td1544 def PseudoTLSLA32 : CSKYPseudo<(outs GPR:$dst1, GPR:$dst2),
1545 (ins constpool_symbol:$src, i32imm:$label), "!tlslrw32\t$dst1, $dst2, $src, $label", []>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td985 let OutOperandList = (outs type0:$dst0, type1:$dst1);