hwc_class
extern struct hwc_class *hcl_head;
struct hwc_class *hcl;
hcl = kmem_zalloc(sizeof (struct hwc_class), KM_SLEEP);
struct hwc_class *hcl;
struct hwc_class *hcl, *hcl1;
kmem_free(hcl1, sizeof (struct hwc_class));
struct hwc_class *hcl;
struct hwc_class *hcl_head; /* head of list of classes */
struct hwc_class *class_next;