Searched defs:SystemStream (Results 1 – 8 of 8) sorted by relevance
18 connection: vmm_vhost::SystemStream, in new_fs()
97 connection: vmm_vhost::SystemStream, in new()122 connection: vmm_vhost::SystemStream, in new_internal()
17 pub type SystemStream = Stub; typedef41 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
59 pub type SystemStream = File; typedef145 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
29 pub type SystemStream = Tube; typedef180 pub unsafe fn to_system_stream(fd: SafeDescriptor) -> Result<SystemStream> { in to_system_stream()
35 pub type SystemStream = UnixStream; typedef267 fn as_mut(&mut self) -> &mut SystemStream { in as_mut()277 pub unsafe fn to_system_stream(fd: SafeDescriptor) -> Result<SystemStream> { in to_system_stream()
189 connection: Option<SystemStream>, in new()
239 pub fn from_stream(socket: SystemStream, backend: S) -> Self { in from_stream()