Home
last modified time | relevance | path

Searched defs:image_handle (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/partition/
Dpartition.c49 static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry) in load_mbr_header()
96 static int load_gpt_header(uintptr_t image_handle, size_t header_offset, in load_gpt_header()
152 static int load_mbr_entry(uintptr_t image_handle, mbr_entry_t *mbr_entry, in load_mbr_entry()
190 static int load_mbr_entries(uintptr_t image_handle) in load_mbr_entries()
210 static int load_gpt_entry(uintptr_t image_handle, gpt_entry_t *entry) in load_gpt_entry()
232 static int load_partition_gpt(uintptr_t image_handle, gpt_header_t header) in load_partition_gpt()
319 uintptr_t dev_handle, image_spec, image_handle; in load_backup_gpt() local
378 static int load_primary_gpt(uintptr_t image_handle, unsigned int first_lba) in load_primary_gpt()
401 uintptr_t dev_handle, image_handle, image_spec = 0; in load_partition_table() local
/aosp_15_r20/external/arm-trusted-firmware/drivers/partition/
H A Dpartition.c47 static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry) in load_mbr_header()
81 static int load_gpt_header(uintptr_t image_handle) in load_gpt_header()
109 static int load_mbr_entry(uintptr_t image_handle, mbr_entry_t *mbr_entry, in load_mbr_entry()
143 static int load_mbr_entries(uintptr_t image_handle) in load_mbr_entries()
160 static int load_gpt_entry(uintptr_t image_handle, gpt_entry_t *entry) in load_gpt_entry()
173 static int verify_partition_gpt(uintptr_t image_handle) in verify_partition_gpt()
201 uintptr_t dev_handle, image_handle, image_spec = 0; in load_partition_table() local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c231 st_get_egl_image(struct gl_context *ctx, GLeglImageOES image_handle, in st_get_egl_image()
305 GLeglImageOES image_handle) in st_egl_image_target_renderbuffer_storage()
511 st_validate_egl_image(struct gl_context *ctx, GLeglImageOES image_handle) in st_validate_egl_image()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/uefi/
H A Denv.rs62 pub fn image_handle() -> NonNull<c_void> { in image_handle() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/uefi/
H A Denv.rs62 pub fn image_handle() -> NonNull<c_void> { in image_handle() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/uefi/
H A Denv.rs62 pub fn image_handle() -> NonNull<c_void> { in image_handle() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/uefi/
H A Denv.rs62 pub fn image_handle() -> NonNull<c_void> { in image_handle() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/uefi/
H A Denv.rs62 pub fn image_handle() -> NonNull<c_void> { in image_handle() function
/aosp_15_r20/external/arm-trusted-firmware/drivers/fwu/
H A Dfwu.c78 uintptr_t dev_handle, image_handle, image_spec; in fwu_metadata_load() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/fwu/
Dfwu.c127 uintptr_t dev_handle, image_handle, image_spec; in fwu_metadata_load() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/common/
Dbl_common.c74 uintptr_t image_handle; in load_image() local
/aosp_15_r20/external/arm-trusted-firmware/common/
H A Dbl_common.c73 uintptr_t image_handle; in load_image() local
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs91 image_handle: EfiHandle, field
113 pub fn image_handle(&self) -> DeviceHandle { in image_handle() method
1239 let image_handle: usize = 1234; // Don't care. in run_test() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dmod.rs54 let image_handle = unsafe { NonNull::new(*argv as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dprocess.rs333 let image_handle = image_handle(); in load_image() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dmod.rs54 let image_handle = unsafe { NonNull::new(*argv as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dprocess.rs333 let image_handle = image_handle(); in load_image() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dmod.rs54 let image_handle = unsafe { NonNull::new(*argv as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dprocess.rs333 let image_handle = image_handle(); in load_image() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dmod.rs56 let image_handle = unsafe { NonNull::new(*argv as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dmod.rs56 let image_handle = unsafe { NonNull::new(*argv as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/
Dboot.rs55 pub fn image_handle() -> Handle { in image_handle() function
1077 let mut image_handle = ptr::null_mut(); in load_image() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/
Dboot.rs55 pub fn image_handle() -> Handle { in image_handle() function
1077 let mut image_handle = ptr::null_mut(); in load_image() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c2309 uintptr_t *image_handle = (uintptr_t*)(uintptr_t)handle; in trace_context_create_image_handle() local
2324 uintptr_t *image_handle = (uintptr_t*)(uintptr_t)handle; in trace_context_delete_image_handle() local
2341 uintptr_t *image_handle = (uintptr_t*)(uintptr_t)handle; in trace_context_make_image_handle_resident() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h310 struct lp_texture_handle *image_handle; member
608 struct lp_texture_handle *image_handle; member

12