Searched refs:rootpart (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/atari/stand/installboot/ |
H A D | installboot.c | 231 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/usr.sbin/sysinst/ |
H A D | target.c | 164 int rootpart = -1; in target_already_root() local 209 dev, sizeof dev, &rootpart, plain_name, false, true)) in target_already_root() 212 last_res = is_active_rootpart(dev, rootpart); in target_already_root()
|
H A D | partman.c | 2748 if (pm_i->rootpart < 0 || 2751 pm_i->rootpart + 1, pm_i->diskdev) != 0) {
|
/netbsd-src/sbin/raidctl/ |
H A D | raidctl.c | 100 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/ |
H A D | init_sysctl.c | 1250 int rootpart = DISKPART(rootdev); in sysctl_kern_root_partition() local 1253 node.sysctl_data = &rootpart; in sysctl_kern_root_partition()
|