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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2449 uint64_t thisguid; local
2451 VERIFY(0 == nvpair_value_uint64(snapelem, &thisguid));
2452 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL);
2504 uint64_t thisguid; local
2510 VERIFY(0 == nvpair_value_uint64(snapelem, &thisguid));
2511 found = fsavl_find(stream_avl, thisguid,
2571 fromguid = thisguid;

Completed in 54 milliseconds