Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/
H A Dsystem_table.h32 typedef struct EfiSystemTable { struct
46 } EfiSystemTable; argument
/aosp_15_r20/bootable/libbootloader/gbl/efi/app/
H A Dmain.rs49 pub unsafe extern "C" fn efi_main(image_handle: *mut c_void, systab_ptr: *mut EfiSystemTable) { in efi_main()
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs142 systab_ptr: *const EfiSystemTable, in initialize()
1220 pub fn run_test(func: impl FnOnce(EfiHandle, *mut EfiSystemTable) -> ()) { in run_test()