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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2430 nvlist_t *stream_nvfs = NULL; local
2456 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL);
2458 if (stream_nvfs != NULL)
2463 (void) nvlist_lookup_uint64(stream_nvfs, "origin",
2465 if (stream_nvfs && originguid != stream_originguid) {
2539 stream_nvfs = found;
2541 if (0 == nvlist_lookup_nvlist(stream_nvfs, "snapprops",
2581 if (stream_nvfs == NULL) {
2606 VERIFY(0 == nvlist_lookup_string(stream_nvfs,
2608 VERIFY(0 == nvlist_lookup_uint64(stream_nvfs,
[all...]

Completed in 56 milliseconds