OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dodebug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_mutex.c
191
#define MUTEX_INITIALIZE_ADAPTIVE(mtx,
dodebug
) \
193
if (!
dodebug
) \
197
#define MUTEX_INITIALIZE_SPIN(mtx,
dodebug
, ipl) \
200
if (!
dodebug
) \
357
bool
dodebug
;
local in function:_mutex_init
366
dodebug
= LOCKDEBUG_ALLOC(mtx, lockops, return_address);
367
MUTEX_INITIALIZE_ADAPTIVE(mtx,
dodebug
);
371
dodebug
= LOCKDEBUG_ALLOC(mtx, lockops, return_address);
372
MUTEX_INITIALIZE_SPIN(mtx,
dodebug
, ipl);
/src/sbin/shutdown/
shutdown.c
94
static int
dodebug
, dosilent, doverbose;
variable in typeref:typename:int
157
dodebug
= 1;
399
if (
dodebug
)
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025