Searched defs:FrontendReq (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | backend_client.rs | 515 code: FrontendReq, in send_request_header() 517 ) -> VhostUserResult<VhostUserMsgHeader<FrontendReq>> { in send_request_header() 525 code: FrontendReq, in send_request_with_body() 528 ) -> VhostUserResult<VhostUserMsgHeader<FrontendReq>> { in send_request_with_body() 536 code: FrontendReq, in send_request_with_payload() 540 ) -> VhostUserResult<VhostUserMsgHeader<FrontendReq>> { in send_request_with_payload() 560 code: FrontendReq, in send_fd_for_vring() 563 ) -> VhostUserResult<VhostUserMsgHeader<FrontendReq>> { in send_fd_for_vring() 575 hdr: &VhostUserMsgHeader<FrontendReq>, in recv_reply() 589 hdr: &VhostUserMsgHeader<FrontendReq>, in recv_reply_with_files() [all …]
|
H A D | backend_server.rs | 239 pub fn new(connection: Connection<FrontendReq>, backend: S) -> Self { in new() 298 pub fn recv_header(&mut self) -> Result<(VhostUserMsgHeader<FrontendReq>, Vec<File>)> { in recv_header() 349 hdr: VhostUserMsgHeader<FrontendReq>, in process_message() 662 req: &VhostUserMsgHeader<FrontendReq>, in new_reply_header() 664 ) -> Result<VhostUserMsgHeader<FrontendReq>> { in new_reply_header() 679 req: &VhostUserMsgHeader<FrontendReq>, in send_ack_message() 694 req: &VhostUserMsgHeader<FrontendReq>, in send_reply_message() 704 req: &VhostUserMsgHeader<FrontendReq>, in send_reply_with_payload() 716 hdr: &VhostUserMsgHeader<FrontendReq>, in set_mem_table() 753 fn get_config(&mut self, hdr: &VhostUserMsgHeader<FrontendReq>, buf: &[u8]) -> Result<()> { in get_config() [all …]
|
H A D | message.rs | 61 pub enum FrontendReq { enum 165 impl Req for FrontendReq {} implementation 167 impl TryFrom<u32> for FrontendReq { implementation
|
H A D | connection.rs | 25 fn accept(&mut self) -> Result<Option<Connection<FrontendReq>>>; in accept()
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/sys/ |
H A D | unix.rs | 88 fn accept(&mut self) -> Result<Option<Connection<FrontendReq>>> { in accept() 329 fn connect(path: &Path) -> Result<Connection<FrontendReq>> { in connect()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/ |
H A D | mod.rs | 105 connection: vmm_vhost::Connection<vmm_vhost::FrontendReq>, in new() 130 connection: vmm_vhost::Connection<vmm_vhost::FrontendReq>, in new_internal()
|
H A D | fs.rs | 18 connection: vmm_vhost::Connection<vmm_vhost::FrontendReq>, in new_fs()
|
/aosp_15_r20/external/crosvm/src/sys/ |
H A D | windows.rs | 293 connection: Connection<FrontendReq>, in create_vhost_user_block_device() 334 connection: Connection<FrontendReq>, in create_vhost_user_gpu_device() 357 connection: Connection<FrontendReq>, in create_vhost_user_snd_device()
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | device_helpers.rs | 392 ) -> Result<vmm_vhost::Connection<vmm_vhost::FrontendReq>> { in vhost_user_connection() 446 ) -> Result<vmm_vhost::Connection<vmm_vhost::FrontendReq>> { in vhost_user_connection_from_socket_fd()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/ |
H A D | handler.rs | 1310 expected_message_type: FrontendReq, in handle_request()
|