Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/vmm/handler/sys/
Dunix.rs30 pub(in crate::virtio::vhost::user::vmm::handler) type SocketMaster = typedef
Dwindows.rs35 pub(in crate::virtio::vhost::user::vmm::handler) type SocketMaster = typedef
/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dhandler.rs47 fn set_features(vu: &mut SocketMaster, avail_features: u64, ack_features: u64) -> Result<u64> { in set_features()
69 mut vu: SocketMaster, in new()