Searched defs:VBDEBUG (Results 1 – 2 of 2) sorted by relevance
10 #define VBDEBUG(format, args...) \ macro
25 #define VBDEBUG(format, args...) printk(BIOS_DEBUG, format, ## args) macro