Lines Matching defs:outfd
191 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;
265 outfd = dda->outputfd;
297 outfd) != 0)
308 outfd) != 0)
323 &stream_cksum, outfd) != 0)
333 &stream_cksum, outfd) != 0)
341 outfd) != 0)
415 &stream_cksum, outfd) != 0)
420 &stream_cksum, outfd) != 0)
434 &stream_cksum, outfd) != 0)
442 outfd) != 0)
923 int outfd;
999 * NULL) to the file descriptor specified by outfd.
1003 boolean_t fromorigin, int outfd, enum lzc_send_flags flags,
1014 zc.zc_cookie = outfd;
1287 pa.pa_fd = sdd->outfd;
1298 fromorigin, sdd->outfd, flags, sdd->debugnv);
1560 zfs_send_resume(libzfs_handle_t *hdl, sendflags_t *flags, int outfd,
1657 pa.pa_fd = outfd;
1668 error = lzc_send_resume(zhp->zfs_name, fromname, outfd,
1730 sendflags_t *flags, int outfd, snapfilter_cb_t filter_func,
1771 dda.outputfd = outfd;
1832 err = dump_record(&drr, packbuf, buflen, &zc, outfd);
1841 err = write(outfd, &drr, sizeof (drr));
1855 sdd.outfd = pipefd[0];
1857 sdd.outfd = outfd;
1978 if (write(outfd, &drr, sizeof (drr)) == -1) {