Searched refs:NCARGS (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dparam.h99 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro
H A Dproc_internal.h639 #define BSD_PAGEABLE_SIZE_PER_EXEC (NCARGS + PAGE_SIZE + PAGE_SIZE) /* page for apple vars, page for executable header */
/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c252 * boolean_t TRUE if string contributes to NCARGS
260 * (imgp->ip_argspace) updated byte count of space in NCARGS
322 * (imgp->ip_argspace) space remaining of NCARGS
377 * (imgp->ip_argspace) space remaining of NCARGS
384 imgp->ip_argspace = NCARGS;
385 imgp->ip_strspace = ( NCARGS + PAGE_SIZE );
2930 * (imgp->ip_argspace) Count of remaining of NCARGS
4018 imgp->ip_vdata = imgp->ip_strings + ( NCARGS + PAGE_SIZE );
4020 imgp->ip_argspace = NCARGS;
4021 imgp->ip_strspace = ( NCARGS
[all...]

Completed in 48 milliseconds