Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defipart.c227 if (efi_devpath_match(pd->pd_devpath, parent)) in efipart_find_parent()
519 if (efi_devpath_match(pd->pd_devpath, cd->pd_devpath)) { in efipart_cdinfo_add()
586 if (efi_devpath_match(dev->pd_parent->pd_devpath, pd->pd_devpath)) { in efipart_testchild()
724 if (efi_devpath_match(pd->pd_devpath, hd->pd_devpath)) { in efipart_hdinfo_add()
H A Ddevpath.c675 efi_devpath_match(EFI_DEVICE_PATH *devpath1, EFI_DEVICE_PATH *devpath2) in efi_devpath_match() function
/freebsd/stand/efi/include/
H A Defilib.h99 bool efi_devpath_match(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
/freebsd/stand/efi/gptboot/
H A Dproto.c163 if (!efi_devpath_match(trimmed, devpath)) { in probe_handle()