ddi_initchild
(void) ddi_initchild(sp->s_dip, cdip);
(void) ddi_initchild(self, child);
(void) ddi_initchild(ddi_get_parent(dchild),
(void) ddi_initchild(self, dchild);
if (ddi_initchild(self, probe) != DDI_SUCCESS) {
(void) ddi_initchild(scsa2usbp->scsa2usb_dip, cdip);
(void) ddi_initchild(ddi_get_parent(cdip), cdip);
(void) ddi_initchild(ddi_get_parent(cdip), cdip);
error = ddi_initchild(pdip, dip);
if (ddi_initchild(ddi_get_parent(dip), dip)
if (ddi_initchild(pdip, dip) != DDI_SUCCESS)
(void) ddi_initchild(pdip, dip);
if (ddi_initchild(pdip, rdip) != DDI_SUCCESS) {
if ((rv = ddi_initchild(pdip, cdip)) != DDI_SUCCESS) {
ddi_initchild(dev_info_t *parent, dev_info_t *proto);
if (ddi_initchild(pdip, dip) != DDI_SUCCESS)