Home
last modified time | relevance | path

Searched refs:ddi_initchild (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c185 if (ddi_initchild(pdip, dip) != DDI_SUCCESS) in plat_devpath()
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c462 (void) ddi_initchild(ddi_get_parent(cdip), cdip); in usb_ia_bus_unconfig()
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c513 (void) ddi_initchild(ddi_get_parent(cdip), cdip); in usb_mid_bus_unconfig()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c1062 error = ddi_initchild(pdip, dip); in init_node()
1734 ddi_initchild(dev_info_t *parent, dev_info_t *proto) in ddi_initchild() function
2323 if (ddi_initchild(ddi_get_parent(dip), dip) in find_sibling()
4702 if (ddi_initchild(pdip, dip) != DDI_SUCCESS) in init_spec_child()
5350 (void) ddi_initchild(pdip, dip); in init_bound_node_ev()
H A Dsunndi.c901 if ((rv = ddi_initchild(pdip, cdip)) != DDI_SUCCESS) { in ndi_dc_devi_create()
H A Dsunddi.c9682 if (ddi_initchild(pdip, rdip) != DDI_SUCCESS) { in e_ddi_branch_configure()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1700 ddi_initchild(dev_info_t *parent, dev_info_t *proto);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1652 (void) ddi_initchild(self, child); in smp_findchild()
5010 (void) ddi_initchild(ddi_get_parent(dchild), in scsi_findchild()
5032 (void) ddi_initchild(self, dchild); in scsi_findchild()
6378 if (ddi_initchild(self, probe) != DDI_SUCCESS) { in scsi_device_config()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c874 (void) ddi_initchild(sp->s_dip, cdip); in scsa1394_create_children()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1954 (void) ddi_initchild(scsa2usbp->scsa2usb_dip, cdip); in scsa2usb_create_luns()