Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.4.0/
Dmonitor_15_4.c204 static gboolean fifo_handler1(GIOChannel *channel, GIOCondition cond, in fifo_handler1() argument
218 fd = g_io_channel_unix_get_fd(channel); in fifo_handler1()
283 static gboolean fifo_handler2(GIOChannel *channel, GIOCondition cond, in fifo_handler2() argument
297 fd = g_io_channel_unix_get_fd(channel); in fifo_handler2()
363 GIOChannel *channel; in setup_fifofd1() local
375 channel = g_io_channel_unix_new(fd); in setup_fifofd1()
377 g_io_channel_set_close_on_unref(channel, TRUE); in setup_fifofd1()
379 source = g_io_add_watch(channel, in setup_fifofd1()
383 g_io_channel_unref(channel); in setup_fifofd1()
390 GIOChannel *channel; in setup_fifofd2() local
[all …]
/net-tools-3.4.0/virtual-hub/src/
Dhub.c133 static gboolean fifo_handler(GIOChannel *channel, in fifo_handler() argument
148 fd = g_io_channel_unix_get_fd(channel); in fifo_handler()
255 GIOChannel *channel; in setup_fifofd() local
267 channel = g_io_channel_unix_new(fd); in setup_fifofd()
268 g_io_channel_set_close_on_unref(channel, TRUE); in setup_fifofd()
270 source = g_io_add_watch(channel, in setup_fifofd()
274 g_io_channel_unref(channel); in setup_fifofd()