Searched refs:ga_channel_open (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 123 static gboolean ga_channel_open(GAChannel *c, const gchar *path, in ga_channel_open() function 294 if (!ga_channel_open(c, path, method, listen_fd, &err)) { in ga_channel_new()
|
H A D | channel-win32.c | 283 static gboolean ga_channel_open(GAChannel *c, GAChannelMethod method, in ga_channel_open() function 327 if (!ga_channel_open(c, method, path)) { in ga_channel_new()
|