Searched refs:boot_method (Results 1 – 1 of 1) sorted by relevance
85 char boot_method[100]; in md_init() local88 len = sizeof(boot_method); in md_init()89 if (sysctlbyname("machdep.bootmethod", boot_method, &len, NULL, 0) in md_init()91 if (strcmp(boot_method, "BIOS") == 0) in md_init()93 else if (strcmp(boot_method, "UEFI") == 0) in md_init()