Lines Matching refs:za
313 zap_attribute_t *baseza, *za; in dsl_deleg_get() local
330 za = zap_attribute_alloc(); in dsl_deleg_get()
357 zap_cursor_retrieve(zc, za) == 0; in dsl_deleg_get()
359 fnvlist_add_boolean(perms_nvp, za->za_name); in dsl_deleg_get()
376 zap_attribute_free(za); in dsl_deleg_get()
485 zap_attribute_t *za; in dsl_load_sets() local
498 za = zap_attribute_alloc(); in dsl_load_sets()
500 zap_cursor_retrieve(&zc, za) == 0; in dsl_load_sets()
503 (void) strlcpy(permnode->p_setname, za->za_name, in dsl_load_sets()
514 zap_attribute_free(za); in dsl_load_sets()
688 zap_attribute_t *za; in copy_create_perms() local
711 za = zap_attribute_alloc(); in copy_create_perms()
713 zap_cursor_retrieve(&zc, za) == 0; in copy_create_perms()
716 ASSERT(za->za_integer_length == 8 && za->za_num_integers == 1); in copy_create_perms()
718 VERIFY(zap_update(mos, jumpobj, za->za_name, in copy_create_perms()
722 zap_attribute_free(za); in copy_create_perms()
753 zap_attribute_t *za; in dsl_deleg_destroy() local
758 za = zap_attribute_alloc(); in dsl_deleg_destroy()
760 zap_cursor_retrieve(&zc, za) == 0; in dsl_deleg_destroy()
762 ASSERT(za->za_integer_length == 8 && za->za_num_integers == 1); in dsl_deleg_destroy()
763 VERIFY(0 == zap_destroy(mos, za->za_first_integer, tx)); in dsl_deleg_destroy()
767 zap_attribute_free(za); in dsl_deleg_destroy()