Searched refs:libxl__domaindeathcheck (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_internal.h | 1366 typedef struct libxl__domaindeathcheck libxl__domaindeathcheck; typedef 1368 libxl__domaindeathcheck*, 1371 struct libxl__domaindeathcheck { struct 1382 libxl__domaindeathcheck *dc); argument 1384 void libxl__domaindeathcheck_init(libxl__domaindeathcheck *dc); 1385 void libxl__domaindeathcheck_stop(libxl__gc *gc, libxl__domaindeathcheck *dc); 3384 libxl__domaindeathcheck deathcheck;
|
A D | libxl_event.c | 934 void libxl__domaindeathcheck_init(libxl__domaindeathcheck *dc) in libxl__domaindeathcheck_init() 940 void libxl__domaindeathcheck_stop(libxl__gc *gc, libxl__domaindeathcheck *dc) in libxl__domaindeathcheck_stop() 949 libxl__domaindeathcheck *dc = CONTAINER_OF(w, *dc, watch); in domaindeathcheck_callback() 971 libxl__domaindeathcheck *dc = CONTAINER_OF(abrt, *dc, abrt); in domaindeathcheck_abort() 979 libxl__domaindeathcheck *dc) in libxl__domaindeathcheck_start()
|
A D | libxl_bootloader.c | 36 static void bootloader_domaindeath(libxl__egc*, libxl__domaindeathcheck *dc, 628 libxl__domaindeathcheck *dc, in bootloader_domaindeath()
|
Completed in 22 milliseconds