Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenbackendd/
A Dxenbackendd.c66 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-4.10.0-shim-comet/tools/console/daemon/
A Dutils.c109 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 Dio.c305 dolog(LOG_ERR, "Memory allocation failed"); in buffer_append()
336 dolog(LOG_ERR, "Write to log failed " in buffer_append()
403 dolog(LOG_ERR, "Failed to open log %s: %d (%s)", in create_hv_log()
409 dolog(LOG_ERR, "Failed to log opening timestamp " in create_hv_log()
452 dolog(LOG_ERR, "Failed to open log %s: %d (%s)", in create_console_log()
846 dolog(LOG_ERR, "Out of memory %s:%s():L%d", in create_domain()
862 dolog(LOG_DEBUG, "New domain %d", domid); in create_domain()
1080 dolog(LOG_ERR, in handle_ring_read()
1379 dolog(LOG_ERR, "Failure in poll: %d (%s)", in handle_io()
1386 dolog(LOG_ERR, in handle_io()
[all …]
A Dutils.h38 #define dolog(val, fmt, ...) do { \ macro
44 #define dolog(val, fmt, ...) fprintf(stderr, fmt "\n", ## __VA_ARGS__) macro
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_utils.h57 #define LOG(_f, _a...) dolog(__FILE__, __LINE__, __func__, _f "\n", ##_a)
128 void dolog(const char *file, int line, const char *func, char *fmt, ...)
A Dxl_utils.c30 void dolog(const char *file, int line, const char *func, char *fmt, ...) in dolog() function

Completed in 10 milliseconds