Home
last modified time | relevance | path

Searched refs:args (Results 1 – 8 of 8) sorted by relevance

/scripts/
Dkernel-doc577 my %args = %{$_[0]};
580 foreach $section (@{$args{'sectionlist'}}) {
583 output_highlight($args{'sections'}{$section});
590 my %args = %{$_[0]};
593 print "<h2>enum " . $args{'enum'} . "</h2>\n";
595 print "<b>enum " . $args{'enum'} . "</b> {<br>\n";
597 foreach $parameter (@{$args{'parameterlist'}}) {
599 if ($count != $#{$args{'parameterlist'}}) {
609 foreach $parameter (@{$args{'parameterlist'}}) {
612 output_highlight($args{'parameterdescs'}{$parameter});
[all …]
Ddiffconfig100 print("I/O error[%s]: %s\n" % (e.args[0],e.args[1]))
Danalyze_suspend.py3245 def getArgInt(name, args, min, max): argument
3247 arg = args.next()
3434 args = iter(sys.argv[1:]) variable
3435 for arg in args:
3438 val = args.next()
3444 val = args.next()
3464 sysvals.x2delay = getArgInt('-x2delay', args, 0, 60000)
3468 sysvals.postresumetime = getArgInt('-postres', args, 0, 3600)
3488 sysvals.rtcwaketime = getArgInt('-rtcwake', args, 0, 3600)
3491 multitest['count'] = getArgInt('-multi n (exec count)', args, 2, 1000000)
[all …]
/scripts/gdb/linux/
Dsymbols.py101 args = []
106 args.append(" -s {name} {addr}".format(
108 return "".join(args)
/scripts/genksyms/
Dgenksyms.c717 va_list args; in error_with_pos() local
722 va_start(args, fmt); in error_with_pos()
723 vfprintf(stderr, fmt, args); in error_with_pos()
724 va_end(args); in error_with_pos()
Dparse.tab.c_shipped1361 conditional around just the two extra args, but that might
/scripts/dtc/
Ddtc-parser.tab.c_shipped1316 conditional around just the two extra args, but that might
/scripts/kconfig/
Dzconf.tab.c_shipped1534 conditional around just the two extra args, but that might