Home
last modified time | relevance | path

Searched refs: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
82 instance_finalize: <$t as $crate::definitions::ObjectImpl>::INSTANCE_FINALIZE,
/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