Searched refs:rootpart (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/atari/stand/installboot/
H A Dinstallboot.c231 struct partition *rootpart; local
252 for (rootpart = label->d_partitions; ; ++rootpart) {
253 if (rootpart->p_size)
256 if (rootpart != label->d_partitions) { /* XXX */
257 *(label->d_partitions) = *rootpart;
258 memset(rootpart, 0, sizeof(*rootpart));
/netbsd-current/usr.sbin/sysinst/
H A Dtarget.c164 int rootpart = -1; local
209 dev, sizeof dev, &rootpart, plain_name, false, true))
212 last_res = is_active_rootpart(dev, rootpart);
H A Dpartman.c2748 if (pm_i->rootpart < 0 ||
2751 pm_i->rootpart + 1, pm_i->diskdev) != 0) {
/netbsd-current/sbin/raidctl/
H A Draidctl.c100 static const char *rootpart[] = { "No", "Force", "Soft", "*invalid*" }; variable
851 rootpart[component_label.root_partition & 3]);
932 printf("raid%d: Root: %s\n", raidID, rootpart[root_config]);
/netbsd-current/sys/kern/
H A Dinit_sysctl.c1250 int rootpart = DISKPART(rootdev); local
1253 node.sysctl_data = &rootpart;

Completed in 196 milliseconds