OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boot_method
(Results
1 - 1
of
1
) 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)
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025