Home
last modified time | relevance | path

Searched defs:Vsock (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/vhost/src/
Dvsock.rs18 pub struct Vsock { struct
22 impl Vsock { argument
24 pub fn new(vhost_vsock_file: File) -> Vsock { in new()
65 impl Vhost for Vsock {} implementation
67 impl AsRawDescriptor for Vsock { implementation
/external/crosvm/devices/src/virtio/vhost/
Dvsock.rs36 pub struct Vsock { struct
38 vhost_handle: Option<VhostVsockHandle>, argument
45 impl Vsock { implementation
47 pub fn new(base_features: u64, vsock_config: &VsockConfig) -> anyhow::Result<Vsock> { in new()
81 pub fn new_for_testing(cid: u64, features: u64) -> Vsock { in new_for_testing()
97 impl VirtioDevice for Vsock { implementation
208 impl Suspendable for Vsock {} implementation
/external/crosvm/devices/src/virtio/vsock/sys/windows/
Dvsock.rs140 pub struct Vsock { struct
147 impl Vsock { argument
148 pub fn new(guest_cid: u64, host_guid: Option<String>, base_features: u64) -> Result<Vsock> { in new()
164 impl VirtioDevice for Vsock { implementation
233 impl Suspendable for Vsock {} implementation
/external/crosvm/src/crosvm/sys/unix/
Dcmdline.rs25 Vsock(device::VsockOptions), enumerator
/external/crosvm/devices/src/virtio/
Dmod.rs121 Vsock = virtio_ids::VIRTIO_ID_VSOCK, enumerator
/external/rust/crates/nix/src/sys/socket/
Daddr.rs249 Vsock = libc::AF_VSOCK, enumerator
2023 Vsock(VsockAddr), enumerator