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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c91 #define RDPIPE 0 macro
978 (void) close(mp->sopipe[RDPIPE]);
985 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK);
986 (void) fcntl(mp->sepipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK);
1015 while ((bytes = read(mp->sepipe[RDPIPE], ibuf, sizeof (ibuf))) > 0)
1017 while ((bytes = read(mp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0)
1020 (void) close(mp->sopipe[RDPIPE]);
1021 (void) close(mp->sepipe[RDPIPE]);
H A Dmount.c158 #define RDPIPE 0 macro
1331 (void) close(mp->sopipe[RDPIPE]);
1338 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK);
1339 (void) fcntl(mp->sepipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK);
1343 (void) fcntl(mp->sopipe[RDPIPE], F_SETFD, FD_CLOEXEC);
1344 (void) fcntl(mp->sepipe[RDPIPE], F_SETFD, FD_CLOEXEC);
1376 while ((bytes = read(vp->sepipe[RDPIPE], ibuf, sizeof (ibuf))) > 0)
1378 while ((bytes = read(vp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0)
1381 (void) close(vp->sopipe[RDPIPE]);
1382 (void) close(vp->sepipe[RDPIPE]);
[all...]

Completed in 62 milliseconds