Home
last modified time | relevance | path

Searched refs:efi_lookup_devpath (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/stand/efi/libefi/
H A Ddevpath.c53 efi_lookup_devpath(EFI_HANDLE handle) in efi_lookup_devpath() function
246 devpath = efi_lookup_devpath(h); in efi_devpath_to_handle()
H A Definet.c298 devpath = efi_lookup_devpath(handles[i]); in efinet_dev_init()
378 text = efi_devpath_name(efi_lookup_devpath(h)); in efinet_dev_print()
H A Defipart.c249 if ((devpath = efi_lookup_devpath(hin[i])) == NULL) in efipart_inithandles()
485 efi_lookup_devpath(parent->pd_handle); in efipart_updatecd()
675 efi_lookup_devpath(&parent->pd_handle); in efipart_updatehd()
717 text = efi_devpath_name(efi_lookup_devpath(h)); in efipart_print_common()
/freebsd-12.1/stand/efi/include/
H A Defilib.h85 EFI_DEVICE_PATH *efi_lookup_devpath(EFI_HANDLE);
/freebsd-12.1/stand/efi/loader/
H A Dmain.c581 devpath = efi_lookup_devpath(h); in find_currdev()