Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/raidframe/
Drf_netbsdkintf.c719 device_t candidate_root = NULL; in rf_buildroothack() local
725 candidate_root = rf_find_bootwedge(rsc); in rf_buildroothack()
728 if (candidate_root == NULL) { in rf_buildroothack()
730 candidate_root = dkwedge_find_by_parent( in rf_buildroothack()
734 __func__, DEVICE_XNAME(candidate_root)); in rf_buildroothack()
736 candidate_root = dksc->sc_dev; in rf_buildroothack()
741 __func__, DEVICE_XNAME(candidate_root), in rf_buildroothack()
751 booted_device = candidate_root; in rf_buildroothack()