Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs806 pub struct VhostUserConfig { struct
815 impl VhostUserConfig { implementation
827 unsafe impl ByteValued for VhostUserConfig {} implementation
829 impl VhostUserMsgValidator for VhostUserConfig { implementation
Dfrontend.rs52 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)>; in get_config()
432 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()
Dbackend_req_handler.rs760 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in get_config() constant
798 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in set_config() constant
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs727 pub struct VhostUserConfig { struct
736 impl VhostUserConfig { argument
747 impl VhostUserMsgValidator for VhostUserConfig { implementation
Dbackend_client.rs343 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()