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

  /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]);

Completed in 39 milliseconds