Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c207 static int uninit_node(dev_info_t *);
948 if ((error = uninit_node(dip)) != DDI_SUCCESS) { in init_node()
1013 if ((error = uninit_node(dip)) != DDI_SUCCESS) { in init_node()
1096 uninit_node(dev_info_t *dip) in uninit_node() function
1692 if ((rv = uninit_node(dip)) == DDI_SUCCESS) in i_ndi_unconfig_node()