Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_dbg.h25 #define DEBUG2(x) do {if(ql4xextended_error_logging == 2) x;} while (0); macro
28 #define DEBUG2(x) do {} while (0); macro
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py26 DEBUG2 = logging.DEBUG - 1 variable in BBLogFormatter