Searched defs:VhostUserConfig (Results 1 – 5 of 5) sorted by relevance
788 pub struct VhostUserConfig { struct797 impl VhostUserConfig { argument809 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
713 pub struct VhostUserConfig { struct722 impl VhostUserConfig { argument733 impl VhostUserMsgValidator for VhostUserConfig { implementation
336 ) -> Result<(VhostUserConfig, VhostUserConfigPayload)> { in get_config()