Home
last modified time | relevance | path

Searched defs:GAState (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/qga/
H A Dmain.c76 struct GAState { struct
77 JSONMessageParser parser;
78 GMainLoop *main_loop;
79 GAChannel *channel;
80 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
81 GACommandState *command_state;
82 GLogLevelFlags log_level;
83 FILE *log_file;
107 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef
/dports/emulators/qemu/qemu-6.2.0/qga/
H A Dmain.c76 struct GAState { struct
77 JSONMessageParser parser;
78 GMainLoop *main_loop;
79 GAChannel *channel;
80 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
81 GACommandState *command_state;
82 GLogLevelFlags log_level;
83 FILE *log_file;
107 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef
/dports/emulators/qemu60/qemu-6.0.0/qga/
H A Dmain.c76 struct GAState { struct
77 JSONMessageParser parser;
78 GMainLoop *main_loop;
79 GAChannel *channel;
80 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
81 GACommandState *command_state;
82 GLogLevelFlags log_level;
83 FILE *log_file;
107 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef
/dports/emulators/qemu5/qemu-5.2.0/qga/
H A Dmain.c77 struct GAState { struct
78 JSONMessageParser parser;
79 GMainLoop *main_loop;
80 GAChannel *channel;
81 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
82 GACommandState *command_state;
83 GLogLevelFlags log_level;
84 FILE *log_file;
108 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/qga/
H A Dmain.c76 struct GAState { struct
77 JSONMessageParser parser;
78 GMainLoop *main_loop;
79 GAChannel *channel;
80 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
81 GACommandState *command_state;
82 GLogLevelFlags log_level;
83 FILE *log_file;
107 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qga/
H A Dmain.c76 struct GAState { struct
77 JSONMessageParser parser;
78 GMainLoop *main_loop;
79 GAChannel *channel;
80 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
81 GACommandState *command_state;
82 GLogLevelFlags log_level;
83 FILE *log_file;
107 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qga/
H A Dmain.c76 struct GAState { struct
77 JSONMessageParser parser;
78 GMainLoop *main_loop;
79 GAChannel *channel;
80 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
81 GACommandState *command_state;
82 GLogLevelFlags log_level;
83 FILE *log_file;
107 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qga/
H A Dmain.c82 struct GAState { struct
83 JSONMessageParser parser;
84 GMainLoop *main_loop;
85 GAChannel *channel;
86 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
87 GACommandState *command_state;
88 GLogLevelFlags log_level;
89 FILE *log_file;
113 struct GAState *ga_state; argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/qga/
H A Dmain.c72 struct GAState { struct
73 JSONMessageParser parser;
74 GMainLoop *main_loop;
75 GAChannel *channel;
99 struct GAState *ga_state; argument
H A Dguest-agent-core.h19 typedef struct GAState GAState; typedef
/dports/net/tunneller/tunneller-release-0.6/vendor/golang.org/x/net/internal/socket/
H A Dsys_solaris.go23 //go:cgo_import_dynamic libc___xnet_getsockopt __xnet_getsockopt "libsocket.so"