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

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

Completed in 55 milliseconds