Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dhwconf.h40 struct hwc_class *class_next; member
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c2816 hcl->class_next = hcl_head; in add_class()
2836 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in get_class()
2866 hcl = hcl->class_next; in read_class_file()
2960 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in impl_parlist_to_major()