Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dmodsysfile.c56 struct hwc_class *hcl_head; /* head of list of classes */ variable
2775 hcl->class_next = hcl_head; in add_class()
2776 hcl_head = hcl; in add_class()
2795 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in get_class()
2819 if (hcl_head != NULL) { in read_class_file()
2820 hcl = hcl_head; in read_class_file()
2828 hcl_head = NULL; in read_class_file()
2919 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in impl_parlist_to_major()
H A Dautoconf.c55 extern struct hwc_class *hcl_head;