Lines Matching defs:child
358 * increment the reference count for each child using this
379 * decrement the reference count for each child
828 * create a child devinfo node, usba_device, attach properties.
853 "child dip=0x%p", (void *)*child_dip);
951 * if the child hasn't been bound yet, we can just
1645 * name and reg property of each child. If there is a match
1651 dev_info_t *ndip, *child, *pdip;
1669 while ((child = ndip) != NULL) {
1671 ndip = (dev_info_t *)(DEVI(child)->devi_sibling);
1673 if (child == odip) {
1677 if (strcmp(DEVI(child)->devi_node_name,
1683 child, DDI_PROP_DONTPASS, "reg",
1688 "%s DDI_NOT_WELL_FORMED", ddi_driver_name(child));
1695 ddi_driver_name(child),
1696 ddi_get_instance(child), (void *)child);
1716 return (child);
1784 "usba_ready_device_node: child=0x%p", (void *)child_dip);