Lines Matching defs:child
1099 * Bring the controller down to a dormant state and detach all child devices.
7105 dev_info_t *child = NULL;
7113 child = dvp->dip;
7117 for (child = ddi_get_child(softs->devinfo_p);
7118 child; child = ddi_get_next_sibling(child)) {
7120 if (ndi_dev_is_persistent_node(child) == 0)
7123 if (aac_name_node(child, tmp, MAXNAMELEN) !=
7130 return (child);
7266 dev_info_t *child;
7271 if ((child = aac_find_child(softs, tgt, lun)) != NULL) {
7273 *ldip = child;