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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c472 static char *INITPIPE = "/var/run/initpipe"; variable
2237 if ((stat(INITPIPE, &stat_buf) == 0) &&
2239 Pfd = open(INITPIPE, O_RDWR | O_NDELAY);
2243 (void) unlink(INITPIPE);
2244 (void) mknod(INITPIPE, S_IFIFO | 0600, 0);
2245 Pfd = open(INITPIPE, O_RDWR | O_NDELAY);

Completed in 67 milliseconds