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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c1021 * ddi_initchild, so that we can redo the merge operation
1044 error = ddi_initchild(pdip, dip);
1049 * Release our initial hold. If ddi_initchild() was
1714 * ddi_initchild: transform node to DS_INITIALIZED state
1717 ddi_initchild(dev_info_t *parent, dev_info_t *proto) function
2246 if (ddi_initchild(ddi_get_parent(dip), dip)
4537 if (ddi_initchild(pdip, dip) != DDI_SUCCESS)
5187 (void) ddi_initchild(pdip, dip);

Completed in 82 milliseconds