Home
last modified time | relevance | path

Searched defs:args (Results 1 – 18 of 18) sorted by relevance

/scripts/lib/kdoc/
A Dkdoc_output.py122 def out_warnings(self, args): argument
130 def check_doc(self, name, args): argument
178 def msg(self, fname, name, args): argument
218 def out_doc(self, fname, name, args): argument
224 def out_enum(self, fname, name, args): argument
230 def out_struct(self, fname, name, args): argument
279 def output_highlight(self, args): argument
356 def out_doc(self, fname, name, args): argument
443 def out_enum(self, fname, name, args): argument
617 def out_doc(self, fname, name, args): argument
[all …]
A Dkdoc_parser.py273 def output_declaration(self, dtype, name, **args):
380 def create_parameter_list(self, ln, decl_type, args, argument
/scripts/
A Dget_abi.py61 def run(self, args): argument
86 def run(self, args): argument
109 def run(self, args): argument
167 def run(self, args): argument
A Dmake_fit.py111 def write_kernel(fsw, data, args): argument
215 def process_dtb(fname, args): argument
252 def build_fit(args): argument
A Dtest_doc_build.py264 async def _handle_version(self, args, fp, argument
350 async def run(self, args): argument
A Dmacro_checker.py16 args = parser.parse_args() variable
A Dinsert-sys-cert.c33 #define info(format, args...) fprintf(stderr, "INFO: " format, ## args) argument
34 #define warn(format, args...) fprintf(stdout, "WARNING: " format, ## args) argument
35 #define err(format, args...) fprintf(stderr, "ERROR: " format, ## args) argument
A Dcheckkconfigsymbols.py413 def parse_kconfig_files(args): argument
A Dspdxcheck.py343 args = ap.parse_args() variable
/scripts/lib/abi/
A Dabi_regex.py166 def __init__(self, *args, **kwargs):
189 def parse_abi(self, *args, **kwargs):
/scripts/gdb/linux/
A Dkasan.py28 def invoke(self, args, from_tty): argument
A Dstackdepot.py75 def invoke(self, args, from_tty): argument
A Dpage_owner.py41 def invoke(self, args, from_tty): argument
/scripts/mod/
A Dmodpost.h240 #define warn(fmt, args...) modpost_log(false, fmt, ##args) argument
241 #define error(fmt, args...) modpost_log(true, fmt, ##args) argument
242 #define fatal(fmt, args...) do { error(fmt, ##args); exit(1); } while (1) argument
/scripts/gcc-plugins/
A Drandomize_layout_plugin.c54 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr()
100 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr()
110 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr()
A Dgcc-common.h118 static inline void __add_type_attr(tree type, const char *attr, tree args) in __add_type_attr()
134 static inline void add_type_attr(tree type, const char *attr, tree args) in add_type_attr()
/scripts/genksyms/
A Dgenksyms.c709 va_list args; in error_with_pos() local
/scripts/gendwarfksyms/
A Ddwarf.c186 va_list args; in process_fmt() local

Completed in 28 milliseconds