Home
last modified time | relevance | path

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)); in go()
108 outfd = open(argv[optind++], O_RDWR|O_CREAT|O_APPEND|O_TRUNC, 0777); in main()
109 if (outfd == -1) { in main()
/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 */ in execute_cmd() local
713 if ((outfd = mkstemp(tmpnam)) == -1) { in execute_cmd()
721 if ((outfd = open(outfilename, in execute_cmd()
914 if (write(outfd, &netversion, sizeof (netversion)) in execute_cmd()
926 if (write(outfd, &netiter, in execute_cmd()
976 if (oflag && (outfd != -1)) in execute_cmd()
977 (void) close(outfd); in execute_cmd()
1048 int infd, int outfd, off_t insize) in crypt_multipart() argument
1111 if (write(outfd, resultbuf, resultlen) != resultlen) { in crypt_multipart()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_send.h43 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, int outfd,
51 boolean_t rawok, int outfd, struct vnode *vp, offset_t *off);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c243 int outfd; in cksummer() local
269 outfd = dda->outputfd; in cksummer()
310 outfd) != 0) in cksummer()
321 outfd) != 0) in cksummer()
352 outfd) != 0) in cksummer()
452 outfd) != 0) in cksummer()
460 outfd) != 0) in cksummer()
1019 int outfd; member
1115 zc.zc_cookie = outfd; in dump_ioctl()
1768 pa.pa_fd = outfd; in zfs_send_resume()
[all …]
H A Dlibzfs_diff.c752 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, in zfs_show_diffs() argument
780 di.outputfd = outfd; in zfs_show_diffs()
H A Dlibzfs.h683 extern int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd,
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c571 int *outfd, *exfd; in _fpk() local
576 outfd = exfd = (int *)NULL; in _fpk()
579 rc = select(20, &infd, outfd, exfd, &t); in _fpk()
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c110 goto outfd; in read_bootblock_from_file()
121 goto outfd; in read_bootblock_from_file()
148 goto outfd; in read_bootblock_from_file()
155 goto outfd; in read_bootblock_from_file()
173 outfd: in read_bootblock_from_file()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c955 boolean_t rawok, int outfd, uint64_t resumeobj, uint64_t resumeoff, in dmu_send_impl() argument
1075 dsp->dsa_outfd = outfd; in dmu_send_impl()
1220 boolean_t rawok, int outfd, vnode_t *vp, offset_t *off) in dmu_send_obj() argument
1271 embedok, large_block_ok, compressok, rawok, outfd, in dmu_send_obj()
1275 embedok, large_block_ok, compressok, rawok, outfd, in dmu_send_obj()
1285 int outfd, uint64_t resumeobj, uint64_t resumeoff, vnode_t *vp, in dmu_send() argument
1366 outfd, resumeobj, resumeoff, vp, off); in dmu_send()
1370 outfd, resumeobj, resumeoff, vp, off); in dmu_send()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1006 int infd, outfd; in backend_create_backup_locked() local
1108 outfd = mkstemp(tmppath); in backend_create_backup_locked()
1109 if (outfd < 0) { in backend_create_backup_locked()
1118 outfd, NULL)) != REP_PROTOCOL_SUCCESS) in backend_create_backup_locked()
1165 (void) close(outfd); in backend_create_backup_locked()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1788 goto outfd; in read_bootblock_from_file()
1794 goto outfd; in read_bootblock_from_file()
1810 goto outfd; in read_bootblock_from_file()
1818 goto outfd; in read_bootblock_from_file()
1841 outfd: in read_bootblock_from_file()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c610 process_user_input(int outfd, int infd) in process_user_input() argument
649 if (write(outfd, &c, 1) <= 0) { in process_user_input()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3634 int outfd; in coproc_init() local
3643 if((outfd=shp->cpipe[1]) < 10) in coproc_init()
3646 VALIDATE_FD(shp, outfd); in coproc_init()
3650 shp->fdstatus[fd] = (shp->fdstatus[outfd]&~IOCLEX); in coproc_init()
3651 close(outfd); in coproc_init()
3652 shp->fdstatus[outfd] = IOCLOSE; in coproc_init()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4012 int inchfd, outchfd, outfd; in setup_smtpd_io() local
4016 outfd = sm_io_getinfo(smioout, SM_IO_WHAT_FD, NULL); in setup_smtpd_io()
4017 if (outchfd != outfd) in setup_smtpd_io()
4020 (void) dup2(outchfd, outfd); in setup_smtpd_io()