Searched defs:VhostUserMemoryRegion (Results 1 – 12 of 12) sorted by relevance
/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | message.rs | 507 pub struct VhostUserMemoryRegion { struct 526 impl VhostUserMemoryRegion { argument 536 impl VhostUserMemoryRegion { impl 563 impl VhostUserMemoryRegion { impl 612 unsafe impl ByteValued for VhostUserMemoryRegion {} implementation 614 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation 637 fn deref(&self) -> &VhostUserMemoryRegion { in deref() 1130 impl VhostUserMemoryRegion { implementation
|
D | backend_req_handler.rs | 46 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 102 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 177 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table() 741 buf.as_ptr().add(hdrsize) as *const VhostUserMemoryRegion, in set_mem_table() constant
|
D | dummy_backend.rs | 113 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
|
D | frontend.rs | 606 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
|
/external/crosvm/third_party/vmm_vhost/src/ |
D | message.rs | 530 pub struct VhostUserMemoryRegion { struct 541 impl VhostUserMemoryRegion { argument 553 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
|
D | test_backend.rs | 88 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
|
D | backend_server.rs | 32 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 101 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table()
|
D | backend_client.rs | 708 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
|
/external/crosvm/devices/src/virtio/vhost/user/device/ |
D | vsock.rs | 162 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
D | handler.rs | 236 contexts: &[VhostUserMemoryRegion], in set_mem_table() 433 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | handler.rs | 310 ctx: &[VhostUserMemoryRegion], in set_mem_table()
|
/external/rust/android-crates-io/crates/vhost/src/ |
D | backend.rs | 111 pub fn to_region(&self) -> VhostUserMemoryRegion { in to_region()
|