Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dparam.h280 #define NCARGS64 0x200000 macro
282 #define NCARGS NCARGS64
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c339 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1); in elfexec()