Home
last modified time | relevance | path

Searched refs:h_child (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/blkdev/
H A Dblkdev.c108 dev_info_t *h_child; member
1828 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()