Searched defs:VhostResult (Results  1 – 2 of 2) sorted by relevance
| /external/crosvm/devices/src/virtio/vhost/user/device/ | 
| D | handler.rs | 402     fn set_owner(&mut self) -> VhostResult<()> {  in set_owner()410     fn reset_owner(&mut self) -> VhostResult<()> {  in reset_owner()
 421     fn set_features(&mut self, features: u64) -> VhostResult<()> {  in set_features()
 455     fn set_protocol_features(&mut self, features: u64) -> VhostResult<()> {  in set_protocol_features()
 467     ) -> VhostResult<()> {  in set_mem_table()
 478     fn set_vring_num(&mut self, index: u32, num: u32) -> VhostResult<()> {  in set_vring_num()
 495     ) -> VhostResult<()> {  in set_vring_addr()
 513     fn set_vring_base(&mut self, index: u32, base: u32) -> VhostResult<()> {  in set_vring_base()
 546     fn set_vring_kick(&mut self, index: u8, file: Option<File>) -> VhostResult<()> {  in set_vring_kick()
 589     fn set_vring_call(&mut self, index: u8, file: Option<File>) -> VhostResult<()> {  in set_vring_call()
 [all …]
 
 | 
| /external/crosvm/devices/src/virtio/vhost/user/ | 
| D | proxy.rs | 1191     fn unmap_all_exported_shmem(&mut self) -> VhostResult<()> {  in unmap_all_exported_shmem()
 |