Lines Matching refs:sendfs
2420 char sendfs[ZFS_MAXNAMELEN];
2570 VERIFY(ZFS_MAXNAMELEN > strlcpy(sendfs,
2572 if ((cp = strchr(sendfs, '@')) != NULL)
2584 error = zfs_receive_impl(hdl, rdp, sendfs, stream_nv,
2910 const char *sendfs, nvlist_t *stream_nv, avl_tree_t *stream_avl)
2959 chopprefix = strrchr(sendfs, '/');
2972 chopprefix = drrb->drr_toname + (chopprefix - sendfs);
2995 chopprefix = drrb->drr_toname + strlen(sendfs);
3008 ASSERT(strstr(drrb->drr_toname, sendfs) == drrb->drr_toname);
3117 strlen(sendfs)) != '\0' && *chopprefix != '@')) &&
3684 zfs_receive_impl(libzfs_handle_t *hdl, recv_data_t *rdp, const char *sendfs,
3767 if (sendfs == NULL) {
3777 sendfs = nonpackage_sendfs;
3780 return (zfs_receive_one(hdl, rdp, &drr, &drr_noswap, sendfs,