Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c217 if (efi_devpath_match(pd->pd_devpath, parent)) in efipart_find_parent()
496 if (efi_devpath_match(pd->pd_devpath, cd->pd_devpath)) { in efipart_cdinfo_add()
563 if (efi_devpath_match(dev->pd_parent->pd_devpath, pd->pd_devpath)) { in efipart_testchild()
701 if (efi_devpath_match(pd->pd_devpath, hd->pd_devpath)) { in efipart_hdinfo_add()
H A Ddevpath.c179 efi_devpath_match(EFI_DEVICE_PATH *devpath1, EFI_DEVICE_PATH *devpath2) in efi_devpath_match() function
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h120 bool efi_devpath_match(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c134 if (!efi_devpath_match(dp, devpath)) in efi_zfs_is_preferred()