Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs60 const TYPE_NAME: &'static CStr = c"dummy"; variable
94 const TYPE_NAME: &'static CStr = c"dummy_child"; variable
/openbmc/qemu/rust/qemu-api/src/
H A Dqdev.rs148 const TYPE_NAME: &'static CStr = variable
245 const TYPE_NAME: &'static CStr = variable
407 const TYPE_NAME: &'static CStr = variable
H A Dirq.rs112 const TYPE_NAME: &'static CStr = variable
H A Dqom.rs463 const TYPE_NAME: &'static CStr; variable
502 const TYPE_NAME: &'static CStr; variable
744 const TYPE_NAME: &'static CStr = variable
H A Dsysbus.rs31 const TYPE_NAME: &'static CStr = variable
H A Derror.rs344 unsafe fn error_get_pretty<'a>(local_err: *mut bindings::Error) -> &'a CStr { in error_get_pretty()
H A Dmemory.rs189 const TYPE_NAME: &'static CStr = variable
H A Dchardev.rs257 const TYPE_NAME: &'static CStr = variable
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs163 const TYPE_NAME: &'static CStr = crate::TYPE_PL011; variable
703 const TYPE_NAME: &'static CStr = crate::TYPE_PL011_LUMINARY; variable
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs893 const TYPE_NAME: &'static CStr = crate::TYPE_HPET; variable