Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
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 Dprint.rs24 ptr: *const c_void, in rust_fmt_argument()
114 &args as *const _ as *const c_void, constant
134 &args as *const _ as *const c_void, in call_printk_cont() constant
H A Dtypes.rs30 fn into_foreign(self) -> *const core::ffi::c_void; in into_foreign()
54 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()
76 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()
/openbmc/qemu/rust/qemu-api/src/
H A Dqdev.rs275 cb: Option<unsafe extern "C" fn(*mut c_void, ClockEvent)>, in init_clock_in()
301 opaque: *mut c_void, in init_clock_in()
355 gpio_in_cb: unsafe extern "C" fn(*mut c_void, c_int, c_int), in init_gpio_in()
364 opaque: *mut c_void, in init_gpio_in()
H A Dchardev.rs111 opaque: *mut c_void, in enable_handlers()
121 opaque: *mut c_void, in enable_handlers()
133 opaque: *mut c_void, in enable_handlers()
H A Dlib.rs51 fn qemu_memalign(alignment: usize, size: usize) -> *mut c_void; in qemu_memalign()
52 fn qemu_vfree(ptr: *mut c_void); in qemu_vfree()
H A Dmemory.rs45 opaque: *mut c_void, in memory_region_ops_read_cb()
53 opaque: *mut c_void, in memory_region_ops_write_cb()
H A Dtimer.rs63 opaque: *mut c_void, in init_full()
H A Dvmstate.rs518 opaque: *mut c_void, in rust_vms_test_field_exists()
H A Dqom.rs230 _data: *mut c_void, in rust_class_init()
H A Dcell.rs1024 pub const fn as_void_ptr(&self) -> *mut std::ffi::c_void { in as_void_ptr()
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice_class.rs38 extern "C" fn pl011_post_load(opaque: *mut c_void, version_id: c_int) -> c_int { in pl011_post_load()
/openbmc/linux/rust/kernel/sync/
H A Darc.rs239 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()