Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dhwconf.h41 struct hwc_class { struct
42 struct hwc_class *class_next; argument
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c54 struct hwc_class *hcl_head; /* head of list of classes */
2756 struct hwc_class *hcl; in add_class()
2767 hcl = kmem_zalloc(sizeof (struct hwc_class), KM_SLEEP); in add_class()
2790 struct hwc_class *hcl; in get_class()
2808 struct hwc_class *hcl, *hcl1; in read_class_file()
2824 kmem_free(hcl1, sizeof (struct hwc_class)); in read_class_file()
2896 struct hwc_class *hcl; in impl_parlist_to_major()
H A Dautoconf.c55 extern struct hwc_class *hcl_head;