HomeSort by: relevance | last modified time | path
    Searched defs:dst1 (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rbootd/
rmpproto.c 293 char *src, *dst1, *dst2; local in function:SendBootRepl
320 dst1 = filepath;
330 *dst1++ = *dst2++ = *src++;
331 *dst1 = '\0';
  /src/sys/dev/scsipi/
ch.c 630 u_int16_t src, dst1, dst2; local in function:ch_exchange
656 dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
666 _lto2b(dst1, cmd.fdst);
  /src/sys/arch/luna68k/dev/
omrasops.c 830 uint8_t *dst1, *dst2, *dst3; local in function:om4_rascopy_multi
854 dst1 = dst0 + OMFB_PLANEOFFS;
855 dst2 = dst1 + OMFB_PLANEOFFS;
886 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
898 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
905 " adda.l %[step8],%[dst1] ;\n"
912 [dst1] "+&a" (dst1),
931 *(uint32_t *)dst1 = *(uint32_t *)src0;
932 dst1 += 4
    [all...]
  /src/lib/libc/net/
getaddrinfo.c 983 const struct ai_order *dst1 = arg1, *dst2 = arg2; local in function:comp_dst
989 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
993 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
999 if (dst1->aio_dstscope == dst1->aio_srcscope &&
1003 if (dst1->aio_dstscope != dst1->aio_srcscope &&
1009 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
1011 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
1015 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &
    [all...]

Completed in 14 milliseconds