Searched defs:c_void (Results 1 – 8 of 8) sorted by relevance
| /rust/kernel/alloc/ |
| D | allocator_test.rs | 38 fn libc_aligned_alloc(align: usize, size: usize) -> *mut crate::ffi::c_void; in libc_aligned_alloc() 41 fn libc_free(ptr: *mut crate::ffi::c_void); in libc_free()
|
| D | kbox.rs | 396 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign() 419 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign()
|
| /rust/kernel/ |
| 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 | 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 | 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 | 32 fn into_foreign(self) -> *const crate::ffi::c_void; in into_foreign() 75 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign()
|
| /rust/kernel/block/mq/ |
| D | operations.rs | 148 _tagset_data: *mut crate::ffi::c_void, in init_hctx_callback()
|
| /rust/kernel/sync/ |
| D | arc.rs | 338 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign()
|