Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dqdev.rs355 gpio_in_cb: unsafe extern "C" fn(*mut c_void, c_int, c_int), in init_gpio_in() argument
365 line: c_int, in init_gpio_in()
366 level: c_int, in init_gpio_in()
H A Dchardev.rs112 ) -> c_int { in enable_handlers()
123 size: c_int, in enable_handlers()
H A Dvmstate.rs519 version_id: c_int, in rust_vms_test_field_exists()
/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/
H A Derror.rs129 pub fn to_errno(self) -> core::ffi::c_int { in to_errno()