Searched refs:try_clone_descriptor (Results 1 – 7 of 7) sorted by relevance
129 fn try_clone_descriptor(&self) -> Result<SafeDescriptor>; in try_clone_descriptor() method
229 fn try_clone_descriptor(&self) -> Result<SafeDescriptor> { in try_clone_descriptor() method
561 fn try_clone_descriptor(&self) -> Result<SafeDescriptor> { in try_clone_descriptor() method
502 fn try_clone_descriptor(&self) -> Result<SafeDescriptor> { in try_clone_descriptor() method
591 fn try_clone_descriptor(&self) -> Result<SafeDescriptor> { in try_clone_descriptor() method
887 fn try_clone_descriptor(&self) -> Result<SafeDescriptor> { in try_clone_descriptor() method
2254 let vm_fd = match vm.try_clone_descriptor() { in execute()