Home
last modified time | relevance | path

Searched defs:VhostUserMemoryRegion (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/vhost-user-backend/src/vhost_user/
Dmessage.rs493 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
Dslave_req_handler.rs44 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
Ddummy_slave.rs107 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
Dmaster.rs541 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
/external/rust/crates/vhost/src/vhost_user/
Dmessage.rs493 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
Dslave_req_handler.rs44 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
Ddummy_slave.rs107 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
Dmaster.rs541 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs543 pub struct VhostUserMemoryRegion { struct
554 impl VhostUserMemoryRegion { impl
566 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
Dtest_backend.rs88 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
Dbackend_server.rs33 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()
Dbackend_client.rs715 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dvsock.rs160 contexts: &[VhostUserMemoryRegion], in set_mem_table()
Dhandler.rs290 contexts: &[VhostUserMemoryRegion], in set_mem_table()
472 contexts: &[VhostUserMemoryRegion], in set_mem_table()
/external/rust/crates/vhost-user-backend/src/
Dhandler.rs275 ctx: &[VhostUserMemoryRegion], in set_mem_table()
/external/rust/crates/vhost/src/
Dbackend.rs111 pub fn to_region(&self) -> VhostUserMemoryRegion { in to_region()