Searched defs:debug_print_level (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dnexusdebug.h39 * The DPRINTF macro can be used by setting the debug_print_level to the
42 * and debug_print_level is to the file which included the header file.
44 * together into debug_print_level. If debug_print_line's bit 1 is set, the
55 static int debug_print_level = 0; variable
63 if (debug_print_level & (print_flag) && debug_info & \
66 if (debug_print_level & (print_flag)) { \

Completed in 63 milliseconds