Searched defs:VhostUserVringState (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | message.rs | 673 pub struct VhostUserVringState { struct 680 impl VhostUserVringState { implementation 688 unsafe impl ByteValued for VhostUserVringState {} implementation 690 impl VhostUserMsgValidator for VhostUserVringState {} implementation
|
D | slave_req_handler.rs | 56 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()
|
D | dummy_slave.rs | 142 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 D | message.rs | 601 pub struct VhostUserVringState { struct 608 impl VhostUserVringState { argument 615 impl VhostUserMsgValidator for VhostUserVringState {} implementation
|
H A D | backend_server.rs | 45 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 D | test_backend.rs | 123 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 D | vsock.rs | 269 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
|
H A D | handler.rs | 515 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/ |
D | handler.rs | 384 fn get_vring_base(&mut self, index: u32) -> VhostUserResult<VhostUserVringState> { in get_vring_base()
|