Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/kxld/
H A Dkxld_reloc.c204 const KXLDArray *relocs, struct relocation_info **dstp);
1086 const KXLDArray *relocs, struct relocation_info **dstp) in export_macho_for_array() argument
1094 dst = *dstp; in export_macho_for_array()
1207 *dstp = dst; in export_macho_for_array()
/xnu-10063.101.15/bsd/net/
H A Droute.c2979 char *dstp = &dst->sa_data[0]; in rt_maskedcopy() local
2987 while (dstp < maskend) { in rt_maskedcopy()
2988 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()
2990 if (dstp < srcend) { in rt_maskedcopy()
2991 memset(dstp, 0, (size_t)(srcend - dstp)); in rt_maskedcopy()