Searched refs:h_child (Results 1 – 1 of 1) sorted by relevance
108 dev_info_t *h_child; member1828 if (hdl->h_child != NULL) { in bd_attach_handle()1875 hdl->h_child = child; in bd_attach_handle()1901 if (hdl->h_child == NULL) { in bd_detach_handle()1905 if (i_ddi_node_state(hdl->h_child) < DS_INITIALIZED) { in bd_detach_handle()1906 rv = ddi_remove_child(hdl->h_child, 0); in bd_detach_handle()1909 (void) ddi_deviname(hdl->h_child, devnm); in bd_detach_handle()1916 hdl->h_child = NULL; in bd_detach_handle()