Searched refs:efi (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-13-stable/stand/man/
H A DMakefile6 MAN+= boot1.efi.8
10 MAN+= loader.efi.8
/freebsd-13-stable/lib/libsecureboot/
H A DMakefile.libsa.inc22 efi/efi_variables.c \
23 efi/efi_init.c
25 # Add includes required by efi part
27 -I${SRCTOP}/stand/efi/include \
28 -I${SRCTOP}/lib/libsecureboot/efi/include \
29 -I${SRCTOP}/stand/efi/include/${MACHINE}
/freebsd-13-stable/stand/efi/include/
H A Defi_driver_utils.h32 #include <efi.h>
H A Defichar.h33 #include <efi.h>
/freebsd-13-stable/stand/efi/libefi/
H A Ddelay.c30 #include <efi.h>
/freebsd-13-stable/stand/efi/gptboot/
H A DMakefile9 .PATH: ${SRCTOP}/stand/efi/boot1 ${SRCTOP}/stand/libsa
10 CFLAGS+= -I${SRCTOP}/stand/efi/boot1
12 CFLAGS+= -DBOOTPROG=\"gptboot.efi\"
/freebsd-13-stable/stand/efi/loader/
H A DMakefile.depend5 stand/efi/libefi \
H A DMakefile68 LIBEFI_FDT= ${BOOTOBJ}/efi/fdt/libefi_fdt.a
93 FILES+= ${LOADER}.efi
94 FILESMODE_${LOADER}.efi= ${BINMODE}
97 LINKS+= ${BINDIR}/${LOADER}.efi ${BINDIR}/loader.efi
103 CLEANFILES+= loader.efi
105 ${LOADER}.efi: ${PROG}
117 LIBEFI= ${BOOTOBJ}/efi/libefi/libefi.a
/freebsd-13-stable/stand/efi/
H A DMakefile.inc3 # Options used when building app-specific efi components
23 EFI_TARGET= efi-app-x86_64
25 EFI_TARGET= efi-app-ia32
/freebsd-13-stable/stand/efi/boot1/
H A DMakefile.depend8 stand/efi/libefi \
/freebsd-13-stable/usr.sbin/efibootmgr/
H A DMakefile2 EFIBOOT=${SRCTOP}/stand/efi
3 EFIINCL=${SRCTOP}/stand/efi/include
/freebsd-13-stable/release/arm64/
H A Dmkisoimages.sh46 make_esp_file ${espfilename} ${espsize} ${BASEBITSDIR}/boot/loader.efi
48 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi"
78 espparam="-p efi::$espsize:$espstart"
88 -o efi.img
91 dd if=efi.img of="$NAME" bs=32k count=1 conv=notrunc
92 rm -f efi.img
H A Dmake-memstick.sh44 make_esp_file ${espfilename} ${fat32min} ${1}/boot/loader.efi
47 -p efi:=${espfilename} \
/freebsd-13-stable/release/riscv/
H A Dmkisoimages.sh46 make_esp_file ${espfilename} ${espsize} ${BASEBITSDIR}/boot/loader.efi
48 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi"
78 espparam="-p efi::$espsize:$espstart"
88 -o efi.img
91 dd if=efi.img of="$NAME" bs=32k count=1 conv=notrunc
92 rm -f efi.img
H A Dmake-memstick.sh44 make_esp_file ${espfilename} ${fat32min} ${1}/boot/loader.efi
47 -p efi:=${espfilename} \
/freebsd-13-stable/usr.sbin/efivar/
H A DMakefile10 EFIBOOT=${SRCTOP}/stand/efi
/freebsd-13-stable/release/amd64/
H A Dmake-memstick.sh44 make_esp_file ${espfilename} ${fat32min} ${1}/boot/loader.efi
48 -p efi:=${espfilename} \
/freebsd-13-stable/sys/sys/
H A Defiio.h33 #include <sys/efi.h>
/freebsd-13-stable/stand/efi/fdt/
H A Defi_fdt.c35 #include <efi.h>
/freebsd-13-stable/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c629 efi_gpt_t *efi; local
640 efi = dk_ioc->dki_data;
641 if (efi->efi_gpt_Signature != LE_64(EFI_SIGNATURE)) {
645 (long long)efi->efi_gpt_Signature,
654 crc = efi->efi_gpt_HeaderCRC32;
655 efi->efi_gpt_HeaderCRC32 = 0;
656 len_t headerSize = (len_t)LE_32(efi->efi_gpt_HeaderSize);
666 crc != LE_32(efi_crc32((unsigned char *)efi, headerSize))) {
670 crc, LE_32(efi_crc32((unsigned char *)efi,
690 efi_gpt_t *efi; local
1380 efi_gpt_t *efi; local
[all...]
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart110 efi_part=$(gpart show -p | awk '$4 ~ /efi/ {print $3}')
114 for efi in ${efi_part}; do
115 echo "$efi"
116 safe_name=$(echo "efi.${efi}" | tr -cs ".[:alnum:]\n" "_")
117 dd if="/dev/${efi}" of="$bak_dir/$safe_name.tmp" 2> /dev/null
/freebsd-13-stable/targets/pseudo/userland/misc/
H A DMakefile.depend9 _sys_boot_efi= stand/efi/loader stand/efi/boot1
11 _sys_boot_fdt= stand/fdt stand/efi/fdt
35 stand/efi/libefi \
/freebsd-13-stable/tools/boot/
H A Dci-qemu-test.sh31 for dir in dev bin efi/boot etc lib libexec sbin usr/lib usr/libexec; do
47 mv ${ROOTDIR}/boot/loader.efi ${ROOTDIR}/efi/boot/BOOTx64.EFI
/freebsd-13-stable/share/man/man8/
H A DMakefile41 MLINKS+=uefi.8 efi.8
/freebsd-13-stable/stand/arm64/libarm64/
H A Dcache.c37 #include <efi.h>

Completed in 214 milliseconds

12345