Searched defs:VhostUserVringState (Results 1 – 9 of 9) sorted by relevance
/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | message.rs | 690 pub struct VhostUserVringState { struct 697 impl VhostUserVringState { impl 705 unsafe impl ByteValued for VhostUserVringState {} implementation 707 impl VhostUserMsgValidator for VhostUserVringState {} implementation
|
D | dummy_backend.rs | 148 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
|
D | backend_req_handler.rs | 58 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/ |
D | message.rs | 615 pub struct VhostUserVringState { struct 622 impl VhostUserVringState { implementation 629 impl VhostUserMsgValidator for VhostUserVringState {} implementation
|
D | test_backend.rs | 123 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
|
D | backend_server.rs | 46 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/ |
D | vsock.rs | 276 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
|
D | handler.rs | 502 fn get_vring_base(&mut self, index: u32) -> VhostResult<VhostUserVringState> { in get_vring_base()
|
/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | handler.rs | 427 fn get_vring_base(&mut self, index: u32) -> VhostUserResult<VhostUserVringState> { in get_vring_base()
|