HomeSort by: relevance | last modified time | path
    Searched refs:efi_device_path_ncmp (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efidev.c 40 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) function in typeref:typename:int
efiboot.h 80 int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
efipxe.c 69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
efidisk.c 134 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
  /src/sys/stand/efiboot/
efidev.c 53 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) function in typeref:typename:int
efiboot.h 90 int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
efipxe.c 69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
efifile.c 169 if (efi_device_path_ncmp(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0)
efiblock.c 522 if (depth > 0 && efi_device_path_ncmp(efi_bootdp, DevicePathFromHandle(efi_block[n]), depth) == 0) {
efinet.c 407 if (depth > 0 && efi_device_path_ncmp(efi_bootdp, dp0, depth) == 0) {

Completed in 15 milliseconds