Home
last modified time | relevance | path

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

/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()
369 gpio_in_cb: unsafe extern "C" fn(*mut c_void, c_int, c_int), in init_gpio_in()
378 opaque: *mut c_void, in init_gpio_in()
H A Dchardev.rs110 opaque: *mut c_void, in enable_handlers()
120 opaque: *mut c_void, in enable_handlers()
132 opaque: *mut c_void, in enable_handlers()
H A Dlib.rs54 fn qemu_memalign(alignment: usize, size: usize) -> *mut c_void; in qemu_memalign()
55 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 Dqom.rs407 _data: *const c_void, in rust_class_init()
672 unsafe extern "C" fn(klass: *mut ObjectClass, data: *const c_void), constant
H A Dvmstate.rs440 opaque: *mut c_void, in rust_vms_test_field_exists()
H A Dcell.rs1020 pub const fn as_void_ptr(&self) -> *mut std::ffi::c_void { in as_void_ptr()
/qemu/rust/hw/char/pl011/src/
H A Ddevice_class.rs37 extern "C" fn pl011_post_load(opaque: *mut c_void, version_id: c_int) -> c_int { in pl011_post_load()
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs964 unsafe extern "C" fn hpet_post_load(opaque: *mut c_void, version_id: c_int) -> c_int { in hpet_post_load()