Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/raidframe/
Drf_netbsdkintf.c742 DEVICE_XNAME(booted_device), rsc->sc_r.root_partition, in rf_buildroothack()
749 rsc->sc_r.root_partition == 1 || in rf_buildroothack()
777 if (r->root_partition == 0) in rf_buildroothack()
3265 printf(" Root partition: %s\n", rp[clabel->root_partition & 3]); in rf_print_component_label()
3377 (clabel1->root_partition == clabel2->root_partition) && in rf_does_it_fit()
3562 raidPtr->root_partition = new_value; in rf_set_rootpartition()
3566 clabel->root_partition = new_value; in rf_set_rootpartition()
3575 clabel->root_partition = new_value; in rf_set_rootpartition()
3647 clabel->root_partition = raidPtr->root_partition; in raid_init_component_label()
3703 switch (cset->ac->clabel->root_partition) { in rf_auto_config_set()
[all …]
Drf_raid.h150 int root_partition; /* Use this set as / member
Draidframevar.h461 int root_partition; /* Use this set as / member
Drf_driver.c410 raidPtr->root_partition = 0; in rf_Configure()
/netbsd/src/sbin/raidctl/
Draidctl.c844 rootpart[component_label.root_partition & 3]); in get_component_label()