/src/usr.sbin/sysinst/arch/i386/ |
md.c | 85 char boot_method[100]; local in function:md_init 88 len = sizeof(boot_method); 89 if (sysctlbyname("machdep.bootmethod", boot_method, &len, NULL, 0) 91 if (strcmp(boot_method, "BIOS") == 0) 93 else if (strcmp(boot_method, "UEFI") == 0)
|
md.c | 85 char boot_method[100]; local in function:md_init 88 len = sizeof(boot_method); 89 if (sysctlbyname("machdep.bootmethod", boot_method, &len, NULL, 0) 91 if (strcmp(boot_method, "BIOS") == 0) 93 else if (strcmp(boot_method, "UEFI") == 0)
|