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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1954 char guidname[32]; local
2086 sprintf(guidname, "%lu", thisguid);
2087 nvlist_add_boolean(deleted, guidname);
2143 sprintf(guidname, "%lu", parent_fromsnap_guid);
2144 nvlist_add_boolean(deleted, guidname);
2176 sprintf(guidname, "%lu", parent_fromsnap_guid);
2177 if (nvlist_exists(deleted, guidname)) {

Completed in 112 milliseconds