Home
last modified time | relevance | path

Searched defs:set_inflight_fd (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/vhost-user-backend/src/vhost_user/
Dslave_req_handler.rs69 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method
117 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method
214 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd() method
Ddummy_slave.rs279 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd() method
Dmaster.rs65 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()>; in set_inflight_fd() method
469 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()> { in set_inflight_fd() method
/external/rust/crates/vhost/src/vhost_user/
Dslave_req_handler.rs69 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method
117 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method
214 fn set_inflight_fd(&self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd() method
Ddummy_slave.rs279 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd() method
Dmaster.rs65 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()>; in set_inflight_fd() method
469 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, fd: RawFd) -> Result<()> { in set_inflight_fd() method
/external/crosvm/third_party/vmm_vhost/src/
Dtest_backend.rs251 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd() method
Dbackend_server.rs68 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()>; in set_inflight_fd() method
184 fn set_inflight_fd(&mut self, inflight: &VhostUserInflight, file: File) -> Result<()> { in set_inflight_fd() function
Dbackend_client.rs468 pub fn set_inflight_fd(&self, inflight: &VhostUserInflight, fd: RawDescriptor) -> Result<()> { in set_inflight_fd() method
/external/crosvm/devices/src/virtio/vhost/user/device/
Dvsock.rs407 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> Result<()> { in set_inflight_fd() method
Dhandler.rs691 fn set_inflight_fd(&mut self, _inflight: &VhostUserInflight, _file: File) -> VhostResult<()> { in set_inflight_fd() method
/external/rust/crates/vhost-user-backend/src/
Dhandler.rs531 fn set_inflight_fd( in set_inflight_fd() function