Searched refs:sdst (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.str.c168 Char **sdst, **dst; local
175 sdst = dst = xmalloc((n + 1) * sizeof(Char *));
180 return (sdst);
187 char **sdst, **dst; local
194 sdst = dst = xmalloc((n + 1) * sizeof(char *));
199 return (sdst);
224 static char *sdst = NULL; local
231 if (sdst == NULL) {
233 sdst = xmalloc((dstsize + MALLOC_SURPLUS) * sizeof(char));
235 dst = sdst;
262 Char *sdst; local
273 Char *sdst; local
300 Char *sdst; local
534 static char *sdst = NULL; local
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c2377 struct sockaddr_in6 sdst; local
2384 bzero(&sdst, sizeof(sdst));
2386 sdst.sin6_family = ssrc.sin6_family = AF_INET6;
2387 sdst.sin6_len = ssrc.sin6_len = sizeof(struct sockaddr_in6);
2388 bcopy(&reddst6, &sdst.sin6_addr, sizeof(struct in6_addr));
2402 in6_rtredirect((struct sockaddr *)&sdst, gw,
2408 struct sockaddr_in6 sdst; local
2410 bzero(&sdst, sizeof(sdst));
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp894 const MachineOperand *Sdst = TII->getNamedOperand(MI, AMDGPU::OpName::sdst);
909 MachineOperand *CarryOut = TII->getNamedOperand(MISucc, AMDGPU::OpName::sdst);
959 const MachineOperand *SDst = TII->getNamedOperand(MI, AMDGPU::OpName::sdst);
970 } else if (TII->getNamedOperand(MI, AMDGPU::OpName::sdst) ||
1020 } else if ((Dst = TII->getNamedOperand(MI, AMDGPU::OpName::sdst))) {
1022 AMDGPU::getNamedOperandIdx(SDWAOpcode, AMDGPU::OpName::sdst) != -1);
1025 assert(AMDGPU::getNamedOperandIdx(SDWAOpcode, AMDGPU::OpName::sdst) != -1);
1132 // We also expect a vdst, since sdst can't preserve.
H A DGCNHazardRecognizer.cpp960 SDSTName = AMDGPU::OpName::sdst;
1052 if (TII->getNamedOperand(*MI, AMDGPU::OpName::sdst))
H A DSIShrinkInstructions.cpp757 AMDGPU::OpName::sdst);
H A DSILoadStoreOptimizer.cpp1204 const auto *Dest0 = TII->getNamedOperand(*CI.I, AMDGPU::OpName::sdst);
1205 const auto *Dest1 = TII->getNamedOperand(*Paired.I, AMDGPU::OpName::sdst);
H A DSIInstrInfo.cpp462 FirstDst = getNamedOperand(FirstLdSt, AMDGPU::OpName::sdst);
463 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::sdst);
3017 // Additional verification is needed for sdst/src2.
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c810 Char *sdst = dst; local
818 return (sdst);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ch.h83 u_int8_t sdst[2]; /* second destination address */ member in struct:scsi_exchange_medium
H A Dscsi_ch.c1792 scsi_ulto2b(dst2, scsi_cmd->sdst);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp425 if (AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::sdst) != -1)
429 int SDst = AMDGPU::getNamedOperandIdx(MI.getOpcode(), AMDGPU::OpName::sdst);
431 // VOPC - insert VCC register as sdst
433 AMDGPU::OpName::sdst);
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c1935 rt_del(const struct sockaddr_in6 *sdst, argument
1946 if (sdst->sin6_family != AF_INET6) {
1950 if (IN6_IS_ADDR_LINKLOCAL(&sdst->sin6_addr)
1951 || IN6_ARE_ADDR_EQUAL(&sdst->sin6_addr, &in6addr_loopback)
1952 || IN6_IS_ADDR_MULTICAST(&sdst->sin6_addr)) {
1954 inet6_n2p(&sdst->sin6_addr));
1957 dst = &sdst->sin6_addr;
1975 &sdst->sin6_addr)

Completed in 283 milliseconds