Searched refs:dd_props (Results 1 – 2 of 2) sorted by relevance
258 for (pr = list_head(&dd->dd_props); in dsl_prop_record_find()259 pr != NULL; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_record_find()278 list_insert_head(&dd->dd_props, pr); in dsl_prop_record_create()286 list_create(&dd->dd_props, sizeof (dsl_prop_record_t), in dsl_prop_init()295 while ((pr = list_remove_head(&dd->dd_props)) != NULL) { in dsl_prop_fini()300 list_destroy(&dd->dd_props); in dsl_prop_fini()545 for (pr = list_head(&dd->dd_props); in dsl_prop_notify_all_cb()546 pr; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_notify_all_cb()
113 list_t dd_props; /* list of dsl_prop_record_t's */ member