Searched refs:rootpart (Results 1 – 3 of 3) sorted by relevance
231 struct partition *rootpart; in install_fd() local252 for (rootpart = label->d_partitions; ; ++rootpart) { in install_fd()253 if (rootpart->p_size) in install_fd()256 if (rootpart != label->d_partitions) { /* XXX */ in install_fd()257 *(label->d_partitions) = *rootpart; in install_fd()258 memset(rootpart, 0, sizeof(*rootpart)); in install_fd()
100 static const char *rootpart[] = { "No", "Force", "Soft", "*invalid*" }; variable844 rootpart[component_label.root_partition & 3]); in get_component_label()925 printf("raid%d: Root: %s\n", raidID, rootpart[root_config]); in set_autoconfig()
1250 int rootpart = DISKPART(rootdev); in sysctl_kern_root_partition() local1253 node.sysctl_data = &rootpart; in sysctl_kern_root_partition()