Home
last modified time | relevance | path

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

/external/rust/crates/vhost-user-backend/src/vhost_user/
Dmessage.rs788 pub struct VhostUserConfig { struct
797 impl VhostUserConfig { impl
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
/external/rust/crates/vhost/src/vhost_user/
Dmessage.rs788 pub struct VhostUserConfig { struct
797 impl VhostUserConfig { impl
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
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs740 pub struct VhostUserConfig { struct
749 impl VhostUserConfig { impl
760 impl VhostUserMsgValidator for VhostUserConfig { implementation
Dbackend_client.rs385 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()