Searched defs:args (Results 1 – 11 of 11) sorted by relevance
| /scripts/ |
| D | bloat-o-meter | 24 args = parser.parse_args() variable
|
| 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
|
| D | checkkconfigsymbols.py | 413 def parse_kconfig_files(args): argument
|
| D | bpf_doc.py | 53 def __init__(self, *args, **kwargs): 880 args = argParser.parse_args() variable
|
| D | spdxcheck.py | 337 args = ap.parse_args() variable
|
| /scripts/dtc/ |
| D | dt-extract-compatibles | 76 args = ap.parse_args() variable
|
| /scripts/mod/ |
| D | modpost.h | 216 #define warn(fmt, args...) modpost_log(LOG_WARN, fmt, ##args) argument 217 #define error(fmt, args...) modpost_log(LOG_ERROR, fmt, ##args) argument 218 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args) argument
|
| /scripts/gdb/linux/ |
| D | page_owner.py | 41 def invoke(self, args, from_tty): argument
|
| /scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 58 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr() 101 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr() 111 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr()
|
| D | structleak_plugin.c | 53 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_user_attribute()
|
| /scripts/genksyms/ |
| D | genksyms.c | 704 va_list args; in error_with_pos() local
|