Lines Matching refs:za
613 zap_attribute_t *za; in dsl_prop_changed_notify() local
666 za = zap_attribute_alloc(); in dsl_prop_changed_notify()
669 zap_cursor_retrieve(&zc, za) == 0; in dsl_prop_changed_notify()
671 dsl_prop_changed_notify(dp, za->za_first_integer, in dsl_prop_changed_notify()
674 zap_attribute_free(za); in dsl_prop_changed_notify()
1069 zap_attribute_t *za = zap_attribute_alloc(); in dsl_prop_get_all_impl() local
1073 (err = zap_cursor_retrieve(&zc, za)) == 0; in dsl_prop_get_all_impl()
1083 suffix = strchr(za->za_name, '$'); in dsl_prop_get_all_impl()
1093 propname = za->za_name; in dsl_prop_get_all_impl()
1110 (void) strlcpy(buf, za->za_name, in dsl_prop_get_all_impl()
1111 MIN(sizeof (buf), suffix - za->za_name + 1)); in dsl_prop_get_all_impl()
1136 (void) strlcpy(buf, za->za_name, in dsl_prop_get_all_impl()
1137 MIN(sizeof (buf), suffix - za->za_name + 1)); in dsl_prop_get_all_impl()
1143 za->za_first_integer) != 1) in dsl_prop_get_all_impl()
1170 if (za->za_integer_length == 1) { in dsl_prop_get_all_impl()
1174 char *tmp = kmem_alloc(za->za_num_integers, in dsl_prop_get_all_impl()
1177 za->za_name, 1, za->za_num_integers, tmp); in dsl_prop_get_all_impl()
1179 kmem_free(tmp, za->za_num_integers); in dsl_prop_get_all_impl()
1184 kmem_free(tmp, za->za_num_integers); in dsl_prop_get_all_impl()
1189 ASSERT(za->za_integer_length == 8); in dsl_prop_get_all_impl()
1191 za->za_first_integer); in dsl_prop_get_all_impl()
1199 zap_attribute_free(za); in dsl_prop_get_all_impl()