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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h98 int ip_argspace; /* remaining space of NCARGS limit (argv+envv) */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c275 * (imgp->ip_argspace) updated byte count of space in NCARGS
287 space = imgp->ip_argspace; /* by definition smaller than ip_strspace */
306 imgp->ip_argspace -= len;
337 * (imgp->ip_argspace) space remaining of NCARGS
392 * (imgp->ip_argspace) space remaining of NCARGS
399 imgp->ip_argspace = NCARGS;
2606 * which we already know is aligned properly, and ip_argspace
2702 * This function is the primary manipulator of ip_argspace, since
2705 * and argv[]/envv[] pointer slot to ip_argspace, so that we can
2716 * (imgp->ip_argspace) Coun
[all...]

Completed in 27 milliseconds