Home
last modified time | relevance | path

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

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