Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/efi/libefi/
Definet.c390 devpath = efi_lookup_devpath(handles[i]); in efinet_dev_init()
457 text = efi_devpath_name(efi_lookup_devpath(h)); in efinet_dev_print()
Ddevpath.c58 efi_lookup_devpath(EFI_HANDLE handle) in efi_lookup_devpath() function
744 devpath = efi_lookup_devpath(h); in efi_devpath_to_handle()
Defipart.c386 if ((devpath = efi_lookup_devpath(hin[i])) == NULL) in efipart_inithandles()
808 text = efi_devpath_name(efi_lookup_devpath(h)); in efipart_print_common()
/freebsd-12-stable/stand/efi/include/
Defilib.h86 EFI_DEVICE_PATH *efi_lookup_devpath(EFI_HANDLE);
/freebsd-12-stable/stand/efi/loader/
Dmain.c659 devpath = efi_lookup_devpath(h); in find_currdev()