Searched defs:EfiSystemTable (Results 1 – 4 of 4) sorted by relevance
32 typedef struct EfiSystemTable { struct46 } EfiSystemTable; argument
81 pub extern "C" fn efi_main(image_handle: *mut core::ffi::c_void, systab_ptr: *mut EfiSystemTable) { in efi_main()
158 systab_ptr: *const EfiSystemTable, in initialize()999 pub fn run_test(func: fn(EfiHandle, *mut EfiSystemTable) -> ()) { in run_test()
823 EfiSystemTable = ZBI_TYPE_EFI_SYSTEM_TABLE, enumerator