Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2537 guid_to_name_data_t *gtnd = arg; in guid_to_name_cb() local
2541 if (gtnd->skip != NULL && in guid_to_name_cb()
2543 strcmp(slash + 1, gtnd->skip) == 0) { in guid_to_name_cb()
2548 if (zfs_prop_get_int(zhp, ZFS_PROP_GUID) == gtnd->guid) { in guid_to_name_cb()
2549 (void) strcpy(gtnd->name, zhp->zfs_name); in guid_to_name_cb()
2554 err = zfs_iter_children(zhp, guid_to_name_cb, gtnd); in guid_to_name_cb()
2555 if (err != EEXIST && gtnd->bookmark_ok) in guid_to_name_cb()
2556 err = zfs_iter_bookmarks(zhp, guid_to_name_cb, gtnd); in guid_to_name_cb()
2573 guid_to_name_data_t gtnd; in guid_to_name() local
2575 gtnd.guid = guid; in guid_to_name()
[all …]