Searched refs:LIBXL__EVENT_DISASTER (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_fork.c | 222 LIBXL__EVENT_DISASTER(egc, "waitpid() failed", errno, 0); in checked_waitpid() 510 LIBXL__EVENT_DISASTER in childproc_checkall() 550 LIBXL__EVENT_DISASTER(egc, in sigchld_selfpipe_handler() 557 if (e) LIBXL__EVENT_DISASTER(egc, "read sigchld pipe", e, 0); in sigchld_selfpipe_handler() 586 LIBXL__EVENT_DISASTER(egc, disasterbuf, 0, 0); in sigchld_selfpipe_handler()
|
A D | libxl_event.c | 263 LIBXL__EVENT_DISASTER(egc, "failed poll to check for fd", errno, 0); in libxl__fd_poll_recheck() 509 LIBXL__EVENT_DISASTER(egc, "unexpected poll event on watch fd", 0, 0); in watchfd_callback() 516 LIBXL__EVENT_DISASTER(egc, "cannot check/read watches", errno, 0); in watchfd_callback() 705 LIBXL__EVENT_DISASTER(egc, in evtchn_revents_check() 746 LIBXL__EVENT_DISASTER(egc, in evtchn_fd_callback() 957 LIBXL__EVENT_DISASTER(egc,"failed to read xenstore" in domaindeathcheck_callback() 1270 if (e) LIBXL__EVENT_DISASTER(egc, "read wakeup", e, 0); in afterpoll_internal() 1657 if (e) LIBXL__EVENT_DISASTER(egc, "cannot poke watch pipe", e, 0); in libxl__poller_wakeup()
|
A D | libxl_disk.c | 36 LIBXL__EVENT_DISASTER(egc, "xs_write failed acknowledging eject", in disk_eject_xswatch_callback() 46 LIBXL__EVENT_DISASTER(egc, "xs_read failed reading be_ptr_path", in disk_eject_xswatch_callback()
|
A D | libxl_aoutils.c | 285 LIBXL__EVENT_DISASTER(egc, in datacopier_readable()
|
A D | libxl_domain.c | 723 LIBXL__EVENT_DISASTER(egc, "xc_domain_getinfolist failed while" in domain_death_xswatch_callback()
|
A D | libxl_internal.h | 1073 #define LIBXL__EVENT_DISASTER(egc, msg, errnoval, type) \ macro
|
Completed in 25 milliseconds