Lines Matching refs:cmd
70 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno']
82 cmd += ['-export']
85 cmd += ['-internal']
88 cmd += ['-function', str(self.options.get('doc'))]
93 cmd += ['-function', f]
95 cmd += ['-no-doc-sections']
100 cmd += ['-export-file', f]
102 cmd += [filename]
106 'calling kernel-doc \'%s\'' % (" ".join(cmd)))
108 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
117 … 'kernel-doc \'%s\' failed with return code %d' % (" ".join(cmd), p.returncode))
144 (" ".join(cmd), str(e)))