Searched defs:io_debug (Results 1 – 2 of 2) sorted by relevance
97 #define io_debug(args...) do { if (_io_debug) printf(args); } while(0) macro
110 #define io_debug(args...) do { if (_io_trace) log_debug(args); } while(0) macro