Searched defs:DOOR_STK_DEPTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h725 #define DOOR_STK_DEPTH 6 macro
733 pc_t stk[DOOR_STK_DEPTH + 1];
757 _ix = getpcstack(&_p->stk[0], DOOR_STK_DEPTH + 1); \
758 if (_ix < DOOR_STK_DEPTH + 1) { \
765 _ix = getpcstack(&_p->stk[1], DOOR_STK_DEPTH); \
766 if (_ix < DOOR_STK_DEPTH) { \

Completed in 54 milliseconds