Searched defs:VhostUserConfig (Results 1 – 8 of 8) sorted by relevance
788 pub struct VhostUserConfig { struct797 impl VhostUserConfig { impl809 unsafe impl ByteValued for VhostUserConfig {} implementation811 impl VhostUserMsgValidator for VhostUserConfig { implementation
49 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)>; in get_config()398 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()
584 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in get_config() constant622 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserConfig) }; in set_config() constant
740 pub struct VhostUserConfig { struct749 impl VhostUserConfig { impl760 impl VhostUserMsgValidator for VhostUserConfig { implementation
385 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()