Searched refs:__dprint (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | debug.h | 40 void __dprint(int type, const char *str, ...) __attribute__((format (printf, 2, 3))); 46 __dprint((type), (str), ##args); \
|
D | debug.c | 7 void __dprint(int type, const char *str, ...) in __dprint() function
|
/external/fio/t/ |
D | debug.c | 7 void __dprint(int type, const char *str, ...) in __dprint() function
|