Searched defs:VhostResult (Results 1 – 1 of 1) sorted by relevance
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | handler.rs | 499 fn set_owner(&mut self) -> VhostResult<()> { in set_owner() 507 fn reset_owner(&mut self) -> VhostResult<()> { in reset_owner() 518 fn set_features(&mut self, features: u64) -> VhostResult<()> { in set_features() 552 fn set_protocol_features(&mut self, features: u64) -> VhostResult<()> { in set_protocol_features() 564 ) -> VhostResult<()> { in set_mem_table() 594 fn set_vring_num(&mut self, index: u32, num: u32) -> VhostResult<()> { in set_vring_num() 611 ) -> VhostResult<()> { in set_vring_addr() 625 fn set_vring_base(&mut self, index: u32, base: u32) -> VhostResult<()> { in set_vring_base() 658 fn set_vring_kick(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_kick() 720 fn set_vring_call(&mut self, index: u8, file: Option<File>) -> VhostResult<()> { in set_vring_call() [all …]
|