Searched refs:keystrokes (Results 1 – 2 of 2) sorted by relevance
223 bl->keystrokes.ao = bl->ao; libxl__datacopier_init(&bl->keystrokes); in libxl__bootloader_init()237 libxl__datacopier_kill(&bl->keystrokes); in bootloader_cleanup()298 libxl__datacopier_kill(&bl->keystrokes); in bootloader_stop()531 bl->keystrokes.ao = ao; in bootloader_gotptys()532 bl->keystrokes.maxsz = BOOTLOADER_BUF_OUT; in bootloader_gotptys()533 bl->keystrokes.bytes_to_read = -1; in bootloader_gotptys()534 bl->keystrokes.copywhat = in bootloader_gotptys()536 bl->keystrokes.callback = bootloader_keystrokes_copyfail; in bootloader_gotptys()540 rc = libxl__datacopier_start(&bl->keystrokes); in bootloader_gotptys()617 libxl__bootloader_state *bl = CONTAINER_OF(dc, *bl, keystrokes); in bootloader_keystrokes_copyfail()[all …]
3731 libxl__datacopier_state keystrokes, display; member
Completed in 16 milliseconds