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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c93 int sopipe[2]; /* pipe attached to child's stdout */ member in struct:mountent
833 (void) close(mp->sopipe[WRPIPE]);
975 if (pipe(mp->sopipe) == -1)
978 (void) close(mp->sopipe[RDPIPE]);
979 (void) close(mp->sopipe[WRPIPE]);
985 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK);
998 (void) dup(mp->sopipe[WRPIPE]);
999 (void) close(mp->sopipe[WRPIPE]);
1017 while ((bytes = read(mp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0)
1020 (void) close(mp->sopipe[RDPIP
[all...]
H A Dmount.c160 int sopipe[2]; /* pipe attached to child's stdout */ member in struct:vfsent
1307 (void) close(vp->sopipe[WRPIPE]);
1328 if (pipe(mp->sopipe) == -1)
1331 (void) close(mp->sopipe[RDPIPE]);
1332 (void) close(mp->sopipe[WRPIPE]);
1338 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK);
1343 (void) fcntl(mp->sopipe[RDPIPE], F_SETFD, FD_CLOEXEC);
1358 (void) dup(vp->sopipe[WRPIPE]);
1359 (void) close(vp->sopipe[WRPIPE]);
1378 while ((bytes = read(vp->sopipe[RDPIP
[all...]

Completed in 62 milliseconds