Searched refs:libxl__ev_xswatch (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_internal.h | 301 typedef struct libxl__ev_xswatch libxl__ev_xswatch; typedef 302 typedef void libxl__ev_xswatch_callback(libxl__egc *egc, libxl__ev_xswatch*, 304 struct libxl__ev_xswatch { struct 343 _hidden libxl__ev_xswatch *libxl__watch_slot_contents(libxl__gc *gc, 379 libxl__ev_xswatch watch; 493 libxl__ev_xswatch death_watch; 962 static inline void libxl__ev_xswatch_init(libxl__ev_xswatch *xswatch_out) in libxl__ev_xswatch_init() 1313 libxl__ev_xswatch watch_ev; 1378 libxl__ev_xswatch watch; 3249 libxl__ev_xswatch watch; [all …]
|
A D | libxl_dom_suspend.c | 110 libxl__ev_xswatch *xsw, const char *watch_path, const char *event_path); 310 libxl__ev_xswatch *xsw, const char *watch_path, const char *event_path) in suspend_common_wait_guest_watch()
|
A D | libxl_dom_save.c | 42 static void switch_logdirty_xswatch(libxl__egc *egc, libxl__ev_xswatch*, 200 static void switch_logdirty_xswatch(libxl__egc *egc, libxl__ev_xswatch *watch, in switch_logdirty_xswatch()
|
A D | libxl_event.c | 462 libxl__ev_xswatch *libxl__watch_slot_contents(libxl__gc *gc, int slotnum) in libxl__watch_slot_contents() 495 libxl__ev_xswatch *w) in libxl__set_watch_slot_contents() 539 libxl__ev_xswatch *w = libxl__watch_slot_contents(gc, slotnum); in watchfd_callback() 593 int libxl__ev_xswatch_register(libxl__gc *gc, libxl__ev_xswatch *w, in libxl__ev_xswatch_register() 664 void libxl__ev_xswatch_deregister(libxl__gc *gc, libxl__ev_xswatch *w) in libxl__ev_xswatch_deregister() 946 static void domaindeathcheck_callback(libxl__egc *egc, libxl__ev_xswatch *w, in domaindeathcheck_callback()
|
A D | libxl_aoutils.c | 64 void xswait_xswatch_callback(libxl__egc *egc, libxl__ev_xswatch *xsw, in xswait_xswatch_callback()
|
A D | libxl_device.c | 1465 libxl__ev_xswatch watch; 1646 static void backend_watch_callback(libxl__egc *egc, libxl__ev_xswatch *watch, in backend_watch_callback()
|
A D | libxl_disk.c | 21 static void disk_eject_xswatch_callback(libxl__egc *egc, libxl__ev_xswatch *w, in disk_eject_xswatch_callback()
|
A D | libxl_domain.c | 704 static void domain_death_xswatch_callback(libxl__egc *egc, libxl__ev_xswatch *w, in domain_death_xswatch_callback()
|
Completed in 30 milliseconds