Searched defs:dolog (Results 1 – 3 of 3) sorted by relevance
/xen/tools/console/daemon/ |
A D | utils.h | 38 #define dolog(val, fmt, ...) do { \ macro 44 #define dolog(val, fmt, ...) fprintf(stderr, fmt "\n", ## __VA_ARGS__) macro
|
/xen/tools/xenbackendd/ |
A D | xenbackendd.c | 66 dolog(int pri, const char *fmt, ...) in dolog() function
|
/xen/tools/xl/ |
A D | xl_utils.c | 30 void dolog(const char *file, int line, const char *func, char *fmt, ...) in dolog() function
|
Completed in 6 milliseconds