Searched refs:GIOChannel (Results 1 – 4 of 4) sorted by relevance
16 GIOChannel *listen_channel;17 GIOChannel *client_channel;25 static gboolean ga_channel_listen_accept(GIOChannel *channel, in ga_channel_listen_accept()86 static gboolean ga_channel_client_event(GIOChannel *channel, in ga_channel_client_event()105 GIOChannel *client_channel; in ga_channel_client_add()
302 static gboolean guest_exec_input_watch(GIOChannel *ch, in guest_exec_input_watch()343 static gboolean guest_exec_output_watch(GIOChannel *ch, in guest_exec_output_watch()422 GIOChannel *in_ch, *out_ch, *err_ch; in qmp_guest_exec()
268 typedef struct _GIOChannel GIOChannel; typedef269 GIOChannel *g_io_channel_unix_new(int fd) in g_io_channel_unix_new()272 GIOChannel *c = g_malloc0(20 * sizeof(void *)); in g_io_channel_unix_new()
138 static gboolean child_func(GIOChannel *source, in child_func()
Completed in 14 milliseconds