Home
last modified time | relevance | path

Searched refs:x86_bootmethod (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit_x86.c39 x86_bootmethod(void) in x86_bootmethod() function
57 if (strcmp(x86_bootmethod(), "UEFI") == 0) in default_scheme()
69 if (strcmp(x86_bootmethod(), "BIOS") == 0) { in is_scheme_bootable()
88 strcmp(x86_bootmethod(), "BIOS") == 0) in is_fs_bootable()
102 if (strcmp(x86_bootmethod(), "BIOS") == 0) in bootpart_size()
114 if (strcmp(x86_bootmethod(), "UEFI") == 0) { in bootpart_type()
126 if (strcmp(x86_bootmethod(), "UEFI") == 0) in bootcode_path()
143 if (strcmp(part_type, "GPT") == 0 && strcmp(x86_bootmethod(), "UEFI") != 0) { in partcode_path()