Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/bsd/net/
H A Droute.c2956 char *dstp = &dst->sa_data[0]; in rt_maskedcopy() local
2964 while (dstp < maskend) { in rt_maskedcopy()
2965 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()
2967 if (dstp < srcend) { in rt_maskedcopy()
2968 memset(dstp, 0, (size_t)(srcend - dstp)); in rt_maskedcopy()