Home
last modified time | relevance | path

Searched refs:VhostUserMsgValidator (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs230 pub trait VhostUserMsgValidator { interface
381 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> {
464 impl VhostUserMsgValidator for VhostUserU64 {}
471 impl VhostUserMsgValidator for VhostUserEmptyMsg {}
479 impl VhostUserMsgValidator for VhostUserEmptyMessage {}
501 impl VhostUserMsgValidator for VhostUserMemory {
539 impl VhostUserMsgValidator for VhostUserMemoryRegion {
585 impl VhostUserMsgValidator for VhostUserSingleMemoryRegion {
615 impl VhostUserMsgValidator for VhostUserVringState {}
681 impl VhostUserMsgValidator for VhostUserVringAddr {
[all …]
H A Dconnection.rs175 pub fn recv_message<T: AsBytes + FromBytes + VhostUserMsgValidator>( in recv_message()
197 pub fn recv_message_with_payload<T: AsBytes + FromBytes + VhostUserMsgValidator>( in recv_message_with_payload()
H A Dbackend_client.rs573 fn recv_reply<T: Sized + FromBytes + AsBytes + Default + VhostUserMsgValidator>( in recv_reply()
587 fn recv_reply_with_files<T: Sized + AsBytes + FromBytes + Default + VhostUserMsgValidator>( in recv_reply_with_files()
602 fn recv_reply_with_payload<T: Sized + AsBytes + FromBytes + Default + VhostUserMsgValidator>( in recv_reply_with_payload()
H A Dfrontend_server.rs187 fn extract_msg_body<T: Sized + VhostUserMsgValidator>( in extract_msg_body()
H A Dbackend_server.rs879 fn extract_request_body<T: Sized + FromBytes + VhostUserMsgValidator>( in extract_request_body()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs206 pub trait VhostUserMsgValidator { interface
367 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> {
453 impl VhostUserMsgValidator for VhostUserU64 {}
478 impl VhostUserMsgValidator for VhostUserMemory {
597 impl VhostUserMsgValidator for VhostUserMemoryRegion {
668 impl VhostUserMsgValidator for VhostUserSingleMemoryRegion {}
690 impl VhostUserMsgValidator for VhostUserVringState {}
758 impl VhostUserMsgValidator for VhostUserVringAddr {
811 impl VhostUserMsgValidator for VhostUserConfig {
860 impl VhostUserMsgValidator for VhostUserInflight {
[all …]
Dmaster.rs640 fn recv_reply<T: ByteValued + Sized + VhostUserMsgValidator>( in recv_reply()
656 fn recv_reply_with_files<T: ByteValued + Sized + VhostUserMsgValidator>( in recv_reply_with_files()
672 fn recv_reply_with_payload<T: ByteValued + Sized + VhostUserMsgValidator>( in recv_reply_with_payload()
Dconnection.rs479 pub fn recv_body<T: ByteValued + Sized + VhostUserMsgValidator>( in recv_body()
561 pub fn recv_payload_into_buf<T: ByteValued + Sized + VhostUserMsgValidator>( in recv_payload_into_buf()
Dmaster_req_handler.rs300 fn extract_msg_body<T: Sized + VhostUserMsgValidator>( in extract_msg_body()
Dslave_req_handler.rs721 fn extract_request_body<T: Sized + VhostUserMsgValidator>( in extract_request_body()