Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/
H A Defilib.h104 bool efi_devpath_same_disk(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
/freebsd/stand/efi/boot1/
H A Dproto.c92 preferred = efi_devpath_same_disk(imgpath, devpath); in probe_handle()
/freebsd/stand/efi/gptboot/
H A Dproto.c161 if (!efi_devpath_same_disk(imgpath, devpath)) { in probe_handle()
/freebsd/stand/efi/libefi/
H A Ddevpath.c686 efi_devpath_same_disk(EFI_DEVICE_PATH *devpath1, EFI_DEVICE_PATH *devpath2) in efi_devpath_same_disk() function