uninit_node
if ((error = uninit_node(dip)) != DDI_SUCCESS) {
if ((rv = uninit_node(dip)) == DDI_SUCCESS)
static int uninit_node(dev_info_t *);