Home
last modified time | relevance | path

Searched refs:hwc_get_child_spec (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhwconf.h95 extern struct hwc_spec *hwc_get_child_spec(dev_info_t *, major_t);
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c1046 hwc_get_child_spec(dev_info_t *dip, major_t match_major) in hwc_get_child_spec() function
H A Ddevcfg.c4704 extern struct hwc_spec *hwc_get_child_spec(dev_info_t *, major_t); in i_ndi_make_spec_children()
4713 list = hwc_get_child_spec(pdip, DDI_MAJOR_T_NONE); in i_ndi_make_spec_children()
6860 ((list = hwc_get_child_spec(dip, (major_t)(uintptr_t)arg)) == NULL)) in reset_nexus_flags()
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c3468 list = hwc_get_child_spec(ibnex.ibnex_dip, (major_t)-1); in ibnex_pseudo_initnodes()