Searched defs:guid2hdl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2351 zfs_handle_t *guid1hdl, *guid2hdl; local
2369 guid2hdl = zfs_open(hdl, buf, ZFS_TYPE_SNAPSHOT);
2370 if (guid2hdl == NULL) {
2376 create2 = zfs_prop_get_int(guid2hdl, ZFS_PROP_CREATETXG);
2386 zfs_close(guid2hdl);

Completed in 56 milliseconds