/src/sbin/raidctl/ |
raidctl.c | 897 int root_config; local in function:set_autoconfig 900 root_config = 0; 905 root_config = 1; 907 root_config = 2; 911 root_config > 0) { 918 do_ioctl(fd, RAIDFRAME_SET_ROOT, &root_config, 925 printf("raid%d: Root: %s\n", raidID, rootpart[root_config]);
|
raidctl.c | 897 int root_config; local in function:set_autoconfig 900 root_config = 0; 905 root_config = 1; 907 root_config = 2; 911 root_config > 0) { 918 do_ioctl(fd, RAIDFRAME_SET_ROOT, &root_config, 925 printf("raid%d: Root: %s\n", raidID, rootpart[root_config]);
|
raidctl.c | 897 int root_config; local in function:set_autoconfig 900 root_config = 0; 905 root_config = 1; 907 root_config = 2; 911 root_config > 0) { 918 do_ioctl(fd, RAIDFRAME_SET_ROOT, &root_config, 925 printf("raid%d: Root: %s\n", raidID, rootpart[root_config]);
|