Lines Matching defs:efi
60 #define BOOTEFI_DST "bootaa64.efi"
63 #define BOOTEFI_DST "bootarm.efi"
66 #define BOOTEFI_DST "bootriscv64.efi"
253 /* Create "/efi/boot" directory in <duid>.<part>. */
254 if (strlcat(dst, "/efi", sizeof(dst)) >= sizeof(dst)) {
256 warn("unable to build /efi directory");
275 /* Copy EFI bootblocks to /efi/boot/. */
297 /* Write /efi/boot/startup.nsh. */
319 /* Create "/efi/openbsd" directory in <duid>.<part>. */
321 if (strlcat(dst, "/efi/openbsd", sizeof(dst)) >= sizeof(dst)) {
323 warn("unable to build /efi/openbsd directory");
332 /* Copy EFI bootblocks to /efi/openbsd/. */
443 int efi, found, i;
446 found = efi = 0;
457 efi++;
459 if (found == 1 && efi == 1)