Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c69 static GIOChannel *sysevent_iochannel; variable
85 sysevent_iochannel = g_io_channel_unix_new (sysevent_pipe_fds[0]); in sysevent_init()
86 if (sysevent_iochannel == NULL) { in sysevent_init()
90 g_io_channel_set_flags (sysevent_iochannel, G_IO_FLAG_NONBLOCK, &err); in sysevent_init()
92 sysevent_iochannel, G_IO_IN, sysevent_iochannel_data, NULL); in sysevent_init()
264 while (g_io_channel_read_line (sysevent_iochannel, &s, &len, NULL, in sysevent_iochannel_data()