Searched refs:efi_handle_lookup (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/efi/libefi/ |
H A D | handles.c | 82 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra) in efi_handle_lookup() function
|
/freebsd/stand/efi/include/ |
H A D | efilib.h | 89 int efi_handle_lookup(EFI_HANDLE, struct devsw **, int *, uint64_t *);
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 634 if (efi_handle_lookup(boot_img->DeviceHandle, &dev, &unit, &extra) == 0) { in find_currdev() 650 if (efi_handle_lookup(h, &dev, &unit, &extra) == 0) { in find_currdev()
|