Searched defs:thissnap (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1102 char *thissnap; local
1113 thissnap = strchr(zhp->zfs_name, '@') + 1;
1114 *(thissnap - 1) = '\0';
1116 *(thissnap - 1) = '@';
1123 error = zfs_hold(pzhp, thissnap, sdd->holdtag,
1137 char *thissnap; local
1143 thissnap = strchr(zhp->zfs_name, '@') + 1;
1145 strcmp(sdd->fromsnap, thissnap) == 0);
1152 thissnap, sizeof (sdd->prevsnap)));
1167 istosnap = (strcmp(sdd->tosnap, thissnap)
[all...]

Completed in 29 milliseconds