| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| proxy-io.h | 21 int proxy_read_write_loop(int readfd, int writefd);
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| proxy-io.c | 13 proxy_read_write_loop(int readfd, int writefd) 19 rbytes = read(readfd, readbuf, sizeof (readbuf));
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/msgs/ |
| mdisconnect.c | 66 if (md->readfd >= 0) 67 (void) Close(md->readfd); 131 if (md->readfd != -1) 132 (void) Close (md->readfd);
|
| mlisten.c | 79 PollFdList[0].fd = md->readfd; 125 fdp->fd = md->readfd; 233 if (mdp->readfd == -1) 295 if (ioctl(mdp->readfd, I_RECVFD, &recbuf) != 0) 328 md->readfd = md->writefd = recbuf.fd; 347 get_peer_label(md->readfd, &md->slabel); 352 ResetFifoBuffer (md->readfd); 402 if (mdp->readfd >= 0) { 403 Close (mdp->readfd); 404 if (mdp->writefd == mdp->readfd) [all...] |
| mdestroy.c | 54 pfd.fd = md->readfd; 57 if (ioctl(md->readfd, I_RECVFD, &recbuf) == 0)
|
| mconnect.c | 129 md->readfd = fd; 135 ResetFifoBuffer (md->readfd); 153 md->readfd = id1; 159 ResetFifoBuffer (md->readfd);
|
| mcreate.c | 70 md->readfd = fds[0];
|
| streamio.c | 85 rtncode = getmsg (mdp->readfd, ctlp, datap, flagsp); 113 switch (read_fifo(md->readfd, msgbuf, size))
|
| mgetputm.c | 180 return(peek3_2(md->readfd) - EXCESS_3_2_LEN); 182 if (ioctl(md->readfd, I_NREAD, &size))
|
| mread.c | 105 (void) Close(md->readfd);
|
| llib-llpmsg | 53 int readfd; /* STREAM fd to read from */
|
| /onnv/onnv-gate/usr/src/cmd/truss/ |
| ramdata.c | 87 fileset_t readfd; /* read() file descriptors to dump */ variable
|
| ramdata.h | 171 extern fileset_t readfd; /* read() file descriptors to dump */
|
| actions.c | 455 if (prismember(&readfd, fdp1)) 862 prismember(&readfd, fdp1)) || 887 pri->Errno == 0 && prismember(&readfd, fdp1)) ||
|
| main.c | 315 premptyset(&readfd); /* default: dump no buffers */ 406 if (fdlist(optarg, &readfd)) 693 if (!isemptyset(&readfd)) { [all...] |
| expound.c | [all...] |
| print.c | 579 elsewhere = prismember(&readfd, fdp1); [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| lpsched.h | 215 Close ((MD)->readfd); \ 216 if ((MD)->writefd == (MD)->readfd) \ 218 (MD)->readfd = -1; \
|
| msgs.c | 123 if (md->readfd == -1) { /* something happened to the readfd */ 124 syslog(LOG_DEBUG, "take_message: readfd is -1");
|
| disp1.c | 1163 if (ioctl(md->readfd, I_RECVFD, &recv_fd) == 0) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| msgs.h | 316 int readfd; /* STREAM fd to read from */ member in struct:__anon740
|
| /onnv/onnv-gate/usr/src/cmd/ipf/tools/ |
| ipfstat.c | 1154 fd_set readfd; local [all...] |