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

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1462 #define NCA_CONN_T_STK_DEPTH 7 /* max stack backtrace depth */ macro
1469 pc_t stk[NCA_CONN_T_STK_DEPTH + 1];
1517 _ix = getpcstack(&_p->stk[0], NCA_CONN_T_STK_DEPTH + 1); \
1518 if (_ix < NCA_CONN_T_STK_DEPTH + 1) { \
1525 _ix = getpcstack(&_p->stk[1], NCA_CONN_T_STK_DEPTH); \
1526 if (_ix < NCA_CONN_T_STK_DEPTH) { \

Completed in 54 milliseconds