Home
last modified time | relevance | path

Searched refs:findstack_debug_on (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.h80 extern int findstack_debug_on;
83 if (findstack_debug_on) { \
H A Dfindstack.c41 int findstack_debug_on = 0; variable
103 findstack_debug_on ^= 1; in findstack_debug()
106 findstack_debug_on ? "on" : "off"); in findstack_debug()