HomeSort by: relevance | last modified time | path
    Searched defs:scdebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_scdebug.c 107 int scdebug = SCDEBUG_DEFAULT; variable in typeref:typename:int
140 if ((scdebug & SCDEBUG_CALLS) == 0)
143 if (scdebug & SCDEBUG_KERNHIST)
149 if ((scdebug & SCDEBUG_ALL) == 0 &&
151 if (scdebug & SCDEBUG_KERNHIST)
157 * The kernhist version of scdebug needs to restrict the usage
170 if (scdebug & SCDEBUG_KERNHIST) {
179 if ((scdebug & SCDEBUG_SHOWARGS) == 0)
230 if (scdebug & SCDEBUG_SHOWARGS) {
250 if ((scdebug & SCDEBUG_RETURNS) == 0
    [all...]
kern_scdebug.c 107 int scdebug = SCDEBUG_DEFAULT; variable in typeref:typename:int
140 if ((scdebug & SCDEBUG_CALLS) == 0)
143 if (scdebug & SCDEBUG_KERNHIST)
149 if ((scdebug & SCDEBUG_ALL) == 0 &&
151 if (scdebug & SCDEBUG_KERNHIST)
157 * The kernhist version of scdebug needs to restrict the usage
170 if (scdebug & SCDEBUG_KERNHIST) {
179 if ((scdebug & SCDEBUG_SHOWARGS) == 0)
230 if (scdebug & SCDEBUG_SHOWARGS) {
250 if ((scdebug & SCDEBUG_RETURNS) == 0
    [all...]

Completed in 83 milliseconds