Searched refs:dolog (Results 1 – 6 of 6) sorted by relevance
| /xen/tools/xenbackendd/ |
| A D | xenbackendd.c | 66 dolog(int pri, const char *fmt, ...) in dolog() function 99 dolog(LOG_ERR, "can't vfork: %s", strerror(errno)); in doexec() 127 dolog(LOG_ERR, in xen_setup() 134 dolog(LOG_ERR, "xenstore watch on backend fails."); in xen_setup() 196 dolog(LOG_ERR, "can't open %s: %s", in main() 206 dolog(LOG_ERR, "can't open %s: %s", in main() 211 dolog(LOG_ERR, "can't daemonize: %s", in main() 228 dolog(LOG_ERR, in main() 246 dolog(LOG_ERR, "xs_read_watch: NULL\n"); in main() 270 dolog(LOG_ERR, in main() [all …]
|
| /xen/tools/console/daemon/ |
| A D | utils.c | 109 dolog(LOG_ERR, in xen_setup() 116 dolog(LOG_ERR, "Failed to contact hypervisor (%m)"); in xen_setup() 121 dolog(LOG_ERR, "xenstore watch on @introduceDomain fails."); in xen_setup() 126 dolog(LOG_ERR, "xenstore watch on @releaseDomain fails."); in xen_setup()
|
| A D | io.c | 330 dolog(LOG_ERR, "Memory allocation failed"); in buffer_append() 361 dolog(LOG_ERR, "Write to log failed " in buffer_append() 428 dolog(LOG_ERR, "Failed to open log %s: %d (%s)", in create_hv_log() 434 dolog(LOG_ERR, "Failed to log opening timestamp " in create_hv_log() 477 dolog(LOG_ERR, "Failed to open log %s: %d (%s)", in create_console_log() 871 dolog(LOG_ERR, "Out of memory %s:%s():L%d", in create_domain() 887 dolog(LOG_DEBUG, "New domain %d", domid); in create_domain() 1105 dolog(LOG_ERR, in handle_ring_read() 1404 dolog(LOG_ERR, "Failure in poll: %d (%s)", in handle_io() 1411 dolog(LOG_ERR, in handle_io() [all …]
|
| 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/xl/ |
| A D | xl_utils.h | 55 #define LOG(_f, _a...) dolog(__FILE__, __LINE__, __func__, _f "\n", ##_a) 126 void dolog(const char *file, int line, const char *func, char *fmt, ...)
|
| A D | xl_utils.c | 30 void dolog(const char *file, int line, const char *func, char *fmt, ...) in dolog() function
|
Completed in 19 milliseconds