Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/defs/
Dsystem_table.h32 typedef struct EfiSystemTable { struct
46 } EfiSystemTable; argument
/bootable/libbootloader/gbl/efi/src/
Dmain.rs81 pub extern "C" fn efi_main(image_handle: *mut core::ffi::c_void, systab_ptr: *mut EfiSystemTable) { in efi_main()
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs158 systab_ptr: *const EfiSystemTable, in initialize()
999 pub fn run_test(func: fn(EfiHandle, *mut EfiSystemTable) -> ()) { in run_test()
/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs823 EfiSystemTable = ZBI_TYPE_EFI_SYSTEM_TABLE, enumerator