Searched refs:ip_strspace (Results 1 – 2 of 2) sorted by relevance
101 int ip_strspace; /* remaining total string space */ member
450 space = imgp->ip_strspace; in exec_add_user_string()466 imgp->ip_strspace -= len; in exec_add_user_string()526 len = MIN(MAXPATHLEN, imgp->ip_strspace); in exec_save_path()547 imgp->ip_strspace -= len; in exec_save_path()579 imgp->ip_strspace = (NCARGS + PAGE_SIZE); in exec_reset_save_path()6428 if (imgp->ip_strspace % ptr_size != 0) { in exec_copyout_strings()6582 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()6584 imgp->ip_strspace--; in exec_extract_strings()6748 while (imgp->ip_strspace % new_ptr_size != 0) { in exec_extract_strings()6754 imgp->ip_strspace--; in exec_extract_strings()[all …]