Searched refs:first_io_handler (Results 1 – 1 of 1) sorted by relevance
76 static IOHandlerRecord *first_io_handler; variable103 pioh = &first_io_handler; in qemu_set_fd_handler()121 for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) { in qemu_set_fd_handler()126 ioh->next = first_io_handler; in qemu_set_fd_handler()127 first_io_handler = ioh; in qemu_set_fd_handler()