Home
last modified time | relevance | path

Searched refs:VhostVsockDeviceNew (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/src/
Dlinux.rs138 VhostVsockDeviceNew(virtio::vhost::Error), enumerator
235 VhostVsockDeviceNew(e) => write!(f, "failed to set up virtual socket device: {}", e), in fmt()
668 let dev = virtio::vhost::Vsock::new(cid, mem).map_err(Error::VhostVsockDeviceNew)?; in create_vhost_vsock_device()