Home
last modified time | relevance | path

Searched refs:NCARGS64 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h292 #define NCARGS64 0x200000 macro
294 #define NCARGS NCARGS64
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c356 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1); in elfexec()