Searched defs:MasterReq (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/third_party/vmm_vhost/src/ |
D | master.rs | 652 code: MasterReq, in send_request_header() 654 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_header() 662 code: MasterReq, in send_request_with_body() 665 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_with_body() 676 code: MasterReq, in send_request_with_payload() 680 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_with_payload() 698 code: MasterReq, in send_fd_for_vring() 701 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_fd_for_vring() 716 hdr: &VhostUserMsgHeader<MasterReq>, in recv_reply() 730 hdr: &VhostUserMsgHeader<MasterReq>, in recv_reply_with_files() [all …]
|
D | slave_req_handler.rs | 419 req: &VhostUserMsgHeader<MasterReq>, in new_reply_header() 421 ) -> Result<VhostUserMsgHeader<MasterReq>> { in new_reply_header() 439 req: &VhostUserMsgHeader<MasterReq>, in send_ack_message() 453 req: &VhostUserMsgHeader<MasterReq>, in send_reply_message() 463 req: &VhostUserMsgHeader<MasterReq>, in send_reply_with_payload() 624 pub fn recv_header(&mut self) -> Result<(VhostUserMsgHeader<MasterReq>, Option<Vec<File>>)> { in recv_header() 674 hdr: VhostUserMsgHeader<MasterReq>, in process_message() 937 hdr: &VhostUserMsgHeader<MasterReq>, in set_mem_table() 985 fn get_config(&mut self, hdr: &VhostUserMsgHeader<MasterReq>, buf: &[u8]) -> Result<()> { in get_config() 1062 hdr: &VhostUserMsgHeader<MasterReq>, in check_request_size() [all …]
|
D | slave.rs | 39 <L as Listener>::Endpoint: Endpoint<MasterReq>, in accept()
|
D | message.rs | 61 pub enum MasterReq { enum 161 impl Req for MasterReq { implementation
|
/external/crosvm/devices/src/virtio/vhost/user/ |
D | proxy.rs | 201 hdr: &VhostUserMsgHeader<MasterReq>, in check_attached_files() 363 impl RxAction for MasterReq { implementation 374 hdr: &VhostUserMsgHeader<MasterReq>, in process_message() 391 fn get_ep(worker: &mut Worker) -> &mut SocketEndpoint<MasterReq> { in get_ep()
|