Searched refs:GIOChannel (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 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()
|
H A D | commands.c | 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()
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | model.c | 268 typedef struct _GIOChannel GIOChannel; typedef 269 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0005-ui.c-handle-password-expire-and-update-new-password.patch | 17 @@ -161,6 +161,9 @@ static gboolean on_greeter_input(GIOChannel *source, GIOCondition condition, gpo 27 @@ -205,6 +208,23 @@ static gboolean on_greeter_input(GIOChannel *source, GIOCondition condition, g…
|
H A D | 0008-greeter.c-show-information-on-gtk-label-info.patch | 75 @@ -1359,11 +1369,13 @@ static gboolean on_lxdm_command(GIOChannel *source, GIOCondition condition,… 89 @@ -1376,6 +1388,7 @@ static gboolean on_lxdm_command(GIOChannel *source, GIOCondition condition, g…
|
H A D | 0007-greeter.c-support-to-update-expired-password.patch | 140 static gboolean on_lxdm_command(GIOChannel *source, GIOCondition condition, gpointer data) 149 @@ -1300,10 +1361,28 @@ static gboolean on_lxdm_command(GIOChannel *source, GIOCondition condition,…
|
/openbmc/qemu/chardev/ |
H A D | char-fd.c | 138 static gboolean child_func(GIOChannel *source, in child_func()
|