Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c349 pc_t pcstack[DEBUG_STK_DEPTH]; in ql_stacktrace()
353 depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH); in ql_stacktrace()
357 for (i = 0; i < MIN(depth, DEBUG_STK_DEPTH); i++) { in ql_stacktrace()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h101 #define DEBUG_STK_DEPTH 24 macro
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h768 #define DEBUG_STK_DEPTH 24 macro