Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dhwconf.h49 char *hwc_parent_name; member
/titanic_41/usr/src/uts/common/os/
H A Dmodsubr.c956 if (spec->hwc_parent_name != NULL) { in hwc_hash()
957 hwc_hash_insert(spec, spec->hwc_parent_name, in hwc_hash()
981 if (spec->hwc_parent_name != NULL) { in hwc_unhash()
982 hwc_hash_remove(spec, spec->hwc_parent_name, in hwc_unhash()
H A Dmodsysfile.c1536 if ((name = hwcp->hwc_parent_name) != NULL) in hwc_free()
1857 if (hwcp->hwc_parent_name) { in get_hwc_spec()
1862 hwcp->hwc_parent_name = kmem_alloc(strlen in get_hwc_spec()
1864 (void) strcpy(hwcp->hwc_parent_name, tokbuf); in get_hwc_spec()
2099 if (hwcp->hwc_parent_name || in hwc_parse_now()
2115 if ((hwcp->hwc_parent_name == NULL) && in hwc_parse_now()
2915 ASSERT(hwcp->hwc_parent_name == NULL); in impl_parlist_to_major()
3160 char *parent = spec->hwc_parent_name; in add_spec()