Searched refs:ip_strendp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h96 char *ip_strendp; /* current end pointer */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c273 * (imgp->ip_strendp) updated location of next add, if any
298 error = copystr(kstr, imgp->ip_strendp, space, &len);
300 error = copyinstr(str, imgp->ip_strendp, space, &len);
303 imgp->ip_strendp += len;
336 * (imgp->ip_strendp) start of remaining copy area
371 imgp->ip_strendp += len;
391 * (imgp->ip_strendp) start of remaining copy area
398 imgp->ip_strendp = imgp->ip_strings;
2592 string_size = imgp->ip_strendp - imgp->ip_strings;
2609 ptr_buffer_start = ptr_buffer = (void *)imgp->ip_strendp;
[all...]

Completed in 24 milliseconds