HomeSort by: relevance | last modified time | path
    Searched defs:boot_method (Results 1 - 2 of 2) sorted by relevancy

  /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)

Completed in 22 milliseconds