Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs715 pub struct VhostUserConfig { struct
724 unsafe impl DataInit for VhostUserConfig {} argument
726 impl VhostUserConfig { impl
737 impl VhostUserMsgValidator for VhostUserConfig { implementation
Dmaster.rs57 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)>; in get_config()
425 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()
Dslave_req_handler.rs990 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in get_config() constant
1028 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in set_config() constant