Searched refs:dst2 (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c476 static int ds_compare_addr(const void *dst1, const void *dst2) argument
482 sa2 = (const struct sockaddr *) dst2;
486 return memcmp(dst1, dst2, len);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-strl.c31 char src1[N][SIZE], dst1[SIZE], dst2[SIZE]; local
96 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]);
98 SM_TEST(strcmp(dst1, dst2) == 0);
100 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]);
102 SM_TEST(strcmp(dst1, dst2) == 0);
104 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]);
106 SM_TEST(strcmp(dst1, dst2) == 0);
108 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]);
110 SM_TEST(strcmp(dst1, dst2)
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c963 const struct ai_order *dst1 = arg1, *dst2 = arg2; local
970 dst2->aio_srcsa.sa_family == AF_UNSPEC) {
974 dst2->aio_srcsa.sa_family != AF_UNSPEC) {
980 dst2->aio_dstscope != dst2->aio_srcscope) {
984 dst2->aio_dstscope == dst2->aio_srcscope) {
990 dst2->aio_srcsa.sa_family != AF_UNSPEC) {
992 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) {
996 !(dst2
[all...]
H A Dname6.c946 const struct hp_order *dst1 = arg1, *dst2 = arg2; local
953 dst2->aio_srcsa.sa_family == AF_UNSPEC) {
957 dst2->aio_srcsa.sa_family != AF_UNSPEC) {
963 dst2->aio_dstscope != dst2->aio_srcscope) {
967 dst2->aio_dstscope == dst2->aio_srcscope) {
973 dst2->aio_srcsa.sa_family != AF_UNSPEC) {
975 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) {
979 !(dst2
[all...]
/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
962 dst2 = softc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit;
973 /* dst2 */ dst2,
1779 u_int32_t dst1, u_int32_t dst2, int invert1,
1792 scsi_ulto2b(dst2, scsi_cmd->sdst);
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/libexec/rbootd/
H A Drmpproto.c291 char *src, *dst1, *dst2; local
320 dst2 = &rpl->r_brpl.rmp_flnm;
322 *dst1++ = *dst2++ = *src++;
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c1104 bus_addr_t dst2, bus_addr_t src1, bus_addr_t src2,
1114 KASSERT(((src1 | src2 | dst1 | dst2) & (0xffffull << 48)) == 0,
1116 KASSERT(((src1 | src2 | dst1 | dst2) & PAGE_MASK) == 0,
1129 if (dst2 != dst1 + PAGE_SIZE) {
1131 hw_desc->next_dest_addr = dst2;
1103 ioat_copy_8k_aligned(bus_dmaengine_t dmaengine, bus_addr_t dst1, bus_addr_t dst2, bus_addr_t src1, bus_addr_t src2, bus_dmaengine_callback_t callback_fn, void *callback_arg, uint32_t flags) argument
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_test.c309 bus_addr_t src2, dst2; local
312 dst2 = vtophys((vm_offset_t)tx->buf[2*i+1] + PAGE_SIZE);
314 desc = ioat_copy_8k_aligned(dma, dest, dst2, src, src2,
317 bus_addr_t src2, dst2; local
320 dst2 = vtophys((vm_offset_t)tx->buf[2*i] + PAGE_SIZE);
322 desc = ioat_copy_8k_aligned(dma, dest, dst2, src, src2,

Completed in 175 milliseconds