Home
last modified time | relevance | path

Searched refs:c_void (Results 1 – 2 of 2) sorted by relevance

/DragonBoot/src/
H A Dlib.rs6 ffi::c_void,
27 handle_ptr: *mut c_void, in efi_main() argument
28 system_table_ptr: *mut c_void, in efi_main() argument
36 handle_ptr: *mut c_void, in rs_efi_main() argument
37 system_table_ptr: *mut c_void, in rs_efi_main() argument
/DragonBoot/src/arch/riscv64/
H A Drelocate.rs1 use core::{ffi::c_void, hint::spin_loop, ptr};
20 unsafe extern "C" fn efi_relocate(ldbase: u64, elf_dyn: *mut c_void) -> usize { in efi_relocate()