Lines Matching refs:outfd
189 zio_cksum_t *zc, int outfd)
202 if (write(outfd, drr, sizeof (*drr)) == -1)
206 if (write(outfd, payload, payload_len) == -1)
214 int featureflags, void *payload, int payload_len, int outfd)
239 err = dump_record(&drr, payload, payload_len, &zc, outfd);
246 err = write(outfd, &drr, sizeof (drr));
256 zfs_send_compoundstream_end(int outfd)
261 if (write(outfd, &drr, sizeof (drr)) == -1)
292 int outfd;
318 outfd = dda->outputfd;
350 outfd) != 0)
361 outfd) != 0)
376 &stream_cksum, outfd) != 0)
386 &stream_cksum, outfd) != 0)
394 outfd) != 0)
466 &stream_cksum, outfd) != 0)
471 &stream_cksum, outfd) != 0)
485 &stream_cksum, outfd) != 0)
493 outfd) != 0)
873 int outfd;
948 * NULL) to the file descriptor specified by outfd.
952 boolean_t fromorigin, int outfd, enum lzc_send_flags flags,
963 zc.zc_cookie = outfd;
1228 pa.pa_fd = sdd->outfd;
1245 fromorigin, sdd->outfd, flags, sdd->debugnv);
1507 zfs_send_resume(libzfs_handle_t *hdl, sendflags_t *flags, int outfd,
1599 pa.pa_fd = outfd;
1610 error = lzc_send_resume(zhp->zfs_name, fromname, outfd,
1672 sendflags_t *flags, int outfd, snapfilter_cb_t filter_func,
1713 dda.outputfd = outfd;
1773 err = dump_record(&drr, packbuf, buflen, &zc, outfd);
1782 err = write(outfd, &drr, sizeof (drr));
1796 sdd.outfd = pipefd[0];
1798 sdd.outfd = outfd;
1918 if (write(outfd, &drr, sizeof (drr)) == -1) {