Searched refs:cmd (Results 1 – 3 of 3) sorted by relevance
61 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno']73 cmd += ['-export']76 cmd += ['-internal']79 cmd += ['-function', str(self.options.get('doc'))]84 cmd += ['-function', f]86 cmd += ['-no-doc-sections']91 cmd += ['-export-file', f]93 cmd += [filename]96 logger.verbose('calling kernel-doc \'%s\'' % (" ".join(cmd)))98 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)[all …]
17 def run_cmd_get_output(cmd): argument20 output = subprocess.check_output(cmd, stderr=devnull, shell=True).strip()
844 WS hypercall can have parameters to specify the services cmd ID
Completed in 13 milliseconds