Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs409 fn set_owner(&mut self) -> VhostResult<()> { in set_owner()
417 fn reset_owner(&mut self) -> VhostResult<()> { in reset_owner()
428 fn set_features(&mut self, features: u64) -> VhostResult<()> { in set_features()
462 fn set_protocol_features(&mut self, features: u64) -> VhostResult<()> { in set_protocol_features()
474 ) -> VhostResult<()> { in set_mem_table()
485 fn set_vring_num(&mut self, index: u32, num: u32) -> VhostResult<()> { in set_vring_num()
502 ) -> VhostResult<()> { in set_vring_addr()
520 fn set_vring_base(&mut self, index: u32, base: u32) -> VhostResult<()> { in set_vring_base()
556 fn set_vring_kick(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_kick()
600 fn set_vring_call(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_call()
[all …]