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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h90 char *ip_strings; /* base address for strings */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c284 * (imgp->ip_strings) saved path
285 * (imgp->ip_strspace) space remaining in ip_strings
303 imgp->ip_strendp = imgp->ip_strings;
311 error = copyinstr(path, imgp->ip_strings, len, &len);
314 error = copystr(kpath, imgp->ip_strings, len, &len);
804 imgp->ip_strendp += (((imgp->ip_strendp - imgp->ip_strings) + NBPW-1) & ~(NBPW-1));
1220 DTRACE_PROC1(exec, uintptr_t, imgp->ip_strings);
1324 if (imgp->ip_strings)
1799 if (imgp->ip_strings)
2001 if (imgp->ip_strings)
[all...]

Completed in 29 milliseconds