Home
last modified time | relevance | path

Searched refs:hwcp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c1532 hwc_free(struct hwc_spec *hwcp) in hwc_free() argument
1536 if ((name = hwcp->hwc_parent_name) != NULL) in hwc_free()
1538 if ((name = hwcp->hwc_class_name) != NULL) in hwc_free()
1540 if ((name = hwcp->hwc_devi_name) != NULL) in hwc_free()
1542 i_ddi_prop_list_delete(hwcp->hwc_devi_sys_prop_ptr); in hwc_free()
1543 kmem_free(hwcp, sizeof (struct hwc_spec)); in hwc_free()
1764 struct hwc_spec *hwcp; in get_hwc_spec() local
1770 hwcp = kmem_zalloc(sizeof (*hwcp), KM_SLEEP); in get_hwc_spec()
1857 if (hwcp->hwc_parent_name) { in get_hwc_spec()
1862 hwcp->hwc_parent_name = kmem_alloc(strlen in get_hwc_spec()
[all …]