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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h95 char *ip_strings; /* base address for strings */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c334 * (imgp->ip_strings) saved path
335 * (imgp->ip_strspace) space remaining in ip_strings
359 error = copyinstr(path, imgp->ip_strings, len, &len);
363 error = copystr(kpath, imgp->ip_strings, len, &len);
389 * (imgp->ip_strings) saved path
390 * (imgp->ip_strspace) space remaining in ip_strings
398 imgp->ip_strendp = imgp->ip_strings;
1280 /* Use imgp->ip_strings, which contains the copyin-ed exec path */
1281 DTRACE_PROC1(exec, uintptr_t, imgp->ip_strings);
1284 UIO_SYSSPACE, CAST_USER_ADDR_T(imgp->ip_strings), img
[all...]
H A Dmach_loader.c377 printf("Cannot enforce a hard page-zero for %s\n", imgp->ip_strings);

Completed in 31 milliseconds