Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster_req_handler.rs268 hdr: &VhostUserMsgHeader<SlaveReq>, in check_msg_size()
284 hdr: &VhostUserMsgHeader<SlaveReq>, in check_attached_files()
302 hdr: &VhostUserMsgHeader<SlaveReq>, in extract_msg_body()
317 req: &VhostUserMsgHeader<SlaveReq>, in new_reply_header()
318 ) -> Result<VhostUserMsgHeader<SlaveReq>> { in new_reply_header()
332 req: &VhostUserMsgHeader<SlaveReq>, in send_ack_message()
Dslave_req.rs36 request: SlaveReq, in send_message()
102 request: SlaveReq, in send_message()
Dmessage.rs168 pub enum SlaveReq { enum
199 impl Req for SlaveReq { implementation