Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c93 #define RDPIPE 0 macro
991 (void) close(mp->sopipe[RDPIPE]); in setup_iopipe()
998 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
999 (void) fcntl(mp->sepipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
1028 while ((bytes = read(mp->sepipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1030 while ((bytes = read(mp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1033 (void) close(mp->sopipe[RDPIPE]); in doio()
1034 (void) close(mp->sepipe[RDPIPE]); in doio()
H A Dmount.c156 #define RDPIPE 0 macro
1340 (void) close(mp->sopipe[RDPIPE]); in setup_iopipe()
1347 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
1348 (void) fcntl(mp->sepipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
1352 (void) fcntl(mp->sopipe[RDPIPE], F_SETFD, FD_CLOEXEC); in setup_iopipe()
1353 (void) fcntl(mp->sepipe[RDPIPE], F_SETFD, FD_CLOEXEC); in setup_iopipe()
1385 while ((bytes = read(vp->sepipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1387 while ((bytes = read(vp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1390 (void) close(vp->sopipe[RDPIPE]); in doio()
1391 (void) close(vp->sepipe[RDPIPE]); in doio()