Searched defs:sysevent_iochannel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c68 static GIOChannel *sysevent_iochannel; variable
84 sysevent_iochannel = g_io_channel_unix_new (sysevent_pipe_fds[0]);
85 if (sysevent_iochannel == NULL) {
89 g_io_channel_set_flags (sysevent_iochannel, G_IO_FLAG_NONBLOCK, &err);
91 sysevent_iochannel, G_IO_IN, sysevent_iochannel_data, NULL);
263 while (g_io_channel_read_line (sysevent_iochannel, &s, &len, NULL,

Completed in 44 milliseconds