/packages/modules/Virtualization/libs/dice/clear_memory/src/ |
D | lib.rs | 32 unsafe extern "C" fn DiceClearMemory(_ctx: *mut c_void, size: usize, addr: *mut c_void) { in DiceClearMemory()
|
/packages/modules/Virtualization/libs/libvmbase/src/ |
D | heap.rs | 117 unsafe extern "C" fn malloc(size: usize) -> *mut c_void { in malloc() 122 unsafe extern "C" fn calloc(nmemb: usize, size: usize) -> *mut c_void { in calloc() 129 dest: *mut c_void, in __memset_chk() 133 ) -> *mut c_void { in __memset_chk() 147 unsafe extern "C" fn free(ptr: *mut c_void) { in free()
|
D | bionic.rs | 94 unsafe extern "C" fn getentropy(buffer: *mut c_void, length: usize) -> c_int { in getentropy() 198 unsafe extern "C" fn fwrite(ptr: *const c_void, size: usize, nmemb: usize, stream: usize) -> usize { in fwrite()
|
/packages/modules/Virtualization/libs/libvm_payload/wrapper/ |
D | lib.rs | 121 extern "C" fn on_ready(_param: *mut c_void) { in run_single_vsock_service() 192 identifier.as_ptr() as *const c_void, in get_vm_instance_secret() constant 209 unsafe { AVmPayload_writeRollbackProtectedSecret(data.as_ptr() as *const c_void, data.len()) } in write_rollback_protected_secret() constant
|
D | attestation.rs | 98 challenge.as_ptr() as *const c_void, in request_attestation() constant 116 challenge.as_ptr() as *const c_void, in request_attestation_for_testing() constant 197 message.as_ptr() as *const c_void, in sign_message() constant 210 message.as_ptr() as *const c_void, in sign_message() constant
|
/packages/modules/Bluetooth/offload/hal/ |
D | ffi.rs | 187 unsafe fn unwrap_client<T: Callbacks, F: FnOnce(&T)>(handle: *mut c_void, f: F) { in unwrap_client() argument 203 handle: *mut c_void, in initialization_complete() 219 handle: *mut c_void, in event_received() 239 handle: *mut c_void, in acl_received() 259 handle: *mut c_void, in sco_received() 279 handle: *mut c_void, in iso_received()
|
/packages/modules/UprobeStats/rust/ffi/ |
D | bpf.rs | 57 unsafe extern "C" fn callback<T: Copy + Debug>(value: *const c_void, cookie: *mut c_void) { in callback()
|
/packages/modules/Virtualization/libs/libvm_payload/src/ |
D | lib.rs | 129 on_ready: Option<unsafe extern "C" fn(param: *mut c_void)>, in AVmPayload_runVsockRpcServer() 142 on_ready: Option<unsafe extern "C" fn(param: *mut c_void)>, in try_run_vsock_server()
|
/packages/modules/Virtualization/libs/libforwarder/src/ |
D | stream.rs | 114 let ret = unsafe { libc::write(self.fd, buf.as_ptr() as *const c_void, buf.len()) }; in write() constant
|
/packages/modules/Virtualization/libs/libfdt/src/ |
D | lib.rs | 107 fn data_ptr(&self) -> *const c_void { in data_ptr() 796 fn get_from_ptr(&self, ptr: *const c_void, len: usize) -> Result<&[u8]> { in get_from_ptr() 801 pub fn as_ptr(&self) -> *const c_void { in as_ptr()
|
/packages/modules/Virtualization/libs/libvmclient/src/ |
D | lib.rs | 97 ctx: *mut c_void, in get_virtualization_service()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1468 ) -> *const std::os::raw::c_void { in get_profile_interface()
|