Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dumount.c101 #define RDPIPE 0 macro
1011 (void) close(mp->sopipe[RDPIPE]); in setup_iopipe()
1018 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
1019 (void) fcntl(mp->sepipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
1048 while ((bytes = read(mp->sepipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1050 while ((bytes = read(mp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1053 (void) close(mp->sopipe[RDPIPE]); in doio()
1054 (void) close(mp->sepipe[RDPIPE]); in doio()
H A Dmount.c165 #define RDPIPE 0 macro
1347 (void) close(mp->sopipe[RDPIPE]); in setup_iopipe()
1354 (void) fcntl(mp->sopipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
1355 (void) fcntl(mp->sepipe[RDPIPE], F_SETFL, O_NDELAY|O_NONBLOCK); in setup_iopipe()
1359 (void) fcntl(mp->sopipe[RDPIPE], F_SETFD, FD_CLOEXEC); in setup_iopipe()
1360 (void) fcntl(mp->sepipe[RDPIPE], F_SETFD, FD_CLOEXEC); in setup_iopipe()
1392 while ((bytes = read(vp->sepipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1394 while ((bytes = read(vp->sopipe[RDPIPE], ibuf, sizeof (ibuf))) > 0) in doio()
1397 (void) close(vp->sopipe[RDPIPE]); in doio()
1398 (void) close(vp->sepipe[RDPIPE]); in doio()