Symbol: hwc_spec
usr/src/uts/common/io/ib/ibnex/ibnex.c
3472
struct hwc_spec *list, *spec;
usr/src/uts/common/os/devcfg.c
4700
init_spec_child(dev_info_t *pdip, struct hwc_spec *specp, uint_t flags)
usr/src/uts/common/os/devcfg.c
4737
extern struct hwc_spec *hwc_get_child_spec(dev_info_t *, major_t);
usr/src/uts/common/os/devcfg.c
4738
struct hwc_spec *list, *spec;
usr/src/uts/common/os/devcfg.c
6890
struct hwc_spec *list;
usr/src/uts/common/os/modsubr.c
1004
hwc_spec_add(struct hwc_spec **listp, struct hwc_spec *entry,
usr/src/uts/common/os/modsubr.c
1012
struct hwc_spec *spec;
usr/src/uts/common/os/modsubr.c
1045
struct hwc_spec *
usr/src/uts/common/os/modsubr.c
1054
struct hwc_spec *list = NULL;
usr/src/uts/common/os/modsubr.c
1081
hwc_spec_add(&list, (struct hwc_spec *)val, match_major);
usr/src/uts/common/os/modsubr.c
1098
(struct hwc_spec *)val, match_major);
usr/src/uts/common/os/modsubr.c
1112
(struct hwc_spec *)val, match_major);
usr/src/uts/common/os/modsubr.c
1124
hwc_spec_add(&list, (struct hwc_spec *)val, match_major);
usr/src/uts/common/os/modsubr.c
1135
hwc_spec_add(&list, (struct hwc_spec *)val, match_major);
usr/src/uts/common/os/modsubr.c
1147
hwc_spec_add(&list, (struct hwc_spec *)val,
usr/src/uts/common/os/modsubr.c
71
static void hwc_hash(struct hwc_spec *, major_t);
usr/src/uts/common/os/modsubr.c
72
static void hwc_unhash(struct hwc_spec *);
usr/src/uts/common/os/modsubr.c
867
hwc_hash_insert(struct hwc_spec *spec, const char *name, mod_hash_t *hash)
usr/src/uts/common/os/modsubr.c
870
struct hwc_spec *entry = NULL;
usr/src/uts/common/os/modsubr.c
901
hwc_hash_remove(struct hwc_spec *spec, const char *name, mod_hash_t *hash)
usr/src/uts/common/os/modsubr.c
904
struct hwc_spec *entry;
usr/src/uts/common/os/modsubr.c
947
hwc_hash(struct hwc_spec *spec_list, major_t major)
usr/src/uts/common/os/modsubr.c
949
struct hwc_spec *spec = spec_list;
usr/src/uts/common/os/modsubr.c
975
hwc_unhash(struct hwc_spec *spec_list)
usr/src/uts/common/os/modsubr.c
977
struct hwc_spec *spec = spec_list;
usr/src/uts/common/os/modsysfile.c
122
static void add_spec(struct hwc_spec *, struct par_list **);
usr/src/uts/common/os/modsysfile.c
123
static void add_props(struct hwc_spec *, ddi_prop_t **);
usr/src/uts/common/os/modsysfile.c
1565
hwc_free(struct hwc_spec *hwcp)
usr/src/uts/common/os/modsysfile.c
1576
kmem_free(hwcp, sizeof (struct hwc_spec));
usr/src/uts/common/os/modsysfile.c
1583
hwc_free_spec_list(struct hwc_spec *list)
usr/src/uts/common/os/modsysfile.c
1586
struct hwc_spec *tmp = list;
usr/src/uts/common/os/modsysfile.c
1792
static struct hwc_spec *
usr/src/uts/common/os/modsysfile.c
1797
struct hwc_spec *hwcp;
usr/src/uts/common/os/modsysfile.c
2095
struct hwc_spec *hwcp;
usr/src/uts/common/os/modsysfile.c
2938
struct hwc_spec *hwcp;
usr/src/uts/common/os/modsysfile.c
2981
struct hwc_spec *hp, *hp1;
usr/src/uts/common/os/modsysfile.c
3155
append(struct hwc_spec *spec, struct par_list *par)
usr/src/uts/common/os/modsysfile.c
3157
struct hwc_spec *hwc, *last = NULL;
usr/src/uts/common/os/modsysfile.c
3201
add_spec(struct hwc_spec *spec, struct par_list **par)
usr/src/uts/common/os/modsysfile.c
3279
add_props(struct hwc_spec *spec, ddi_prop_t **props)
usr/src/uts/common/sys/hwconf.h
46
struct hwc_spec *hwc_next;
usr/src/uts/common/sys/hwconf.h
52
struct hwc_spec *hwc_hash_next;
usr/src/uts/common/sys/hwconf.h
61
struct hwc_spec *par_specs; /* List of prototype nodes */
usr/src/uts/common/sys/hwconf.h
95
extern struct hwc_spec *hwc_get_child_spec(dev_info_t *, major_t);
usr/src/uts/common/sys/hwconf.h
96
extern void hwc_free_spec_list(struct hwc_spec *);