Searched defs:c_void (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/rust/kernel/ |
H A 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
|
H A D | print.rs | 24 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 D | types.rs | 30 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 D | qdev.rs | 275 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 D | chardev.rs | 111 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 D | lib.rs | 51 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 D | memory.rs | 45 opaque: *mut c_void, in memory_region_ops_read_cb() 53 opaque: *mut c_void, in memory_region_ops_write_cb()
|
H A D | timer.rs | 63 opaque: *mut c_void, in init_full()
|
H A D | vmstate.rs | 518 opaque: *mut c_void, in rust_vms_test_field_exists()
|
H A D | qom.rs | 230 _data: *mut c_void, in rust_class_init()
|
H A D | cell.rs | 1024 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 D | device_class.rs | 38 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 D | arc.rs | 239 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()
|