Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_scdebug.c107 int scdebug = SCDEBUG_DEFAULT; variable
140 if ((scdebug & SCDEBUG_CALLS) == 0) in scdebug_call()
143 if (scdebug & SCDEBUG_KERNHIST) in scdebug_call()
149 if ((scdebug & SCDEBUG_ALL) == 0 && in scdebug_call()
151 if (scdebug & SCDEBUG_KERNHIST) in scdebug_call()
170 if (scdebug & SCDEBUG_KERNHIST) { in scdebug_call()
179 if ((scdebug & SCDEBUG_SHOWARGS) == 0) in scdebug_call()
230 if (scdebug & SCDEBUG_SHOWARGS) { in scdebug_call()
250 if ((scdebug & SCDEBUG_RETURNS) == 0) in scdebug_ret()
253 if (scdebug & SCDEBUG_KERNHIST) in scdebug_ret()
[all …]