Searched refs:IOHandlerRecord (Results 1 – 2 of 2) sorted by relevance
34 typedef struct IOHandlerRecord { struct41 QLIST_ENTRY(IOHandlerRecord) next; argument42 } IOHandlerRecord; typedef44 static QLIST_HEAD(, IOHandlerRecord) io_handlers =56 IOHandlerRecord *ioh; in qemu_set_fd_handler2()70 ioh = qemu_mallocz(sizeof(IOHandlerRecord)); in qemu_set_fd_handler2()93 IOHandlerRecord *ioh; in qemu_iohandler_fill()116 IOHandlerRecord *pioh, *ioh; in qemu_iohandler_poll()
66 typedef struct IOHandlerRecord { struct73 struct IOHandlerRecord *next; argument74 } IOHandlerRecord; typedef76 static IOHandlerRecord *first_io_handler;80 IOHandlerRecord* ioh = opaque; in ioh_callback()100 IOHandlerRecord **pioh, *ioh; in qemu_set_fd_handler()