Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs380 fn set_owner(&mut self) -> VhostResult<()> { in set_owner()
388 fn reset_owner(&mut self) -> VhostResult<()> { in reset_owner()
400 fn set_features(&mut self, features: u64) -> VhostResult<()> { in set_features()
437 fn set_protocol_features(&mut self, features: u64) -> VhostResult<()> { in set_protocol_features()
457 ) -> VhostResult<()> { in set_mem_table()
468 fn set_vring_num(&mut self, index: u32, num: u32) -> VhostResult<()> { in set_vring_num()
485 ) -> VhostResult<()> { in set_vring_addr()
503 fn set_vring_base(&mut self, index: u32, base: u32) -> VhostResult<()> { in set_vring_base()
553 fn set_vring_kick(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_kick()
596 fn set_vring_call(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_call()
[all …]