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

/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h102 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro
H A Dproc_internal.h609 #define BSD_PAGEABLE_SIZE_PER_EXEC (NCARGS + PAGE_SIZE + PAGE_SIZE) /* page for apple vars, page for executable header */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c267 * boolean_t TRUE if string contributes to NCARGS
275 * (imgp->ip_argspace) updated byte count of space in NCARGS
337 * (imgp->ip_argspace) space remaining of NCARGS
392 * (imgp->ip_argspace) space remaining of NCARGS
399 imgp->ip_argspace = NCARGS;
400 imgp->ip_strspace = ( NCARGS + PAGE_SIZE );
2716 * (imgp->ip_argspace) Count of remaining of NCARGS
3747 imgp->ip_vdata = imgp->ip_strings + ( NCARGS + PAGE_SIZE );
3749 imgp->ip_argspace = NCARGS;
3750 imgp->ip_strspace = ( NCARGS
[all...]

Completed in 82 milliseconds