/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | alloc.rs | 21 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in alloc() localVariable 45 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in dealloc() localVariable
|
H A D | mod.rs | 55 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
|
H A D | helpers.rs | 225 let system_table: NonNull<r_efi::efi::SystemTable> = in runtime_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | alloc.rs | 21 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in alloc() localVariable 45 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in dealloc() localVariable
|
H A D | mod.rs | 55 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
|
H A D | helpers.rs | 225 let system_table: NonNull<r_efi::efi::SystemTable> = in runtime_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | alloc.rs | 21 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in alloc() localVariable 45 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in dealloc() localVariable
|
H A D | mod.rs | 57 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
|
H A D | helpers.rs | 219 let system_table: NonNull<r_efi::efi::SystemTable> = in runtime_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | alloc.rs | 21 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in alloc() localVariable 45 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in dealloc() localVariable
|
H A D | mod.rs | 55 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
|
H A D | helpers.rs | 225 let system_table: NonNull<r_efi::efi::SystemTable> = in runtime_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | alloc.rs | 21 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in alloc() localVariable 45 let system_table = crate::os::uefi::env::system_table().as_ptr().cast(); in dealloc() localVariable
|
H A D | mod.rs | 57 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
|
H A D | helpers.rs | 219 let system_table: NonNull<r_efi::efi::SystemTable> = in runtime_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/uefi/ |
H A D | env.rs | 55 pub fn system_table() -> NonNull<c_void> { in system_table() function 70 let system_table: NonNull<r_efi::efi::SystemTable> = try_system_table()?.cast(); in boot_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/uefi/ |
H A D | env.rs | 55 pub fn system_table() -> NonNull<c_void> { in system_table() function 70 let system_table: NonNull<r_efi::efi::SystemTable> = try_system_table()?.cast(); in boot_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/uefi/ |
H A D | env.rs | 55 pub fn system_table() -> NonNull<c_void> { in system_table() function 70 let system_table: NonNull<r_efi::efi::SystemTable> = try_system_table()?.cast(); in boot_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/uefi/ |
H A D | env.rs | 55 pub fn system_table() -> NonNull<c_void> { in system_table() function 70 let system_table: NonNull<r_efi::efi::SystemTable> = try_system_table()?.cast(); in boot_services() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/uefi/ |
H A D | env.rs | 55 pub fn system_table() -> NonNull<c_void> { in system_table() function 70 let system_table: NonNull<r_efi::efi::SystemTable> = try_system_table()?.cast(); in boot_services() localVariable
|
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/ |
H A D | lib.rs | 63 pub system_table: MockSystemTable, field 89 let mut system_table = MockSystemTable::default(); in new() localVariable
|
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/ |
H A D | loaded_image_protocol.h | 29 EfiSystemTable* system_table; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/ |
D | loaded_image.rs | 12 pub system_table: *const SystemTable, field
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/ |
D | loaded_image.rs | 12 pub system_table: *const SystemTable, field
|
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/ |
H A D | lib.rs | 99 pub fn system_table(&self) -> SystemTable { in system_table() method
|