Home
last modified time | relevance | path

Searched defs:c_void (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/rust/kernel/
H A Dprint.rs22 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 Dkunit.rs22 &args as *const _ as *const c_void, in err() constant
38 &args as *const _ as *const c_void, in info() constant
H A Duaccess.rs229 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
H A Dtypes.rs39 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()
H A Ddevres.rs159 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
/linux-6.15/rust/kernel/alloc/
H A Dallocator_test.rs27 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()
H A Dkbox.rs370 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
401 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
/linux-6.15/rust/kernel/block/mq/
H A Doperations.rs149 _tagset_data: *mut crate::ffi::c_void, in init_hctx_callback()
/linux-6.15/rust/kernel/sync/
H A Darc.rs378 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()