Searched refs:sigexit_ioch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c67 static GIOChannel *sigexit_ioch; variable
192 sigexit_ioch = g_io_channel_unix_new(sigexit_pipe[0]);
193 if (sigexit_ioch == NULL) {
197 g_io_add_watch(sigexit_ioch, G_IO_IN, sigexit_ioch_func, NULL);

Completed in 53 milliseconds