HomeSort by: relevance | last modified time | path
    Searched refs:rootable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_netbsd.h 128 int rootable; /* Set to 1 if this set can be root */ member in struct:RF_ConfigSet_s
rf_netbsdkintf.c 499 aprint_debug("raid%d: configured ok, rootable %d\n",
500 sc->sc_unit, cset->rootable);
680 aprint_debug("raid%d: configured ok, rootable %d\n",
681 sc->sc_unit, cset->rootable);
684 if (cset->rootable) {
3300 config_sets->rootable = 0;
3321 cset->rootable = 0;
3711 cset->rootable = cset->ac->clabel->root_partition;
3713 raidPtr->root_partition = cset->rootable;

Completed in 64 milliseconds