Searched defs:hwc_spec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhwconf.h47 struct hwc_spec { struct
48 struct hwc_spec *hwc_next;
54 struct hwc_spec *hwc_hash_next;
59 * used to create sorted linked lists of hwc_spec structs for loading parents
63 struct hwc_spec *par_specs; /* List of prototype nodes */
97 extern struct hwc_spec *hwc_get_child_spec(dev_info_t *, major_t);
98 extern void hwc_free_spec_list(struct hwc_spec *);

Completed in 51 milliseconds