HomeSort by: relevance | last modified time | path
    Searched defs:candidate_root (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 15 milliseconds