Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs690 pub struct VhostUserVringState { struct
697 impl VhostUserVringState { impl
705 unsafe impl ByteValued for VhostUserVringState {} implementation
707 impl VhostUserMsgValidator for VhostUserVringState {} implementation
Ddummy_backend.rs148 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
Dbackend_req_handler.rs58 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
114 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
203 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs615 pub struct VhostUserVringState { struct
622 impl VhostUserVringState { implementation
629 impl VhostUserMsgValidator for VhostUserVringState {} implementation
Dtest_backend.rs123 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
Dbackend_server.rs46 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
126 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dvsock.rs276 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
Dhandler.rs502 fn get_vring_base(&mut self, index: u32) -> VhostResult<VhostUserVringState> { in get_vring_base()
/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dhandler.rs427 fn get_vring_base(&mut self, index: u32) -> VhostUserResult<VhostUserVringState> { in get_vring_base()