Searched refs:dst1 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-strl.c31 char src1[N][SIZE], dst1[SIZE], dst2[SIZE]; local
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, dst
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dname6.c946 const struct hp_order *dst1 = arg1, *dst2 = arg2; local
952 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
956 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
962 if (dst1->aio_dstscope == dst1->aio_srcscope &&
966 if (dst1->aio_dstscope != dst1->aio_srcscope &&
972 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
974 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
978 if ((dst1
[all...]
H A Dgetaddrinfo.c963 const struct ai_order *dst1 = arg1, *dst2 = arg2; local
969 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
973 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
979 if (dst1->aio_dstscope == dst1->aio_srcscope &&
983 if (dst1->aio_dstscope != dst1->aio_srcscope &&
989 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
991 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
995 if ((dst1
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmmisc.c61 unsigned char *dst1 = (unsigned char *)dst; local
65 dst1[x] = src1[x];
/freebsd-11-stable/libexec/rbootd/
H A Drmpproto.c291 char *src, *dst1, *dst2; local
319 dst1 = filepath;
322 *dst1++ = *dst2++ = *src++;
323 *dst1 = '\0';
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.h197 * - src1, src2, dst1, dst2 are all page-aligned addresses
199 * - src1 -> dst1, src2 -> dst2
205 bus_addr_t dst1, bus_addr_t dst2, bus_addr_t src1, bus_addr_t src2,
H A Dioat.c1103 ioat_copy_8k_aligned(bus_dmaengine_t dmaengine, bus_addr_t dst1, argument
1114 KASSERT(((src1 | src2 | dst1 | dst2) & (0xffffull << 48)) == 0,
1116 KASSERT(((src1 | src2 | dst1 | dst2) & PAGE_MASK) == 0,
1119 desc = ioat_op_generic(ioat, IOAT_OP_COPY, 2 * PAGE_SIZE, src1, dst1,
1129 if (dst2 != dst1 + PAGE_SIZE) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ch.h480 u_int32_t dst1, u_int32_t dst2, int invert1,
H A Dscsi_ch.c931 u_int16_t src, dst1, dst2; local
961 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
972 /* dst1 */ dst1,
1779 u_int32_t dst1, u_int32_t dst2, int invert1,
1791 scsi_ulto2b(dst1, scsi_cmd->fdst);
1776 scsi_exchange_medium(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int32_t tea, u_int32_t src, u_int32_t dst1, u_int32_t dst2, int invert1, int invert2, u_int8_t sense_len, u_int32_t timeout) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c2999 bit32 *dst1; local
3001 dst1 = (bit32 *)dst;
3005 for (i= 0; i < DWcount; i+=4,dst1++)
3012 *dst1 = BIT32_TO_LEBIT32(val);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c476 static int ds_compare_addr(const void *dst1, const void *dst2) argument
481 sa1 = (const struct sockaddr *) dst1;
486 return memcmp(dst1, dst2, len);

Completed in 190 milliseconds