Home
last modified time | relevance | path

Searched defs:DEBUG3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_dbg.h32 #define DEBUG3(x) do {if(ql4xextended_error_logging == 3) x;} while (0); macro
34 #define DEBUG3(x) do {} while (0); macro
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py25 DEBUG3 = logging.DEBUG - 2 variable in BBLogFormatter