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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1194 char *thissnap; local
1201 thissnap = strchr(zhp->zfs_name, '@') + 1;
1203 strcmp(sdd->fromsnap, thissnap) == 0);
1208 (void) strcpy(sdd->prevsnap, thissnap);
1219 istosnap = (strcmp(sdd->tosnap, thissnap) == 0);
1237 thissnap, &snapprops));
1309 (void) strcpy(sdd->prevsnap, thissnap);

Completed in 63 milliseconds