Home
last modified time | relevance | path

Searched defs:c_int (Results 1 – 5 of 5) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dqdev.rs358 gpio_in_cb: unsafe extern "C" fn(*mut c_void, c_int, c_int), in init_gpio_in() argument
368 line: c_int, in init_gpio_in()
369 level: c_int, in init_gpio_in()
H A Dchardev.rs111 ) -> c_int { in enable_handlers()
122 size: c_int, in enable_handlers()
H A Dvmstate.rs441 version_id: c_int, in rust_vms_test_field_exists()
/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.rs952 unsafe extern "C" fn hpet_pre_save(opaque: *mut c_void) -> c_int { in hpet_pre_save()
960 unsafe extern "C" fn hpet_post_load(opaque: *mut c_void, version_id: c_int) -> c_int { in hpet_post_load()