Home
last modified time | relevance | path

Searched defs:IOTRACE (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/include/internal/
H A Dio.h29 #define IOTRACE(x, ...) \ macro
37 #define IOTRACE(x, ...) \ macro
47 #define IOTRACE(x, fmt, ...) DPRINT(fmt, ##__VA_ARGS__) macro