Searched defs:VDEState (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dnet-android.c1539 typedef struct VDEState { struct
1542 } VDEState; typedef in typeref:struct:VDEState
1546 VDEState *s = opaque;
1558 VDEState *s = vc->opaque;
1570 VDEState *s = vc->opaque;
1580 VDEState *s;
1590 s = qemu_mallocz(sizeof(VDEState));
H A Dnet.c1411 typedef struct VDEState { struct
1414 } VDEState; typedef in typeref:struct:VDEState
1418 VDEState *s = opaque;
1430 VDEState *s = vc->opaque;
1442 VDEState *s = vc->opaque;
1452 VDEState *s;
1462 s = qemu_mallocz(sizeof(VDEState));

Completed in 49 milliseconds