Searched defs:VirtioDeviceSaved (Results 1 – 4 of 4) sorted by relevance
210 fn stop(&mut self) -> Result<Option<VirtioDeviceSaved>, Error> { in stop()228 pub struct VirtioDeviceSaved { struct229 pub queues: Vec<Queue>,
84 fn run(mut self, kill_evt: Event) -> anyhow::Result<VirtioDeviceSaved> { in run()214 fn stop(&mut self) -> std::result::Result<Option<VirtioDeviceSaved>, VirtioError> { in stop()
1833 fn run(mut self, kill_evt: Event) -> anyhow::Result<VirtioDeviceSaved> { in run()2080 fn stop(&mut self) -> std::result::Result<Option<VirtioDeviceSaved>, VirtioError> { in stop()
631 fn stop(&mut self) -> std::result::Result<Option<VirtioDeviceSaved>, VirtioError> { in stop()