Searched refs:KDEBUG_LEVEL (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h389 * Use (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD) as a guard to protect
398 #define KDEBUG_LEVEL KDEBUG_LEVEL_NONE macro
400 #define KDEBUG_LEVEL KDEBUG_LEVEL_IST macro
402 #define KDEBUG_LEVEL KDEBUG_LEVEL_FULL macro
404 #define KDEBUG_LEVEL KDEBUG_LEVEL_STANDARD macro
407 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
437 #else /* (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD) */
440 #endif /* (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD) */
454 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST)
470 #else /* (KDEBUG_LEVEL >
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitKernelInternal.h43 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD)
51 #else /* (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD) */
60 #endif /* (KDEBUG_LEVEL >= KDEBUG_LEVEL_STANDARD) */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c1568 #if (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST)
1616 #else /* (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST) */
1621 #endif /* (KDEBUG_LEVEL >= KDEBUG_LEVEL_IST) */

Completed in 20 milliseconds