Home
last modified time | relevance | path

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

/openbsd/usr.sbin/lpd/
H A Dio.c100 static int _io_trace = 0; variable
110 #define io_debug(args...) do { if (_io_trace) log_debug(args); } while(0)
117 _io_trace = on; in io_trace()