Searched refs:dstp (Results 1 – 2 of 2) sorted by relevance
3050 uint8_t *dstp, *dst_maskend, *dst_srcend; in rt_maskedcopy() local3055 dstp = __SA_UTILS_CONV_TO_BYTES(dst); in rt_maskedcopy()3056 dst_maskend = dstp + MIN(netmask->sa_len, src->sa_len); in rt_maskedcopy()3057 dst_srcend = dstp + src->sa_len; in rt_maskedcopy()3058 dstp += __offsetof(struct sockaddr, sa_data); in rt_maskedcopy()3063 while (dstp < dst_maskend) { in rt_maskedcopy()3064 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()3067 if (dstp < dst_srcend) { in rt_maskedcopy()3068 memset(dstp, 0, (size_t)(dst_srcend - dstp)); in rt_maskedcopy()
203 const KXLDArray *relocs, struct relocation_info **dstp);1085 const KXLDArray *relocs, struct relocation_info **dstp) in export_macho_for_array() argument1093 dst = *dstp; in export_macho_for_array()1206 *dstp = dst; in export_macho_for_array()