Home
last modified time | relevance | path

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

/linux/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.rs23 &args as *const _ as *const c_void, in err() constant
39 &args as *const _ as *const c_void, in info() constant
H A Duaccess.rs227 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 Ddevres.rs161 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
H A Dopp.rs517 _data: *mut kernel::ffi::c_void, in config_clks()
/linux/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()