Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/ia32/sys/
H A Dtraptrace.h48 #define TTR_STACK_DEPTH 10 macro
81 pc_t ttr_stack[TTR_STACK_DEPTH];
231 movl $TTR_STACK_DEPTH, %esi; \
259 pushl $TTR_STACK_DEPTH; \
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c503 if (i >= TTR_STACK_DEPTH) { in ttrace_walk()
506 TTR_STACK_DEPTH); in ttrace_walk()
/titanic_44/usr/src/uts/i86pc/os/
H A Dtrap.c2225 if (s >= TTR_STACK_DEPTH) {