Home
last modified time | relevance | path

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

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