Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dimgact.h100 int ip_argspace; /* remaining space of NCARGS limit (argv+envv) */ member
/xnu-11417.101.15/bsd/kern/
H A Dkern_exec.c468 space = imgp->ip_argspace; /* by definition smaller than ip_strspace */ in exec_add_user_string()
488 imgp->ip_argspace -= len; in exec_add_user_string()
598 imgp->ip_argspace = NCARGS; in exec_reset_save_path()
6157 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
6161 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
6192 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
6196 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
6221 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
6225 imgp->ip_argspace -= new_ptr_size; /* to hold argv[] entry */ in exec_extract_strings()
6230 if (imgp->ip_argspace < new_ptr_size) { in exec_extract_strings()
[all …]