Home
last modified time | relevance | path

Searched defs:GAChannel (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/qga/
H A Dchannel-posix.c15 struct GAChannel { struct
18 GAChannelMethod method; argument
19 GAChannelCallback event_cb; argument
23 static int ga_channel_client_add(GAChannel *c, int fd); argument
H A Dchannel-win32.c17 struct GAChannel { struct
19 GAChannelCallback cb; argument
21 GAChannelReadState rstate; argument
29 GAChannel *channel; argument
H A Dchannel.h16 typedef struct GAChannel GAChannel; typedef