Searched refs:dd_props (Results 1 – 2 of 2) sorted by relevance
257 for (pr = list_head(&dd->dd_props); in dsl_prop_record_find()258 pr != NULL; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_record_find()277 list_insert_head(&dd->dd_props, pr); in dsl_prop_record_create()285 list_create(&dd->dd_props, sizeof (dsl_prop_record_t), in dsl_prop_init()294 while ((pr = list_remove_head(&dd->dd_props)) != NULL) { in dsl_prop_fini()299 list_destroy(&dd->dd_props); in dsl_prop_fini()544 for (pr = list_head(&dd->dd_props); in dsl_prop_notify_all_cb()545 pr; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_notify_all_cb()
112 list_t dd_props; /* list of dsl_prop_record_t's */ member