Home
last modified time | relevance | path

Searched defs:get_boot_reason (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dab_slots.rs525 unsafe extern "C" fn get_boot_reason( in test_active_slot() function
718 unsafe extern "C" fn get_boot_reason( in test_oneshot() function
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_ab_slot.rs161 pub fn get_boot_reason(&self, subreason: &mut [u8]) -> Result<(GblEfiBootReason, usize)> { in get_boot_reason() method
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dgbl_efi_ab_slot_protocol.h100 EfiStatus (*get_boot_reason)(struct GblEfiABSlotProtocol*, member