HomeSort by relevance Sort by last modified time
    Searched refs:locate_protocol (Results 1 - 9 of 9) sorted by null

  /external/u-boot/lib/efi_selftest/
efi_selftest_gop.c 30 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop);
efi_selftest_devicepath_util.c 34 ret = boottime->locate_protocol(&guid_device_path_utilities_protocol,
efi_selftest_manageprotocols.c 256 ret = boottime->locate_protocol(&guid1, NULL, (void **)&interface);
efi_selftest_bitblt.c 118 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop);
efi_selftest_devicepath.c 74 ret = boottime->locate_protocol(&guid_device_path_to_text_protocol,
efi_selftest_snp.c 206 ret = boottime->locate_protocol(&efi_net_guid, NULL, (void **)&net);
  /external/u-boot/lib/efi/
efi_stub.c 319 ret = boot->locate_protocol(&efi_gop_guid, NULL, (void **)&gop);
  /external/u-boot/include/
efi_api.h 158 efi_status_t (EFIAPI *locate_protocol)(const efi_guid_t *protocol, member in struct:efi_boot_services
  /external/u-boot/lib/efi_loader/
efi_boottime.c     [all...]

Completed in 68 milliseconds