Lines Matching defs:infd
2950 * Restores a backup of tosnap from the file descriptor specified by infd.
2953 zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
3287 zc.zc_cookie = infd;
3300 return (recv_skip(hdl, infd, flags->byteswap));
3399 err = ioctl_err = recv_skip(hdl, infd,
3528 const char *originsnap, recvflags_t *flags, int infd, const char *sendfs,
3557 if (0 != (err = recv_read(hdl, infd, &drr, sizeof (drr), B_FALSE,
3629 return (zfs_receive_one(hdl, infd, tosnap, originsnap, flags,
3635 return (zfs_receive_package(hdl, infd, tosnap, flags, &drr,
3641 * Restores a backup of tosnap from the file descriptor specified by infd.
3649 recvflags_t *flags, int infd, avl_tree_t *stream_avl)
3665 err = zfs_receive_impl(hdl, tosnap, originsnap, flags, infd, NULL, NULL,