Lines Matching refs:hwc_spec
112 static void add_spec(struct hwc_spec *, struct par_list **);
113 static void add_props(struct hwc_spec *, ddi_prop_t **);
1532 hwc_free(struct hwc_spec *hwcp) in hwc_free()
1543 kmem_free(hwcp, sizeof (struct hwc_spec)); in hwc_free()
1550 hwc_free_spec_list(struct hwc_spec *list) in hwc_free_spec_list()
1553 struct hwc_spec *tmp = list; in hwc_free_spec_list()
1759 static struct hwc_spec *
1764 struct hwc_spec *hwcp; in get_hwc_spec()
2062 struct hwc_spec *hwcp; in hwc_parse_now()
2895 struct hwc_spec *hwcp; in impl_parlist_to_major()
2938 struct hwc_spec *hp, *hp1; in impl_delete_par_list()
3112 append(struct hwc_spec *spec, struct par_list *par) in append()
3114 struct hwc_spec *hwc, *last; in append()
3156 add_spec(struct hwc_spec *spec, struct par_list **par) in add_spec()
3234 add_props(struct hwc_spec *spec, ddi_prop_t **props) in add_props()