Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs169 let sbd_ref: Option<&SysBusDevice> = obj_ref.dynamic_cast(); in test_cast() localVariable
177 let sbd_ref: &SysBusDevice = obj_ref.unsafe_cast(); in test_cast() localVariable