Searched refs:com_hpcio_debug (Results 1 – 1 of 1) sorted by relevance
58 int com_hpcio_debug = 0; variable59 #define DPRINTF(arg...) do { if (com_hpcio_debug) printf(arg); } while (0)