Home
last modified time | relevance | path

Searched defs:VhostUserConfig (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs788 pub struct VhostUserConfig { struct
797 impl VhostUserConfig { argument
809 unsafe impl ByteValued for VhostUserConfig {} implementation
811 impl VhostUserMsgValidator for VhostUserConfig { implementation
Dmaster.rs49 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)>; in get_config()
398 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()
Dslave_req_handler.rs584 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in get_config() constant
622 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in set_config() constant
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs713 pub struct VhostUserConfig { struct
722 impl VhostUserConfig { argument
733 impl VhostUserMsgValidator for VhostUserConfig { implementation
H A Dbackend_client.rs336 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()