Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c54 struct hwc_class *hcl_head; /* head of list of classes */ variable
2773 hcl->class_next = hcl_head; in add_class()
2774 hcl_head = hcl; in add_class()
2793 for (hcl = hcl_head; hcl != NULL; hcl = hcl->class_next) { in get_class()
2817 if (hcl_head != NULL) { in read_class_file()
2818 hcl = hcl_head; in read_class_file()
2826 hcl_head = NULL; in read_class_file()
2917 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;