Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dname6.c957 if (dst1->aio_dstscope == dst1->aio_srcscope && in comp_dst()
961 if (dst1->aio_dstscope != dst1->aio_srcscope && in comp_dst()
984 if (dst1->aio_srcpolicy && dst1->aio_dstpolicy && in comp_dst()
985 dst1->aio_srcpolicy->pc_policy.label == in comp_dst()
986 dst1->aio_dstpolicy->pc_policy.label && in comp_dst()
995 (dst1->aio_srcpolicy == NULL || dst1->aio_dstpolicy == NULL || in comp_dst()
996 dst1->aio_srcpolicy->pc_policy.label != in comp_dst()
1004 if (dst1->aio_dstpolicy && in comp_dst()
1006 dst1->aio_dstpolicy->pc_policy.preced > in comp_dst()
1011 (dst1->aio_dstpolicy == NULL || in comp_dst()
[all …]
H A Dgetaddrinfo.c878 if (dst1->aio_dstscope == dst1->aio_srcscope && in comp_dst()
882 if (dst1->aio_dstscope != dst1->aio_srcscope && in comp_dst()
905 if (dst1->aio_srcpolicy && dst1->aio_dstpolicy && in comp_dst()
906 dst1->aio_srcpolicy->pc_policy.label == in comp_dst()
907 dst1->aio_dstpolicy->pc_policy.label && in comp_dst()
916 (dst1->aio_srcpolicy == NULL || dst1->aio_dstpolicy == NULL || in comp_dst()
917 dst1->aio_srcpolicy->pc_policy.label != in comp_dst()
925 if (dst1->aio_dstpolicy && in comp_dst()
932 (dst1->aio_dstpolicy == NULL || in comp_dst()
943 if (dst1->aio_dstscope >= 0 && in comp_dst()
[all …]
/dragonfly/libexec/rbootd/
H A Drmpproto.c285 char *src, *dst1, *dst2; in SendBootRepl() local
313 dst1 = filepath; in SendBootRepl()
316 *dst1++ = *dst2++ = *src++; in SendBootRepl()
317 *dst1 = '\0'; in SendBootRepl()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ch.c850 u_int16_t src, dst1, dst2; in chexchange() local
880 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in chexchange()
892 /* dst1 */ dst1, in chexchange()
1528 u_int32_t dst1, u_int32_t dst2, int invert1, in scsi_exchange_medium() argument
1540 scsi_ulto2b(dst1, scsi_cmd->fdst); in scsi_exchange_medium()
H A Dscsi_ch.h454 u_int32_t dst1, u_int32_t dst2, int invert1,
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-loop.c5608 tree dst1, dst2; in vect_create_epilog_for_reduction() local
5616 dst1 = make_ssa_name (vectype1); in vect_create_epilog_for_reduction()
5618 = gimple_build_assign (dst1, BIT_FIELD_REF, in vect_create_epilog_for_reduction()
5655 dst1 = make_ssa_name (vectype1); in vect_create_epilog_for_reduction()
5656 epilog_stmt = gimple_build_assign (dst1, VIEW_CONVERT_EXPR, in vect_create_epilog_for_reduction()
5675 epilog_stmt = gimple_build_assign (new_temp, code, dst1, dst2); in vect_create_epilog_for_reduction()