HomeSort by relevance Sort by last modified time
    Searched defs:image_handle (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 161 uintptr_t image_handle; local
175 io_result = io_open(dev_handle, image_spec, &image_handle);
183 io_result = io_size(image_handle, &image_size);
188 io_result = io_close(image_handle);
213 uintptr_t image_handle; local
234 io_result = io_open(dev_handle, image_spec, &image_handle);
245 io_result = io_size(image_handle, &image_size);
263 io_result = io_read(image_handle, image_base, image_size, &bytes_read);
284 io_close(image_handle);
392 uintptr_t image_handle; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
partition.c 44 static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry)
52 result = io_seek(image_handle, IO_SEEK_SET, MBR_OFFSET);
57 result = io_read(image_handle, (uintptr_t)&mbr_sector,
78 static int load_gpt_header(uintptr_t image_handle)
84 result = io_seek(image_handle, IO_SEEK_SET, GPT_HEADER_OFFSET);
88 result = io_read(image_handle, (uintptr_t)&header,
106 static int load_gpt_entry(uintptr_t image_handle, gpt_entry_t *entry)
112 result = io_read(image_handle, (uintptr_t)entry, sizeof(gpt_entry_t),
119 static int verify_partition_gpt(uintptr_t image_handle)
125 result = load_gpt_entry(image_handle, &entry)
147 uintptr_t dev_handle, image_handle, image_spec = 0; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_io_storage.c 326 uintptr_t dev_handle, image_spec, image_handle; local
333 ret = io_open(dev_handle, image_spec, &image_handle);
337 io_close(image_handle);
  /external/syslinux/efi/
main.c 62 image_handle, handles[i],
68 image_handle, handles[i]);
82 image_handle, sbp,
99 image_handle, handles[i]);
108 efi_close_protocol(b->child, guid, image_handle, b->binding);
110 efi_close_protocol(b->parent, guid, image_handle, b->parent);
457 EFI_HANDLE image_handle; variable
802 func(image_handle, ST, bp, address);
1035 status = uefi_call_wrapper(BS->ExitBootServices, 2, image_handle, key);
1267 image_handle = image
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp 11089 uint64_t image_handle = reinterpret_cast<uint64_t &>(image); local
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 9481 uint64_t image_handle = HandleToUint64(image); local
9546 uint64_t image_handle = HandleToUint64(image); local
    [all...]

Completed in 176 milliseconds