Home
last modified time | relevance | path

Searched refs:rootpart (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/atari/stand/installboot/
Dinstallboot.c231 struct partition *rootpart; in install_fd() local
252 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()
/netbsd/src/sbin/raidctl/
Draidctl.c100 static const char *rootpart[] = { "No", "Force", "Soft", "*invalid*" }; variable
844 rootpart[component_label.root_partition & 3]); in get_component_label()
925 printf("raid%d: Root: %s\n", raidID, rootpart[root_config]); in set_autoconfig()
/netbsd/src/sys/kern/
Dinit_sysctl.c1250 int rootpart = DISKPART(rootdev); in sysctl_kern_root_partition() local
1253 node.sysctl_data = &rootpart; in sysctl_kern_root_partition()