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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1820 guid_to_name_data_t *gtnd = arg; local
1823 if (gtnd->skip != NULL &&
1824 strcmp(zhp->zfs_name, gtnd->skip) == 0) {
1828 if (zhp->zfs_dmustats.dds_guid == gtnd->guid) {
1829 (void) strcpy(gtnd->name, zhp->zfs_name);
1834 err = zfs_iter_children(zhp, guid_to_name_cb, gtnd);
1852 guid_to_name_data_t gtnd; local
1857 gtnd.guid = guid;
1858 gtnd.name = name;
1859 gtnd
[all...]

Completed in 156 milliseconds