Searched defs:c_void (Results 1 – 6 of 6) sorted by relevance
/linux/rust/kernel/ |
H A D | print.rs | 22 ptr: *const c_void, in rust_fmt_argument() 112 &args as *const _ as *const c_void, constant 132 &args as *const _ as *const c_void, in call_printk_cont() constant
|
H A D | kunit.rs | 23 &args as *const _ as *const c_void, in err() constant 39 &args as *const _ as *const c_void, in info() constant
|
H A D | uaccess.rs | 227 let res = unsafe { bindings::copy_from_user(out_ptr, self.ptr as *const c_void, len) }; in read_raw() constant 265 self.ptr as *const c_void, in read() constant
|
H A D | devres.rs | 161 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
|
H A D | opp.rs | 517 _data: *mut kernel::ffi::c_void, in config_clks()
|
/linux/rust/kernel/alloc/ |
H A D | allocator_test.rs | 27 fn libc_aligned_alloc(align: usize, size: usize) -> *mut crate::ffi::c_void; in libc_aligned_alloc() 30 fn libc_free(ptr: *mut crate::ffi::c_void); in libc_free()
|