Home
last modified time | relevance | path

Searched defs:VhostUserInflight (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs834 pub struct VhostUserInflight { struct
845 impl VhostUserInflight { implementation
858 unsafe impl ByteValued for VhostUserInflight {} implementation
860 impl VhostUserMsgValidator for VhostUserInflight { implementation
Dslave_req_handler.rs68 fn get_inflight_fd(&self, inflight: &VhostUserInflight) -> Result<(VhostUserInflight, File)>; in get_inflight_fd()
69 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd()
115 inflight: &VhostUserInflight, in get_inflight_fd()
116 ) -> Result<(VhostUserInflight, File)>; in get_inflight_fd()
117 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd()
210 fn get_inflight_fd(&self, inflight: &VhostUserInflight) -> Result<(VhostUserInflight, File)> { in get_inflight_fd()
214 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd()
Dmaster.rs61 inflight: &VhostUserInflight, in get_inflight_fd()
62 ) -> Result<(VhostUserInflight, File)>; in get_inflight_fd()
65 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()>; in set_inflight_fd()
455 inflight: &VhostUserInflight, in get_inflight_fd()
456 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd()
469 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()> { in set_inflight_fd()
Ddummy_slave.rs264 inflight: &VhostUserInflight, in get_inflight_fd()
265 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd()
279 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd()
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs759 pub struct VhostUserInflight { struct
772 impl VhostUserInflight { impl
785 impl VhostUserMsgValidator for VhostUserInflight { implementation
H A Dbackend_server.rs64 inflight: &VhostUserInflight, in get_inflight_fd()
65 ) -> Result<(VhostUserInflight, File)>; in get_inflight_fd()
66 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd()
176 inflight: &VhostUserInflight, in get_inflight_fd()
177 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd()
181 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd()
H A Dtest_backend.rs235 inflight: &VhostUserInflight, in get_inflight_fd()
236 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd()
251 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd()
H A Dbackend_client.rs403 inflight: &VhostUserInflight, in get_inflight_fd()
404 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd()
419 pub fn set_inflight_fd(&self, inflight: &VhostUserInflight, fd: RawDescriptor) -> Result<()> { in set_inflight_fd()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dvsock.rs404 _inflight: &VhostUserInflight, in get_inflight_fd()
405 ) -> Result<(VhostUserInflight, File)> { in get_inflight_fd()
409 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd()
H A Dhandler.rs682 _inflight: &VhostUserInflight, in get_inflight_fd()
683 ) -> VhostResult<(VhostUserInflight, File)> { in get_inflight_fd()
687 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> VhostResult<()> { in set_inflight_fd()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dhandler.rs523 _inflight: &vhost::vhost_user::message::VhostUserInflight, in get_inflight_fd()
524 ) -> VhostUserResult<(vhost::vhost_user::message::VhostUserInflight, File)> { in get_inflight_fd()
533 _inflight: &vhost::vhost_user::message::VhostUserInflight, in set_inflight_fd()