/scripts/lib/kdoc/ |
A D | kdoc_output.py | 122 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 D | kdoc_parser.py | 273 def output_declaration(self, dtype, name, **args): 380 def create_parameter_list(self, ln, decl_type, args, argument
|
/scripts/ |
A D | get_abi.py | 61 def run(self, args): argument 86 def run(self, args): argument 109 def run(self, args): argument 167 def run(self, args): argument
|
A D | make_fit.py | 111 def write_kernel(fsw, data, args): argument 215 def process_dtb(fname, args): argument 252 def build_fit(args): argument
|
A D | test_doc_build.py | 264 async def _handle_version(self, args, fp, argument 350 async def run(self, args): argument
|
A D | macro_checker.py | 16 args = parser.parse_args() variable
|
A D | insert-sys-cert.c | 33 #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 D | checkkconfigsymbols.py | 413 def parse_kconfig_files(args): argument
|
A D | spdxcheck.py | 343 args = ap.parse_args() variable
|
/scripts/lib/abi/ |
A D | abi_regex.py | 166 def __init__(self, *args, **kwargs): 189 def parse_abi(self, *args, **kwargs):
|
/scripts/gdb/linux/ |
A D | kasan.py | 28 def invoke(self, args, from_tty): argument
|
A D | stackdepot.py | 75 def invoke(self, args, from_tty): argument
|
A D | page_owner.py | 41 def invoke(self, args, from_tty): argument
|
/scripts/mod/ |
A D | modpost.h | 240 #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 D | randomize_layout_plugin.c | 54 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 D | gcc-common.h | 118 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 D | genksyms.c | 709 va_list args; in error_with_pos() local
|
/scripts/gendwarfksyms/ |
A D | dwarf.c | 186 va_list args; in process_fmt() local
|