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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1575 nvlist_t *resume_nvl = local
1577 if (resume_nvl == NULL) {
1587 nvlist_print(stderr, resume_nvl);
1590 if (nvlist_lookup_string(resume_nvl, "toname", &toname) != 0 ||
1591 nvlist_lookup_uint64(resume_nvl, "object", &resumeobj) != 0 ||
1592 nvlist_lookup_uint64(resume_nvl, "offset", &resumeoff) != 0 ||
1593 nvlist_lookup_uint64(resume_nvl, "bytes", &bytes) != 0 ||
1594 nvlist_lookup_uint64(resume_nvl, "toguid", &toguid) != 0) {
1600 (void) nvlist_lookup_uint64(resume_nvl, "fromguid", &fromguid);
1602 if (flags->largeblock || nvlist_exists(resume_nvl, "largeblocko
[all...]

Completed in 67 milliseconds