Home
last modified time | relevance | path

Searched refs:efi_devpath_length (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/stand/efi/include/
H A Defilib.h106 UINTN efi_devpath_length(EFI_DEVICE_PATH *);
/freebsd-src/stand/efi/libefi/
H A Ddevpath.c737 efi_devpath_length(EFI_DEVICE_PATH *path) in efi_devpath_length() function
/freebsd-src/stand/efi/loader/
H A Dmain.c406 dp = (EFI_DEVICE_PATH *)((char *)dp + efi_devpath_length(dp)); in match_boot_info()