Home
last modified time | relevance | path

Searched defs:MasterReq (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs89 fn new(ep: Endpoint<MasterReq>, max_queue_num: u64) -> Self { in new()
571 code: MasterReq, in send_request_header()
573 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_header()
582 code: MasterReq, in send_request_with_body()
585 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_with_body()
598 code: MasterReq, in send_request_with_payload()
602 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_with_payload()
622 code: MasterReq, in send_fd_for_vring()
625 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_fd_for_vring()
642 hdr: &VhostUserMsgHeader<MasterReq>, in recv_reply()
[all …]
Dslave_req_handler.rs261 pub(super) fn new(main_sock: Endpoint<MasterReq>, backend: Arc<S>) -> Self { in new()
531 hdr: &VhostUserMsgHeader<MasterReq>, in set_mem_table()
578 fn get_config(&mut self, hdr: &VhostUserMsgHeader<MasterReq>, buf: &[u8]) -> Result<()> { in get_config()
685 hdr: &VhostUserMsgHeader<MasterReq>, in check_request_size()
701 hdr: &VhostUserMsgHeader<MasterReq>, in check_attached_files()
723 hdr: &VhostUserMsgHeader<MasterReq>, in extract_request_body()
751 req: &VhostUserMsgHeader<MasterReq>, in new_reply_header()
753 ) -> Result<VhostUserMsgHeader<MasterReq>> { in new_reply_header()
770 req: &VhostUserMsgHeader<MasterReq>, in send_ack_message()
787 req: &VhostUserMsgHeader<MasterReq>, in send_reply_message()
[all …]
Dmessage.rs61 pub enum MasterReq { enum
159 impl Req for MasterReq { implementation