Home
last modified time | relevance | path

Searched refs:dstp (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/libkern/kxld/
H A Dkxld_reloc.c203 const KXLDArray *relocs, struct relocation_info **dstp);
1085 const KXLDArray *relocs, struct relocation_info **dstp) in export_macho_for_array() argument
1093 dst = *dstp; in export_macho_for_array()
1206 *dstp = dst; in export_macho_for_array()
/xnu-8019.80.24/bsd/net/
H A Droute.c2964 char *dstp = &dst->sa_data[0]; in rt_maskedcopy() local
2972 while (dstp < maskend) { in rt_maskedcopy()
2973 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()
2975 if (dstp < srcend) { in rt_maskedcopy()
2976 memset(dstp, 0, (size_t)(srcend - dstp)); in rt_maskedcopy()