Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Dconsplat.c181 if (ddi_initchild(pdip, dip) != DDI_SUCCESS) in plat_devpath()
/titanic_44/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c461 (void) ddi_initchild(ddi_get_parent(cdip), cdip); in usb_ia_bus_unconfig()
/titanic_44/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()
/titanic_44/usr/src/uts/common/os/
H A Ddevcfg.c1044 error = ddi_initchild(pdip, dip); in init_node()
1717 ddi_initchild(dev_info_t *parent, dev_info_t *proto) in ddi_initchild() function
2246 if (ddi_initchild(ddi_get_parent(dip), dip) in find_sibling()
4537 if (ddi_initchild(pdip, dip) != DDI_SUCCESS) in init_spec_child()
5187 (void) ddi_initchild(pdip, dip); in init_bound_node_ev()
H A Dsunndi.c899 if ((rv = ddi_initchild(pdip, cdip)) != DDI_SUCCESS) { in ndi_dc_devi_create()
H A Dsunddi.c9641 if (ddi_initchild(pdip, rdip) != DDI_SUCCESS) { in e_ddi_branch_configure()
/titanic_44/usr/src/uts/common/sys/
H A Dsunddi.h1687 ddi_initchild(dev_info_t *parent, dev_info_t *proto);
/titanic_44/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1648 (void) ddi_initchild(self, child); in smp_findchild()
5005 (void) ddi_initchild(ddi_get_parent(dchild), in scsi_findchild()
5027 (void) ddi_initchild(self, dchild); in scsi_findchild()
6372 if (ddi_initchild(self, probe) != DDI_SUCCESS) { in scsi_device_config()
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c873 (void) ddi_initchild(sp->s_dip, cdip); in scsa1394_create_children()
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1949 (void) ddi_initchild(scsa2usbp->scsa2usb_dip, cdip); in scsa2usb_create_luns()