Home
last modified time | relevance | path

Searched refs:cdebug (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dexpr.h201 extern int cdebug;
A Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
21 int cdebug = PRINTD; variable
A Dzconf.tab.c_shipped91 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
96 int cdebug = PRINTD;

Completed in 5 milliseconds