Searched defs:VhostUserInflight (Results 1 – 6 of 6) sorted by relevance
| /external/crosvm/third_party/vmm_vhost/src/ |
| D | dummy_slave.rs | 246 inflight: &VhostUserInflight, in get_inflight_fd() 247 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd() 261 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd()
|
| D | slave_req_handler.rs | 101 fn get_inflight_fd(&self, inflight: &VhostUserInflight) -> Result<(VhostUserInflight, File)>; in get_inflight_fd() 102 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() 152 inflight: &VhostUserInflight, in get_inflight_fd() 153 ) -> Result<(VhostUserInflight, File)>; in get_inflight_fd() 154 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() 252 fn get_inflight_fd(&self, inflight: &VhostUserInflight) -> Result<(VhostUserInflight, File)> { in get_inflight_fd() 256 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd() 370 fn get_inflight_fd(&self, inflight: &VhostUserInflight) -> Result<(VhostUserInflight, File)> { in get_inflight_fd() 374 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd()
|
| D | master.rs | 69 inflight: &VhostUserInflight, in get_inflight_fd() 70 ) -> Result<(VhostUserInflight, File)>; in get_inflight_fd() 73 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawDescriptor) -> Result<()>; in set_inflight_fd() 488 inflight: &VhostUserInflight, in get_inflight_fd() 489 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd() 504 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawDescriptor) -> Result<()> { in set_inflight_fd()
|
| D | message.rs | 760 pub struct VhostUserInflight { struct 772 unsafe impl DataInit for VhostUserInflight {} implementation 774 impl VhostUserInflight { implementation 786 impl VhostUserMsgValidator for VhostUserInflight { implementation
|
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | vsock.rs | 442 _inflight: &VhostUserInflight, in get_inflight_fd() 443 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd() 447 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd()
|
| D | handler.rs | 655 _inflight: &VhostUserInflight, in get_inflight_fd() 656 ) -> VhostResult<(VhostUserInflight, File)> { in get_inflight_fd() 660 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> VhostResult<()> { in set_inflight_fd()
|