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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h93 int ip_strspace; /* remaining space */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c235 * (imgp->ip_strspace) updated byte count of space remaining
244 if (imgp->ip_strspace <= 0) {
250 error = copystr(kstr, imgp->ip_strendp, imgp->ip_strspace, &len);
252 error = copyinstr(str, imgp->ip_strendp, imgp->ip_strspace,
256 imgp->ip_strspace -= len;
285 * (imgp->ip_strspace) space remaining in ip_strings
304 imgp->ip_strspace = SIZE_IMG_STRSPACE;
306 len = MIN(MAXPATHLEN, imgp->ip_strspace);
323 imgp->ip_strspace -= len;
523 imgp->ip_strspace
[all...]

Completed in 75 milliseconds