Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 3 of 3) sorted by relevance

/doc/extensions/
A Dkerneldoc.py61 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 …]
A Dlink_roles.py17 def run_cmd_get_output(cmd): argument
20 output = subprocess.check_output(cmd, stderr=devnull, shell=True).strip()
/doc/developer-guides/hld/
A Dhld-security.rst844 WS hypercall can have parameters to specify the services cmd ID

Completed in 13 milliseconds