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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c469 static char *INITPIPE = "/var/run/initpipe"; variable
2229 if ((stat(INITPIPE, &stat_buf) == 0) &&
2231 Pfd = open(INITPIPE, O_RDWR | O_NDELAY);
2235 (void) unlink(INITPIPE);
2236 (void) mknod(INITPIPE, S_IFIFO | 0600, 0);
2237 Pfd = open(INITPIPE, O_RDWR | O_NDELAY);

Completed in 100 milliseconds