HomeSort by relevance Sort by last modified time
    Searched refs:image_handle (Results 1 - 25 of 26) sorted by null

1 2

  /external/syslinux/gpxe/src/arch/x86/prefix/
efidrvprefix.c 28 * @v image_handle Image handle
32 EFI_STATUS EFIAPI _start ( EFI_HANDLE image_handle,
37 if ( ( efirc = efi_init ( image_handle, systab ) ) != 0 )
efiprefix.c 27 * @v image_handle Image handle
31 EFI_STATUS EFIAPI _start ( EFI_HANDLE image_handle,
36 if ( ( efirc = efi_init ( image_handle, systab ) ) != 0 )
  /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...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
t.c 17 efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab)
21 InitializeLib(image_handle, systab);
t3.c 6 EFI_HANDLE image_handle,
16 InitializeLib(image_handle, systab);
36 image_handle,
route80h.c 101 efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab)
103 InitializeLib(image_handle, systab);
117 ImageHandle = image_handle;
modelist.c 97 efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab)
102 InitializeLib(image_handle, systab);
  /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...]
  /external/syslinux/gpxe/src/interface/efi/
efi_init.c 52 * @v image_handle Image handle
56 EFI_STATUS efi_init ( EFI_HANDLE image_handle,
64 efi_image_handle = image_handle;
81 DBGC ( systab, "EFI handle %p systab %p\n", image_handle, systab );
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 74 GLeglImageOES image_handle)
80 ps = st_manager_get_egl_image_surface(st, (void *) image_handle);
160 GLeglImageOES image_handle)
165 ps = st_manager_get_egl_image_surface(st, (void *) image_handle);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.h 77 GLeglImageOES image_handle);
radeon_texture.c 538 GLeglImageOES image_handle)
547 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
radeon_fbo.c 563 void *image_handle)
571 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
  /external/syslinux/efi/
efi.h 45 extern EFI_HANDLE image_handle;
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...]
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi.h 138 extern EFI_STATUS efi_init ( EFI_HANDLE image_handle,
  /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/mesa3d/src/mesa/drivers/dri/i915/
intel_tex_image.c 345 GLeglImageOES image_handle)
352 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
intel_fbo.c 236 void *image_handle)
244 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex_image.c 404 GLeglImageOES image_handle)
411 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle,
intel_fbo.c 331 void *image_handle)
338 image = dri_screen->dri2.image->lookupEGLImage(dri_screen, image_handle,
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h     [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp     [all...]
core_validation.cpp 9481 uint64_t image_handle = HandleToUint64(image); local
9546 uint64_t image_handle = HandleToUint64(image); local
    [all...]

Completed in 1414 milliseconds

1 2