| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/threadsappend/ |
| H A D | threadsappend.c | 61 static int outfd = 0; variable 71 ret = write(outfd, buf, sizeof (buf)); in go() 111 outfd = open(argv[optind++], O_RDWR|O_CREAT|O_APPEND|O_TRUNC, 0777); in main() 112 if (outfd == -1) { in main()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_send.h | 55 const char *redactbook, int outfd, offset_t *off, 62 boolean_t rawok, boolean_t savedok, int outfd, offset_t *off,
|
| /f-stack/freebsd/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_redup.c | 118 zio_cksum_t *zc, int outfd) in dump_record() argument 131 if (write(outfd, drr, sizeof (*drr)) == -1) in dump_record() 135 if (write(outfd, payload, payload_len) == -1) in dump_record() 187 zfs_redup_stream(int infd, int outfd, boolean_t verbose) in zfs_redup_stream() argument 387 &stream_cksum, outfd) != 0) in zfs_redup_stream()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 91 zio_cksum_t *zc, int outfd) in dump_record() argument 104 if (write(outfd, drr, sizeof (*drr)) == -1) in dump_record() 108 if (write(outfd, payload, payload_len) == -1) in dump_record() 702 int outfd; member 786 zc.zc_cookie = outfd; in dump_ioctl() 1109 pa.pa_fd = sdd->outfd; in dump_snapshot() 1122 fromorigin, sdd->outfd, flags, sdd->debugnv); in dump_snapshot() 1749 pa.pa_fd = outfd; in zfs_send_resume_impl() 2160 err = send_prelim_records(tosnap, fromsnap, outfd, in zfs_send() 2173 sdd.outfd = outfd; in zfs_send() [all …]
|
| H A D | libzfs_diff.c | 716 zfs_show_diffs(zfs_handle_t *zhp, int outfd, const char *fromsnap, in zfs_show_diffs() argument 744 di.outputfd = outfd; in zfs_show_diffs()
|
| H A D | libzfs.abi | 1987 …<parameter type-id='type-id-22' name='outfd' filepath='/home/fedora/zfs/lib/libzfs/libzfs_diff.c' … 3009 …<parameter type-id='type-id-22' name='outfd' filepath='/home/fedora/zfs/lib/libzfs/libzfs_sendrecv… 3018 …<parameter type-id='type-id-22' name='outfd' filepath='/home/fedora/zfs/lib/libzfs/libzfs_sendrecv… 3025 …<parameter type-id='type-id-22' name='outfd' filepath='/home/fedora/zfs/lib/libzfs/libzfs_sendrecv…
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_send.c | 1929 int outfd; member 2198 dssp->dss_outfd = dspp->outfd; in setup_send_progress() 2624 boolean_t rawok, boolean_t savedok, int outfd, offset_t *off, in dmu_send_obj() argument 2634 dspp.outfd = outfd; in dmu_send_obj() 2711 const char *redactbook, int outfd, offset_t *off, in dmu_send() argument 2726 dspp.outfd = outfd; in dmu_send()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 717 extern int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd,
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 116 int outfd, off_t *outoffp, size_t len, unsigned int flags);
|
| H A D | sysproto.h | 1794 char outfd_l_[PADL_(int)]; int outfd; char outfd_r_[PADR_(int)]; member
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 4784 kern_copy_file_range(struct thread *td, int infd, off_t *inoffp, int outfd, in kern_copy_file_range() argument 4824 error = fget_write(td, outfd, &cap_write_rights, &outfp); in kern_copy_file_range() 4920 error = kern_copy_file_range(td, uap->infd, inoffp, uap->outfd, in sys_copy_file_range()
|
| H A D | systrace_args.c | 3304 iarg[2] = p->outfd; /* int */ in systrace_args()
|