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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h99 int ip_strspace; /* remaining total string space */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c274 * (imgp->ip_strspace) updated byte count of space remaining
287 space = imgp->ip_argspace; /* by definition smaller than ip_strspace */
289 space = imgp->ip_strspace;
304 imgp->ip_strspace -= len;
335 * (imgp->ip_strspace) space remaining in ip_strings
354 len = MIN(MAXPATHLEN, imgp->ip_strspace);
372 imgp->ip_strspace -= len;
390 * (imgp->ip_strspace) space remaining in ip_strings
400 imgp->ip_strspace = ( NCARGS + PAGE_SIZE );
2586 if (imgp->ip_strspace
[all...]

Completed in 24 milliseconds