Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs673 pub struct VhostUserVringState { struct
680 impl VhostUserVringState { implementation
688 unsafe impl ByteValued for VhostUserVringState {} implementation
690 impl VhostUserMsgValidator for VhostUserVringState {} implementation
Dslave_req_handler.rs56 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
96 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
166 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
Ddummy_slave.rs142 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs601 pub struct VhostUserVringState { struct
608 impl VhostUserVringState { argument
615 impl VhostUserMsgValidator for VhostUserVringState {} implementation
H A Dbackend_server.rs45 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
125 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
H A Dtest_backend.rs123 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dvsock.rs269 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
H A Dhandler.rs515 fn get_vring_base(&mut self, index: u32) -> VhostResult<VhostUserVringState> { in get_vring_base()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dhandler.rs384 fn get_vring_base(&mut self, index: u32) -> VhostUserResult<VhostUserVringState> { in get_vring_base()