Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dkdebug_kernel.h264 #define KDEBUG_LEVEL KDEBUG_LEVEL_NONE macro
266 #define KDEBUG_LEVEL KDEBUG_LEVEL_IST macro
268 #define KDEBUG_LEVEL KDEBUG_LEVEL_FULL macro
270 #define KDEBUG_LEVEL KDEBUG_LEVEL_STANDARD macro
282 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
294 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST)
308 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
346 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST)
385 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_FULL)
H A Dkdebug_private.h240 #define KDEBUG_LEVEL KDEBUG_LEVEL_NONE macro
242 #define KDEBUG_LEVEL KDEBUG_LEVEL_IST macro
244 #define KDEBUG_LEVEL KDEBUG_LEVEL_FULL macro
246 #define KDEBUG_LEVEL KDEBUG_LEVEL_STANDARD macro
522 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST)
/xnu-11215/osfmk/kperf/
H A Dbuffer.h187 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
206 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
/xnu-11215/iokit/IOKit/
H A DIOTimeStamp.h142 #if (KDEBUG_LEVEL < KDEBUG_LEVEL_STANDARD)
147 #if (KDEBUG_LEVEL < KDEBUG_LEVEL_STANDARD)
H A DIOService.h209 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
/xnu-11215/bsd/pthread/
H A Dworkqueue_trace.h112 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
H A Dpthread_workqueue.c2899 #if KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD
/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.h419 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
H A Dipc_voucher.c1301 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD) in iv_dedup()
H A Dipc_kmsg.c5540 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
/xnu-11215/bsd/vfs/
H A Dvfs_lookup.c2031 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST)
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c2089 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD) in memorystatus_do_kill()