Home
last modified time | relevance | path

Searched defs:system_table (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dalloc.rs21 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 Dmod.rs55 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dhelpers.rs225 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 Dalloc.rs21 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 Dmod.rs55 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dhelpers.rs225 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 Dalloc.rs21 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 Dmod.rs57 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dhelpers.rs219 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 Dalloc.rs21 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 Dmod.rs55 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dhelpers.rs225 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 Dalloc.rs21 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 Dmod.rs57 let system_table = unsafe { NonNull::new(*argv.add(1) as *mut crate::ffi::c_void).unwrap() }; in init() localVariable
H A Dhelpers.rs219 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 Denv.rs55 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 Denv.rs55 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 Denv.rs55 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 Denv.rs55 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 Denv.rs55 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 Dlib.rs63 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 Dloaded_image_protocol.h29 EfiSystemTable* system_table; member
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dloaded_image.rs12 pub system_table: *const SystemTable, field
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dloaded_image.rs12 pub system_table: *const SystemTable, field
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs99 pub fn system_table(&self) -> SystemTable { in system_table() method

12