Searched defs:c_void (Results 1 – 10 of 10) sorted by relevance
| /bootable/libbootloader/gbl/libavb/src/ |
| D | lib.rs | 33 pub extern "C" fn avb_malloc_(size: usize) -> *mut c_void { in avb_malloc_() 40 pub extern "C" fn avb_free(ptr: *mut c_void) { in avb_free() 62 pub extern "C" fn avb_memcpy(dest: *mut c_void, src: *const c_void, n: usize) -> *mut c_void { in avb_memcpy() 68 pub extern "C" fn avb_memcmp(src1: *const c_void, src2: *const c_void, n: usize) -> c_int { in avb_memcmp() 74 pub extern "C" fn avb_memset(dest: *mut c_void, c: c_int, n: usize) -> *mut c_void { in avb_memset()
|
| /bootable/libbootloader/gbl/libc/src/ |
| D | lib.rs | 42 pub fn memcmp(src1: *const c_void, src2: *const c_void, n: usize) -> c_int; in memcmp() 44 pub fn memset(dest: *mut c_void, c: c_int, n: usize) -> *mut c_void; in memset() 46 pub fn memcpy(dest: *mut c_void, src: *const c_void, n: usize) -> *mut c_void; in memcpy() 70 pub unsafe extern "C" fn gbl_malloc(request_size: usize, alignment: usize) -> *mut c_void { in gbl_malloc() 130 pub unsafe extern "C" fn gbl_free(ptr: *mut c_void, alignment: usize) { in gbl_free() 186 pub unsafe extern "C" fn memchr(ptr: *const c_void, ch: c_int, count: c_ulong) -> *mut c_void { in memchr()
|
| /bootable/libbootloader/gbl/libfdt/deps/ |
| D | lib.rs | 31 pub unsafe extern "C" fn dto_malloc(size: usize) -> *mut c_void { in dto_malloc() 43 pub unsafe extern "C" fn dto_free(ptr: *mut c_void) { in dto_free()
|
| /bootable/libbootloader/gbl/efi/app/ |
| D | riscv64.rs | 42 pub extern "C" fn _Unwind_Resume(_: *mut core::ffi::c_void) { in _Unwind_Resume()
|
| D | main.rs | 49 pub unsafe extern "C" fn efi_main(image_handle: *mut c_void, systab_ptr: *mut EfiSystemTable) { in efi_main()
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | dt_fixup.rs | 76 device_tree: *mut c_void, in fixup_device_tree_updated() 110 _: *mut c_void, in fixup_device_tree_fixup_buffer_too_small()
|
| D | gbl_efi_fastboot.rs | 95 ctx: *mut c_void, in get_var_all() 397 ctx: *mut c_void, in test_get_var_all() 440 ctx: *mut c_void, in test_get_var_all_exceeds_max_arguments()
|
| D | simple_network.rs | 109 recycle_buffer: Option<&mut *mut c_void>, in get_status()
|
| D | gbl_efi_image_loading.rs | 749 unsafe fn get_memory(&mut self) -> *mut c_void { in get_memory() 762 unsafe fn get_memory_same(&mut self) -> *mut c_void { in get_memory_same()
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | lib.rs | 270 ) -> Result<*mut core::ffi::c_void> { in allocate_pool() 705 unsafe extern "C" fn efi_event_cb(event: EfiEvent, ctx: *mut core::ffi::c_void) { in efi_event_cb() 1032 intf: *mut *mut core::ffi::c_void, in open_protocol() 1101 search_key: *mut core::ffi::c_void, in locate_handle_buffer() 1189 notify_ctx: *mut core::ffi::c_void, in create_event()
|