Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_netbsdkintf.c740 "root_partition = %d, contains_boot=%d\n", in rf_buildroothack()
742 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 in rf_set_rootpartition()
[all...]
H A Drf_raid.h150 int root_partition; /* Use this set as / member
H A Draidframevar.h461 int root_partition; /* Use this set as / member
H A Drf_driver.c407 /* autoconfigure and root_partition will actually get filled in in rf_Configure()
410 raidPtr->root_partition = 0; in rf_Configure()
/netbsd-src/distrib/utils/embedded/files/
H A Dresize_disklabel97 resize_disklabel_part=$(printf \\$(printf '%03o' $(( 97 + $(sysctl -n kern.root_partition) ))))
/netbsd-src/sbin/raidctl/
H A Draidctl.c844 rootpart[component_label.root_partition & 3]); in get_component_label()