Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sparc/sys/
H A Dvmparam.h47 #define SINCR 4096 /* increment of stack */ macro
/titanic_41/usr/src/uts/intel/sys/
H A Dvmparam.h47 #define SINCR 4096 /* increment of stack */ macro
/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Dvmparam.h76 #define SINCR 1 /* increment of stack */ macro
/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/exec/elf/
H A Delf.c332 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()
339 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1); in elfexec()
343 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1); in elfexec()