Home
last modified time | relevance | path

Searched defs:boot_services (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs51 let boot_services = boot_services().ok_or(BOOT_SERVICES_UNAVAILABLE)?.cast(); in locate_handles() localVariable
88 let boot_services: NonNull<efi::BootServices> = in open_protocol() localVariable
118 let boot_services: NonNull<efi::BootServices> = in create_event() localVariable
135 let boot_services: NonNull<efi::BootServices> = in close_event() localVariable
182 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in device_path_to_text() localVariable
H A Dthread.rs27 let boot_services: NonNull<r_efi::efi::BootServices> = in sleep() localVariable
H A Dmod.rs162 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in abort_internal() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs51 let boot_services = boot_services().ok_or(BOOT_SERVICES_UNAVAILABLE)?.cast(); in locate_handles() localVariable
88 let boot_services: NonNull<efi::BootServices> = in open_protocol() localVariable
118 let boot_services: NonNull<efi::BootServices> = in create_event() localVariable
135 let boot_services: NonNull<efi::BootServices> = in close_event() localVariable
182 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in device_path_to_text() localVariable
H A Dthread.rs27 let boot_services: NonNull<r_efi::efi::BootServices> = in sleep() localVariable
H A Dmod.rs162 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in abort_internal() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs57 let boot_services = boot_services().ok_or(BOOT_SERVICES_UNAVAILABLE)?.cast(); in locate_handles() localVariable
94 let boot_services: NonNull<efi::BootServices> = in open_protocol() localVariable
124 let boot_services: NonNull<efi::BootServices> = in create_event() localVariable
141 let boot_services: NonNull<efi::BootServices> = in close_event() localVariable
188 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in device_path_to_text() localVariable
H A Dthread.rs27 let boot_services: NonNull<r_efi::efi::BootServices> = in sleep() localVariable
H A Dmod.rs160 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in abort_internal() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs57 let boot_services = boot_services().ok_or(BOOT_SERVICES_UNAVAILABLE)?.cast(); in locate_handles() localVariable
94 let boot_services: NonNull<efi::BootServices> = in open_protocol() localVariable
124 let boot_services: NonNull<efi::BootServices> = in create_event() localVariable
141 let boot_services: NonNull<efi::BootServices> = in close_event() localVariable
188 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in device_path_to_text() localVariable
H A Dthread.rs27 let boot_services: NonNull<r_efi::efi::BootServices> = in sleep() localVariable
H A Dmod.rs160 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in abort_internal() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs57 let boot_services = boot_services().ok_or(BOOT_SERVICES_UNAVAILABLE)?.cast(); in locate_handles() localVariable
94 let boot_services: NonNull<efi::BootServices> = in open_protocol() localVariable
124 let boot_services: NonNull<efi::BootServices> = in create_event() localVariable
141 let boot_services: NonNull<efi::BootServices> = in close_event() localVariable
188 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in device_path_to_text() localVariable
H A Dthread.rs27 let boot_services: NonNull<r_efi::efi::BootServices> = in sleep() localVariable
H A Dmod.rs160 let boot_services: NonNull<r_efi::efi::BootServices> = boot_services.cast(); in abort_internal() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/uefi/
H A Denv.rs68 pub fn boot_services() -> Option<NonNull<c_void>> { in boot_services() function
71 let boot_services = unsafe { (*system_table.as_ptr()).boot_services }; 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.rs68 pub fn boot_services() -> Option<NonNull<c_void>> { in boot_services() function
71 let boot_services = unsafe { (*system_table.as_ptr()).boot_services }; 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.rs68 pub fn boot_services() -> Option<NonNull<c_void>> { in boot_services() function
71 let boot_services = unsafe { (*system_table.as_ptr()).boot_services }; 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.rs68 pub fn boot_services() -> Option<NonNull<c_void>> { in boot_services() function
71 let boot_services = unsafe { (*system_table.as_ptr()).boot_services }; 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.rs68 pub fn boot_services() -> Option<NonNull<c_void>> { in boot_services() function
71 let boot_services = unsafe { (*system_table.as_ptr()).boot_services }; in boot_services() localVariable
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/
H A Dlib.rs65 pub boot_services: MockBootServices, field
93 let boot_services = MockBootServices::default(); in new() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/table/
Dsystem.rs27 pub boot_services: *mut BootServices, field
/aosp_15_r20/external/rust/crates/uefi-raw/src/table/
Dsystem.rs27 pub boot_services: *mut BootServices, field
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/
H A Dsystem_table.h43 EfiBootService* boot_services; member
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs188 pub fn boot_services(&self) -> BootServices<'a> { in boot_services() method
254 boot_services: &'a EfiBootService, field
1227 let mut boot_services: EfiBootService = Default::default(); in run_test() localVariable

12