Lines Matching refs:za
543 zap_attribute_t *za; in dsl_prop_changed_notify() local
596 za = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP); in dsl_prop_changed_notify()
599 zap_cursor_retrieve(&zc, za) == 0; in dsl_prop_changed_notify()
601 dsl_prop_changed_notify(dp, za->za_first_integer, in dsl_prop_changed_notify()
604 kmem_free(za, sizeof (zap_attribute_t)); in dsl_prop_changed_notify()
931 zap_attribute_t za; in dsl_prop_get_all_impl() local
935 (err = zap_cursor_retrieve(&zc, &za)) == 0; in dsl_prop_get_all_impl()
945 suffix = strchr(za.za_name, '$'); in dsl_prop_get_all_impl()
955 propname = za.za_name; in dsl_prop_get_all_impl()
964 (void) strncpy(buf, za.za_name, (suffix - za.za_name)); in dsl_prop_get_all_impl()
965 buf[suffix - za.za_name] = '\0'; in dsl_prop_get_all_impl()
1014 if (za.za_integer_length == 1) { in dsl_prop_get_all_impl()
1018 char *tmp = kmem_alloc(za.za_num_integers, in dsl_prop_get_all_impl()
1021 za.za_name, 1, za.za_num_integers, tmp); in dsl_prop_get_all_impl()
1023 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
1028 kmem_free(tmp, za.za_num_integers); in dsl_prop_get_all_impl()
1033 ASSERT(za.za_integer_length == 8); in dsl_prop_get_all_impl()
1035 za.za_first_integer); in dsl_prop_get_all_impl()