Searched refs:deathcheck (Results 1 – 2 of 2) sorted by relevance
222 libxl__domaindeathcheck_init(&bl->deathcheck); in libxl__bootloader_init()236 libxl__domaindeathcheck_stop(gc,&bl->deathcheck); in bootloader_cleanup()510 bl->deathcheck.what = "stopping bootloader"; in bootloader_gotptys()511 bl->deathcheck.domid = bl->domid; in bootloader_gotptys()512 bl->deathcheck.callback = bootloader_domaindeath; in bootloader_gotptys()513 rc = libxl__domaindeathcheck_start(ao, &bl->deathcheck); in bootloader_gotptys()631 libxl__bootloader_state *bl = CONTAINER_OF(dc, *bl, deathcheck); in bootloader_domaindeath()
3384 libxl__domaindeathcheck deathcheck; member
Completed in 15 milliseconds