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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c1005 major_t match_major)
1014 if ((match_major != DDI_MAJOR_T_NONE) &&
1015 (match_major != entry->hwc_major)) {
1046 hwc_get_child_spec(dev_info_t *dip, major_t match_major) argument
1081 hwc_spec_add(&list, (struct hwc_spec *)val, match_major);
1098 (struct hwc_spec *)val, match_major);
1112 (struct hwc_spec *)val, match_major);
1124 hwc_spec_add(&list, (struct hwc_spec *)val, match_major);
1135 hwc_spec_add(&list, (struct hwc_spec *)val, match_major);
1148 match_major);
1004 hwc_spec_add(struct hwc_spec **listp, struct hwc_spec *entry, major_t match_major) argument
[all...]

Completed in 84 milliseconds