Searched refs:zpt_props (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_prop.c549 err = zprop_lookup_impl(&table->zpt_props, table->zpt_default_sublists,
668 for (zpd = avl_first(&table->zpt_props); zpd != NULL;
669 zpd = AVL_NEXT(&table->zpt_props, zpd)) {
874 found = avl_find(&table->zpt_props, anode, &index);
882 avl_insert(&table->zpt_props, anode, index);
894 found = avl_find(&table->zpt_props, pnode, &index);
901 avl_insert(&table->zpt_props, pnode, index);
929 found = avl_find(&table->zpt_props, &zpd, &index);
951 avl_insert(&table->zpt_props, snode, index);
1099 while ((node = avl_destroy_nodes(&table->zpt_props,
[all...]
H A Dlibzfs_impl.h61 avl_tree_t zpt_props; member in struct:zprop_table

Completed in 17 milliseconds