| /external/rust/crates/vhost-user-backend/src/vhost_user/ |
| D | message.rs | 493 pub struct VhostUserMemoryRegion { struct 512 impl VhostUserMemoryRegion { argument 522 impl VhostUserMemoryRegion { implementation 549 impl VhostUserMemoryRegion { impl 597 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation 620 fn deref(&self) -> &VhostUserMemoryRegion { in deref() 1112 impl VhostUserMemoryRegion { impl
|
| D | slave_req_handler.rs | 44 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 84 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 140 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table() 565 buf.as_ptr().add(hdrsize) as *const VhostUserMemoryRegion, in set_mem_table() constant
|
| D | dummy_slave.rs | 107 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
|
| D | master.rs | 541 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
|
| /external/rust/crates/vhost/src/vhost_user/ |
| D | message.rs | 493 pub struct VhostUserMemoryRegion { struct 512 impl VhostUserMemoryRegion { argument 522 impl VhostUserMemoryRegion { impl 549 impl VhostUserMemoryRegion { impl 597 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation 620 fn deref(&self) -> &VhostUserMemoryRegion { in deref() 1112 impl VhostUserMemoryRegion { implementation
|
| D | slave_req_handler.rs | 44 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 84 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 140 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table() 565 buf.as_ptr().add(hdrsize) as *const VhostUserMemoryRegion, in set_mem_table() constant
|
| D | dummy_slave.rs | 107 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
|
| D | master.rs | 541 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
|
| /external/crosvm/third_party/vmm_vhost/src/ |
| D | message.rs | 543 pub struct VhostUserMemoryRegion { struct 554 impl VhostUserMemoryRegion { impl 566 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 | 33 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 103 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table()
|
| D | backend_client.rs | 715 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
|
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | vsock.rs | 160 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
| D | handler.rs | 290 contexts: &[VhostUserMemoryRegion], in set_mem_table() 472 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
| /external/rust/crates/vhost-user-backend/src/ |
| D | handler.rs | 275 ctx: &[VhostUserMemoryRegion], in set_mem_table()
|
| /external/rust/crates/vhost/src/ |
| D | backend.rs | 111 pub fn to_region(&self) -> VhostUserMemoryRegion { in to_region()
|