Home
last modified time | relevance | path

Searched refs:NCARGS32 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h291 #define NCARGS32 0x100000 macro
296 #define NCARGS NCARGS32
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c2034 args->ncargs = NCARGS32; in exec_args()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c349 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()