Searched refs:badblocks_proc (Results 1 – 1 of 1) sorted by relevance
46 def _timeout(self, badblocks_proc): argument55 if badblocks_proc.poll() == None:58 badblocks_proc.kill()85 badblocks_proc = subprocess.Popen(92 t = threading.Timer(tmout, self._timeout, [badblocks_proc])96 stdout, _ = badblocks_proc.communicate()102 if badblocks_proc.returncode != 0:104 badblocks_proc.returncode)