Home
last modified time | relevance | path

Searched refs:IOHandlerRecord (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Diohandler.c34 typedef struct IOHandlerRecord { struct
41 QLIST_ENTRY(IOHandlerRecord) next; argument
42 } IOHandlerRecord; typedef
44 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()
Dvl-android-ui.c66 typedef struct IOHandlerRecord { struct
73 struct IOHandlerRecord *next; argument
74 } IOHandlerRecord; typedef
76 static IOHandlerRecord *first_io_handler;
80 IOHandlerRecord* ioh = opaque; in ioh_callback()
100 IOHandlerRecord **pioh, *ioh; in qemu_set_fd_handler()