Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dparam.h285 #define NCARGS32 0x100000 macro
290 #define NCARGS NCARGS32
/onnv-gate/usr/src/uts/common/exec/aout/
H A Daout.c151 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in aoutexec()
/onnv-gate/usr/src/uts/common/os/
H A Dexec.c1829 args->ncargs = NCARGS32; in exec_args()
/onnv-gate/usr/src/uts/common/exec/elf/
H A Delf.c323 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()