Searched defs:EfiSystemTable (Results 1 – 3 of 3) sorted by relevance
32 typedef struct EfiSystemTable { struct46 } EfiSystemTable; argument
49 pub unsafe extern "C" fn efi_main(image_handle: *mut c_void, systab_ptr: *mut EfiSystemTable) { in efi_main()
142 systab_ptr: *const EfiSystemTable, in initialize()1220 pub fn run_test(func: impl FnOnce(EfiHandle, *mut EfiSystemTable) -> ()) { in run_test()