Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dhandler.rs190 fn initialize_vring(&self, vring: &V, index: u8) -> VhostUserResult<()> { in initialize_vring()
212 fn check_feature(&self, feat: VhostUserVirtioFeatures) -> VhostUserResult<()> { in check_feature()
227 fn set_owner(&mut self) -> VhostUserResult<()> { in set_owner()
235 fn reset_owner(&mut self) -> VhostUserResult<()> { in reset_owner()
247 fn set_features(&mut self, features: u64) -> VhostUserResult<()> { in set_features()
277 ) -> VhostUserResult<()> { in set_mem_table()
318 fn set_vring_num(&mut self, index: u32, num: u32) -> VhostUserResult<()> { in set_vring_num()
334 ) -> VhostUserResult<()> { in set_vring_addr()
374 fn set_vring_base(&mut self, index: u32, base: u32) -> VhostUserResult<()> { in set_vring_base()
417 fn set_vring_kick(&mut self, index: u8, file: Option<File>) -> VhostUserResult<()> { in set_vring_kick()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs699 fn wait_for_ack(&mut self, hdr: &VhostUserMsgHeader<MasterReq>) -> VhostUserResult<()> { in wait_for_ack()
717 fn check_feature(&self, feat: VhostUserVirtioFeatures) -> VhostUserResult<()> { in check_feature()
725 fn check_proto_feature(&self, feat: VhostUserProtocolFeatures) -> VhostUserResult<()> { in check_proto_feature()
733 fn check_state(&self) -> VhostUserResult<()> { in check_state()
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_client.rs618 fn wait_for_ack(&self, hdr: &VhostUserMsgHeader<FrontendReq>) -> VhostUserResult<()> { in wait_for_ack()