Searched defs:c_void (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/rust/kernel/ |
D | kunit.rs | 22 &args as *const _ as *const c_void, in err() constant 38 &args as *const _ as *const c_void, in info() constant
|
D | print.rs | 21 ptr: *const c_void, in rust_fmt_argument() 111 &args as *const _ as *const c_void, constant 131 &args as *const _ as *const c_void, in call_printk_cont() constant
|
D | uaccess.rs | 229 let res = unsafe { bindings::copy_from_user(out_ptr, self.ptr as *const c_void, len) }; in read_raw() constant 267 self.ptr as *const c_void, in read() constant
|
D | types.rs | 39 fn into_foreign(self) -> *mut crate::ffi::c_void; in into_foreign() 119 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
|
D | devres.rs | 159 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
|
/linux-6.14.4/rust/kernel/alloc/ |
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()
|
D | kbox.rs | 359 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign() 390 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
|
/linux-6.14.4/rust/kernel/block/mq/ |
D | operations.rs | 149 _tagset_data: *mut crate::ffi::c_void, in init_hctx_callback()
|
/linux-6.14.4/rust/kernel/sync/ |
D | arc.rs | 349 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
|