Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dimgact.h101 int ip_strspace; /* remaining total string space */ member
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c417 space = imgp->ip_strspace; in exec_add_user_string()
433 imgp->ip_strspace -= len; in exec_add_user_string()
493 len = MIN(MAXPATHLEN, imgp->ip_strspace); in exec_save_path()
514 imgp->ip_strspace -= len; in exec_save_path()
546 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()
5057 if (imgp->ip_strspace % ptr_size != 0) { in exec_copyout_strings()
5211 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5213 imgp->ip_strspace--; in exec_extract_strings()
5377 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()
5383 imgp->ip_strspace--; in exec_extract_strings()
[all …]