Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1098 nvlist_t *keynvl = NULL; in dmu_send_impl() local
1124 ivset_guid, &keynvl); in dmu_send_impl()
1130 fnvlist_add_nvlist(nvl, "crypt_keydata", keynvl); in dmu_send_impl()
1135 fnvlist_free(keynvl); in dmu_send_impl()
H A Ddmu_recv.c2470 nvlist_t *keynvl = NULL; in dmu_recv_stream() local
2475 err = nvlist_lookup_nvlist(begin_nvl, "crypt_keydata", &keynvl); in dmu_recv_stream()
2487 drc->drc_drrb->drr_type, keynvl, drc->drc_newfs); in dmu_recv_stream()
2493 (void) nvlist_lookup_uint64(keynvl, "to_ivset_guid", in dmu_recv_stream()
2497 drc->drc_keynvl = fnvlist_dup(keynvl); in dmu_recv_stream()