Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/include/
H A Defilib.h88 EFI_DEVICE_PATH *efi_devpath_trim(EFI_DEVICE_PATH *);
/freebsd-12.1/stand/efi/libefi/
H A Ddevpath.c105 efi_devpath_trim(EFI_DEVICE_PATH *devpath) in efi_devpath_trim() function
H A Defipart.c465 devpath = efi_devpath_trim(cd->pd_devpath); in efipart_updatecd()
653 devpath = efi_devpath_trim(hd->pd_devpath); in efipart_updatehd()
/freebsd-12.1/stand/efi/loader/
H A Dmain.c583 copy = efi_devpath_trim(devpath); in find_currdev()