HomeSort by: relevance | last modified time | path
    Searched defs:efi_bootdp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/stand/efiboot/
efiboot.c 45 EFI_DEVICE_PATH *efi_bootdp; variable in typeref:typename:EFI_DEVICE_PATH *
86 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, &DevicePathProtocol, (void **)&efi_bootdp);
88 efi_bootdp = NULL;
90 efi_bootdp = DuplicateDevicePath(efi_bootdp);
  /src/sys/arch/i386/stand/efiboot/
efiboot.c 35 EFI_DEVICE_PATH *efi_bootdp; variable in typeref:typename:EFI_DEVICE_PATH *
80 efi_bootdp = dp0;

Completed in 86 milliseconds