Searched defs:outfd (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtgetch.c569 int *outfd, *exfd; local
574 outfd = exfd = (int *)NULL;
577 rc = select(20, &infd, outfd, exfd, &t);
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_stream.c106 int outfd; member in struct:adr_fdstream
121 return (write(fdstr->outfd, buf, len));
132 if (fdstr->infd != fdstr->outfd)
133 (void) dup2(fd, fdstr->outfd);
144 if (fdstr->infd != fdstr->outfd)
145 (void) close(fdstr->outfd);
150 adr_stream_create_fds(int infd, int outfd) argument
157 if (infd != outfd)
158 (void) close(outfd);
162 fdstr->outfd
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4016 int inchfd, outchfd, outfd; local
4020 outfd = sm_io_getinfo(smioout, SM_IO_WHAT_FD, NULL);
4021 if (outchfd != outfd)
4024 (void) dup2(outchfd, outfd);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1271 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, argument
1278 if ((di.pi_fp = fdopen(outfd, "w")) == NULL) {
H A Dlibzfs_sendrecv.c174 cksum_and_write(const void *buf, uint64_t len, zio_cksum_t *zc, int outfd) argument
177 return (write(outfd, buf, len));
210 int outfd; local
242 outfd = dda->outputfd;
259 &stream_cksum, outfd) == -1)
273 outfd) == -1)
285 if ((write(outfd, drr,
294 &stream_cksum, outfd) == -1)
302 &stream_cksum, outfd) == -1)
311 &stream_cksum, outfd)
999 int outfd; member in struct:send_dump_data
1015 dump_ioctl(zfs_handle_t *zhp, const char *fromsnap, uint64_t fromsnap_obj, boolean_t fromorigin, int outfd, nvlist_t *debugnv) argument
1451 zfs_send(zfs_handle_t *zhp, const char *fromsnap, const char *tosnap, sendflags_t flags, int outfd, snapfilter_cb_t filter_func, void *cb_arg, nvlist_t **debugnvp) argument
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c3421 int outfd; local
3430 if((outfd=shp->cpipe[1]) < 10)
3433 VALIDATE_FD(shp, outfd);
3437 shp->fdstatus[fd] = (shp->fdstatus[outfd]&~IOCLEX);
3438 close(outfd);
3439 shp->fdstatus[outfd] = IOCLOSE;

Completed in 619 milliseconds