Lines Matching defs:rd
3804 recv_data_t rd = { 0 };
3810 rd.tosnap = tosnap;
3811 rd.flags = flags;
3812 rd.props = props;
3813 rd.infd = infd;
3814 rd.top_zfs = &top_zfs;
3815 rd.cleanup_fd = cleanup_fd;
3816 rd.action_handlep = &action_handle;
3817 rd.recv_cb = recv_cb;
3818 rd.recv_cb_arg = recv_cb_arg;
3819 VERIFY(0 == nvlist_alloc(&rd.created_shares, NV_UNIQUE_NAME, 0));
3821 err = zfs_receive_impl(hdl, &rd, NULL, NULL, stream_avl);
3854 while ((pair = nvlist_next_nvpair(rd.created_shares,
3870 nvlist_free(rd.created_shares);