Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c66 static int sigexit_pipe[2]; variable
188 if (pipe(sigexit_pipe) != 0) { in rmvolmgr()
192 sigexit_ioch = g_io_channel_unix_new(sigexit_pipe[0]); in rmvolmgr()
269 write(sigexit_pipe[1], "s", 1); in sigexit()