Lines Matching defs:efi
352 /* Create "/efi/BOOT" directory in <duid>.<part>. */
353 if (strlcat(dst, "/efi", sizeof(dst)) >= sizeof(dst)) {
355 warn("unable to build /efi directory");
375 * Copy BOOTIA32.EFI and BOOTX64.EFI to /efi/BOOT/.
428 /* Create "/efi/openbsd" directory in <duid>.<part>. */
430 if (strlcat(dst, "/efi/openbsd", sizeof(dst)) >= sizeof(dst)) {
432 warn("unable to build /efi/openbsd directory");
441 /* Copy BOOTX64.EFI to /efi/openbsd/. */
575 int efi, found, i;
578 found = efi = 0;
589 efi++;
591 if (found == 1 && efi == 1)