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

/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_debug.h40 extern ulong_t ghd_debug_flags;
64 #define GDBG_FLAG_CHK(flag, fmt) if (ghd_debug_flags & (flag)) GDBG_PRF(fmt)
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_debug.h40 extern ulong_t ghd_debug_flags;
64 #define GDBG_FLAG_CHK(flag, fmt) if (ghd_debug_flags & (flag)) GDBG_PRF(fmt)
H A Dghd_debug.c33 ulong_t ghd_debug_flags = 0; variable
35 ulong_t ghd_debug_flags = GDBG_FLAG_ERROR variable

Completed in 53 milliseconds