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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2298 char guidname[32]; local
2430 sprintf(guidname, "%lu", thisguid);
2431 nvlist_add_boolean(deleted, guidname);
2487 sprintf(guidname, "%lu", parent_fromsnap_guid);
2488 nvlist_add_boolean(deleted, guidname);
2520 sprintf(guidname, "%lu", parent_fromsnap_guid);
2521 if (nvlist_exists(deleted, guidname)) {

Completed in 49 milliseconds