/src/sys/arch/atari/stand/installboot/ |
installboot.c | 231 struct partition *rootpart; local in function:install_fd 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));
|
/src/usr.sbin/sysinst/ |
target.c | 164 int rootpart = -1; local in function:target_already_root 209 dev, sizeof dev, &rootpart, plain_name, false, true)) 212 last_res = is_active_rootpart(dev, rootpart);
|
/src/sys/kern/ |
init_sysctl.c | 1250 int rootpart = DISKPART(rootdev); local in function:sysctl_kern_root_partition 1253 node.sysctl_data = &rootpart;
|
/src/sbin/raidctl/ |
raidctl.c | 100 static const char *rootpart[] = { "No", "Force", "Soft", "*invalid*" }; variable in typeref:typename:const char * [] 844 rootpart[component_label.root_partition & 3]); 925 printf("raid%d: Root: %s\n", raidID, rootpart[root_config]);
|