Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/sys/
H A Dvmparam.h47 #define SINCR 4096 /* increment of stack */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmparam.h47 #define SINCR 4096 /* increment of stack */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c349 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()
356 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1); in elfexec()
360 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1); in elfexec()