/titanic_44/usr/src/test/zfs-tests/tests/functional/threadsappend/ |
H A D | threadsappend.c | 61 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()
|
/titanic_44/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 190 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() 932 if (ivlen > 0 && write(outfd, pivbuf, ivlen) != ivlen) { in execute_cmd() 938 if (write(outfd, salt, sizeof (salt)) != sizeof (salt)) { in execute_cmd() 945 if (crypt_multipart(cmd, hSession, infd, outfd, insbuf.st_size) == -1) { in execute_cmd() 976 if (oflag && (outfd != -1)) in execute_cmd() [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_send.h | 44 boolean_t large_block_ok, int outfd, uint64_t resumeobj, uint64_t resumeoff, 52 int outfd, struct vnode *vp, offset_t *off);
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 187 zio_cksum_t *zc, int outfd) in dump_record() argument 200 if (write(outfd, drr, sizeof (*drr)) == -1) in dump_record() 204 if (write(outfd, payload, payload_len) == -1) in dump_record() 212 int featureflags, void *payload, int payload_len, int outfd) in zfs_send_compoundstream_begin() argument 237 err = dump_record(&drr, payload, payload_len, &zc, outfd); in zfs_send_compoundstream_begin() 244 err = write(outfd, &drr, sizeof (drr)); in zfs_send_compoundstream_begin() 254 zfs_send_compoundstream_end(int outfd) in zfs_send_compoundstream_end() argument 259 if (write(outfd, &drr, sizeof (drr)) == -1) in zfs_send_compoundstream_end() 290 int outfd; in cksummer() local 316 outfd = dda->outputfd; in cksummer() [all …]
|
H A D | libzfs_diff.c | 750 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, in zfs_show_diffs() argument 778 di.outputfd = outfd; in zfs_show_diffs()
|
H A D | libzfs.h | 605 extern int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd,
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | tgetch.c | 569 int *outfd, *exfd; in _fpk() local 574 outfd = exfd = (int *)NULL; in _fpk() 577 rc = select(20, &infd, outfd, exfd, &t); in _fpk()
|
/titanic_44/usr/src/cmd/boot/installboot/ |
H A D | installboot.c | 110 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()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 690 boolean_t is_clone, boolean_t embedok, boolean_t large_block_ok, int outfd, in dmu_send_impl() argument 768 dsp->dsa_outfd = outfd; in dmu_send_impl() 881 int outfd, vnode_t *vp, offset_t *off) in dmu_send_obj() argument 917 embedok, large_block_ok, outfd, 0, 0, vp, off); in dmu_send_obj() 920 embedok, large_block_ok, outfd, 0, 0, vp, off); in dmu_send_obj() 928 boolean_t large_block_ok, int outfd, uint64_t resumeobj, uint64_t resumeoff, in dmu_send() argument 997 outfd, resumeobj, resumeoff, vp, off); in dmu_send() 1001 outfd, resumeobj, resumeoff, vp, off); in dmu_send()
|
/titanic_44/usr/src/cmd/svc/configd/ |
H A D | backend.c | 1006 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()
|
/titanic_44/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 608 process_user_input(int outfd, int infd) in process_user_input() argument 648 if (write(outfd, &c, 1) <= 0) { in process_user_input()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2829 int outfd; in coproc_init() local 2838 if((outfd=shp->cpipe[1]) < 10) in coproc_init() 2843 shp->fdstatus[fd] = (shp->fdstatus[outfd]&~IOCLEX); in coproc_init() 2844 close(outfd); in coproc_init() 2845 shp->fdstatus[outfd] = IOCLOSE; in coproc_init()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 4012 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()
|