Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_efi_map.c17 efi_map_foreach_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp) in efi_map_foreach_entry() function
106 efi_map_foreach_entry(efihdr, handle_efi_map_entry, &exclude); in efi_map_add_entries()
113 efi_map_foreach_entry(efihdr, handle_efi_map_entry, &exclude); in efi_map_exclude_entries()
177 efi_map_foreach_entry(efihdr, print_efi_map_entry, NULL); in efi_map_print_entries()
/freebsd/sys/sys/
H A Defi_map.h17 void efi_map_foreach_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb,
/freebsd/sys/riscv/riscv/
H A Dmachdep.c606 efi_map_foreach_entry(efihdr, efi_exclude_sbi_pmp_cb, &first); in initriscv()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c499 efi_map_foreach_entry(efihdr, efi_early_map_entry, &emd); in efi_early_map()