Searched defs:command_tube (Results 1 – 4 of 4) sorted by relevance
135 command_tube: Tube, field396 let command_tube = self in create_device_helper() localVariable443 let command_tube = self in prepare_fork() localVariable456 command_tube: SendTube, field462 let command_tube = self.command_tube.try_clone().context("try clone tube")?; in prepare_fork() localVariable478 command_tube: SendTube, field
927 command_tube: Tube, field955 let command_tube = AsyncTube::new(&ex, command_tube).unwrap(); in run_worker() localVariable1274 command_tube: Option<Tube>, field1469 let command_tube = self.command_tube.take().unwrap(); in start_worker() localVariable
660 let command_tube = AsyncTube::new(&ex, iommu_device_tube).unwrap(); in run() localVariable
356 let command_tube = match command_tube { in handle_command_tube() localVariable