Home
last modified time | relevance | path

Searched defs:VhostUserProtocolFeatures (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/
Dhandler.rs38 allow_protocol_features: VhostUserProtocolFeatures, in new()
/external/rust/crates/vmm_vhost/src/vhost_user/
Ddummy_slave.rs182 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
Dslave_req_handler.rs58 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
96 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
172 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
Dmaster.rs23 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
317 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()