OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 22 21:09:42 GMT 2025