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

/external/qemu/
H A Dexec.c2070 typedef struct MapClient { struct
2073 QLIST_ENTRY(MapClient) link;
2074 } MapClient; typedef in typeref:struct:MapClient
2076 static QLIST_HEAD(map_client_list, MapClient) map_client_list
2081 MapClient *client = g_malloc(sizeof(*client));
2091 MapClient *client = (MapClient *)_client;
2099 MapClient *client;

Completed in 128 milliseconds