Searched refs:hwc_spec (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | hwconf.h | 47 struct hwc_spec { struct 48 struct hwc_spec *hwc_next; argument 54 struct hwc_spec *hwc_hash_next; argument 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 *);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modsubr.c | 71 static void hwc_hash(struct hwc_spec *, major_t); 72 static void hwc_unhash(struct hwc_spec *); 867 hwc_hash_insert(struct hwc_spec *spec, char *name, mod_hash_t *hash) in hwc_hash_insert() 870 struct hwc_spec *entry = NULL; in hwc_hash_insert() 901 hwc_hash_remove(struct hwc_spec *spec, char *name, mod_hash_t *hash) in hwc_hash_remove() 904 struct hwc_spec *entry; in hwc_hash_remove() 947 hwc_hash(struct hwc_spec *spec_list, major_t major) in hwc_hash() 949 struct hwc_spec *spec = spec_list; in hwc_hash() 975 hwc_unhash(struct hwc_spec *spec_list) in hwc_unhash() 977 struct hwc_spec *spec = spec_list; in hwc_unhash() [all …]
|
H A D | modsysfile.c | 112 static void add_spec(struct hwc_spec *, struct par_list **); 113 static void add_props(struct hwc_spec *, ddi_prop_t **); 1532 hwc_free(struct hwc_spec *hwcp) in hwc_free() 1543 kmem_free(hwcp, sizeof (struct hwc_spec)); in hwc_free() 1550 hwc_free_spec_list(struct hwc_spec *list) in hwc_free_spec_list() 1553 struct hwc_spec *tmp = list; in hwc_free_spec_list() 1759 static struct hwc_spec * 1764 struct hwc_spec *hwcp; in get_hwc_spec() 2062 struct hwc_spec *hwcp; in hwc_parse_now() 2895 struct hwc_spec *hwcp; in impl_parlist_to_major() [all …]
|
H A D | devcfg.c | 4514 init_spec_child(dev_info_t *pdip, struct hwc_spec *specp, uint_t flags) in init_spec_child() 4551 extern struct hwc_spec *hwc_get_child_spec(dev_info_t *, major_t); in i_ndi_make_spec_children() 4553 struct hwc_spec *list, *spec; in i_ndi_make_spec_children() 6713 struct hwc_spec *list; in reset_nexus_flags()
|
/titanic_41/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex.c | 3451 struct hwc_spec *list, *spec; in ibnex_pseudo_initnodes()
|