Searched refs:hwcp (Results 1 – 1 of 1) sorted by relevance
1529 hwc_free(struct hwc_spec *hwcp) in hwc_free() argument1533 if ((name = hwcp->hwc_parent_name) != NULL) in hwc_free()1535 if ((name = hwcp->hwc_class_name) != NULL) in hwc_free()1537 if ((name = hwcp->hwc_devi_name) != NULL) in hwc_free()1539 i_ddi_prop_list_delete(hwcp->hwc_devi_sys_prop_ptr); in hwc_free()1540 kmem_free(hwcp, sizeof (struct hwc_spec)); in hwc_free()1761 struct hwc_spec *hwcp; in get_hwc_spec() local1767 hwcp = kmem_zalloc(sizeof (*hwcp), KM_SLEEP); in get_hwc_spec()1854 if (hwcp->hwc_parent_name) { in get_hwc_spec()1859 hwcp->hwc_parent_name = kmem_alloc(strlen in get_hwc_spec()[all …]