OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOHandlerRecord
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
iohandler.c
34
typedef struct
IOHandlerRecord
{
41
QLIST_ENTRY(
IOHandlerRecord
) next;
42
}
IOHandlerRecord
;
44
static QLIST_HEAD(,
IOHandlerRecord
) io_handlers =
56
IOHandlerRecord
*ioh;
70
ioh = qemu_mallocz(sizeof(
IOHandlerRecord
));
93
IOHandlerRecord
*ioh;
116
IOHandlerRecord
*pioh, *ioh;
vl-android-ui.c
66
typedef struct
IOHandlerRecord
{
73
struct
IOHandlerRecord
*next;
74
}
IOHandlerRecord
;
76
static
IOHandlerRecord
*first_io_handler;
80
IOHandlerRecord
* ioh = opaque;
100
IOHandlerRecord
**pioh, *ioh;
Completed in 34 milliseconds