Home
last modified time | relevance | path

Searched defs:INSTANCE_FINALIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/rust/qemu-api/src/
H A Ddefinitions.rs20 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)>; constant
/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs64 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() constant
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs114 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)> = None; constant
668 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)> = None; constant