Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/vmm/handler/sys/
Dunix.rs41 allow_protocol_features: VhostUserProtocolFeatures, in new_from_connection()
Dwindows.rs46 allow_protocol_features: VhostUserProtocolFeatures, in new_from_connection()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dnet.rs137 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dconsole.rs120 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dfs.rs143 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dblock.rs178 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dsnd.rs157 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dgpu.rs114 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dhandler.rs177 fn protocol_features(&self) -> VhostUserProtocolFeatures; in protocol_features()
451 fn get_protocol_features(&mut self) -> VhostResult<VhostUserProtocolFeatures> { in get_protocol_features()
900 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dwl.rs175 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dvsock.rs170 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dvirtio_device.rs85 allow_protocol_features: VhostUserProtocolFeatures, in new()
Dhandler.rs72 allow_protocol_features: VhostUserProtocolFeatures, in new()
/external/crosvm/third_party/vmm_vhost/src/
Dslave_req_handler.rs94 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
138 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
224 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
342 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
Ddummy_slave.rs178 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
Dmaster.rs35 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
353 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()