Searched defs:VhostResult (Results 1 – 1 of 1) sorted by relevance
/external/crosvm/devices/src/virtio/vhost/user/device/ |
D | handler.rs | 358 fn set_owner(&mut self) -> VhostResult<()> { in set_owner() 366 fn reset_owner(&mut self) -> VhostResult<()> { in reset_owner() 378 fn set_features(&mut self, features: u64) -> VhostResult<()> { in set_features() 415 fn set_protocol_features(&mut self, features: u64) -> VhostResult<()> { in set_protocol_features() 435 ) -> VhostResult<()> { in set_mem_table() 446 fn set_vring_num(&mut self, index: u32, num: u32) -> VhostResult<()> { in set_vring_num() 465 ) -> VhostResult<()> { in set_vring_addr() 488 fn set_vring_base(&mut self, index: u32, base: u32) -> VhostResult<()> { in set_vring_base() 541 fn set_vring_kick(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_kick() 598 fn set_vring_call(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_call() [all …]
|