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

  /src/usr.sbin/sysinst/arch/i386/
md.c 63 static bool uefi_boot; variable in typeref:typename:bool
92 uefi_boot = false;
94 uefi_boot = true;
183 if (uefi_boot)
434 return uefi_boot ?
454 return uefi_boot ? md_post_newfs_uefi(install)
700 if (!uefi_boot)
963 if (!uefi_boot)
1006 return !uefi_boot;
md.c 63 static bool uefi_boot; variable in typeref:typename:bool
92 uefi_boot = false;
94 uefi_boot = true;
183 if (uefi_boot)
434 return uefi_boot ?
454 return uefi_boot ? md_post_newfs_uefi(install)
700 if (!uefi_boot)
963 if (!uefi_boot)
1006 return !uefi_boot;

Completed in 24 milliseconds