Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dparam.h286 #define NCARGS32 0x100000 macro
291 #define NCARGS NCARGS32
/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c148 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in aoutexec()
/titanic_41/usr/src/uts/common/os/
H A Dexec.c1853 args->ncargs = NCARGS32; in exec_args()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c332 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()