Searched refs:outfd (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/threadsappend/
H A Dthreadsappend.c61 static int outfd = 0; variable
71 (void) write(outfd, buf, sizeof (buf));
108 outfd = open(argv[optind++], O_RDWR|O_CREAT|O_APPEND|O_TRUNC, 0777);
109 if (outfd == -1) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_send.h45 boolean_t large_block_ok, boolean_t compressok, int outfd,
54 int outfd, struct vnode *vp, offset_t *off);
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c190 int infd, int outfd, off_t insize);
437 int outfd = 1; /* output file, stdout default */ local
713 if ((outfd = mkstemp(tmpnam)) == -1) {
721 if ((outfd = open(outfilename,
914 if (write(outfd, &netversion, sizeof (netversion))
926 if (write(outfd, &netiter,
932 if (ivlen > 0 && write(outfd, pivbuf, ivlen) != ivlen) {
938 if (write(outfd, salt, sizeof (salt)) != sizeof (salt)) {
945 if (crypt_multipart(cmd, hSession, infd, outfd, insbuf.st_size) == -1) {
976 if (oflag && (outfd !
1047 crypt_multipart(struct CommandInfo *cmd, CK_SESSION_HANDLE hSession, int infd, int outfd, off_t insize) argument
[all...]
/illumos-gate/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);
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c110 goto outfd;
121 goto outfd;
148 goto outfd;
155 goto outfd;
173 outfd:
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c191 zio_cksum_t *zc, int outfd)
204 if (write(outfd, drr, sizeof (*drr)) == -1)
208 if (write(outfd, payload, payload_len) == -1)
239 int outfd; local
265 outfd = dda->outputfd;
297 outfd) != 0)
308 outfd) != 0)
323 &stream_cksum, outfd) != 0)
333 &stream_cksum, outfd) != 0)
341 outfd) !
190 dump_record(dmu_replay_record_t *drr, void *payload, int payload_len, zio_cksum_t *zc, int outfd) argument
923 int outfd; member in struct:send_dump_data
1002 dump_ioctl(zfs_handle_t *zhp, const char *fromsnap, uint64_t fromsnap_obj, boolean_t fromorigin, int outfd, enum lzc_send_flags flags, nvlist_t *debugnv) argument
1560 zfs_send_resume(libzfs_handle_t *hdl, sendflags_t *flags, int outfd, const char *resume_token) argument
1729 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...]
H A Dlibzfs_diff.c744 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, argument
772 di.outputfd = outfd;
H A Dlibzfs.h613 extern int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd,
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c181 goto outfd;
201 goto outfd;
208 goto outfd;
231 outfd:
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1006 int infd, outfd; local
1108 outfd = mkstemp(tmppath);
1109 if (outfd < 0) {
1118 outfd, NULL)) != REP_PROTOCOL_SUCCESS)
1165 (void) close(outfd);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c760 int outfd, uint64_t resumeobj, uint64_t resumeoff,
847 dsp->dsa_outfd = outfd;
961 int outfd, vnode_t *vp, offset_t *off)
997 embedok, large_block_ok, compressok, outfd, 0, 0, vp, off);
1000 embedok, large_block_ok, compressok, outfd, 0, 0, vp, off);
1008 boolean_t large_block_ok, boolean_t compressok, int outfd,
1078 outfd, resumeobj, resumeoff, vp, off);
1082 outfd, resumeobj, resumeoff, vp, off);
757 dmu_send_impl(void *tag, dsl_pool_t *dp, dsl_dataset_t *to_ds, zfs_bookmark_phys_t *ancestor_zb, boolean_t is_clone, boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, int outfd, uint64_t resumeobj, uint64_t resumeoff, vnode_t *vp, offset_t *off) argument
959 dmu_send_obj(const char *pool, uint64_t tosnap, uint64_t fromsnap, boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, int outfd, vnode_t *vp, offset_t *off) argument
1007 dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, int outfd, uint64_t resumeobj, uint64_t resumeoff, vnode_t *vp, offset_t *off) argument
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c601 * If the write to outfd fails, we'll try to read from infd in an attempt
608 process_user_input(int outfd, int infd) argument
648 if (write(outfd, &c, 1) <= 0) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c2829 int outfd; local
2838 if((outfd=shp->cpipe[1]) < 10)
2843 shp->fdstatus[fd] = (shp->fdstatus[outfd]&~IOCLEX);
2844 close(outfd);
2845 shp->fdstatus[outfd] = IOCLOSE;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4012 int inchfd, outchfd, outfd; local
4016 outfd = sm_io_getinfo(smioout, SM_IO_WHAT_FD, NULL);
4017 if (outchfd != outfd)
4020 (void) dup2(outchfd, outfd);

Completed in 494 milliseconds