Home
last modified time | relevance | path

Searched refs:status (Results 1 – 14 of 14) sorted by relevance

/scripts/dtc/
Dchecks.c50 enum checkstatus status; member
64 .status = UNCHECKED, \
95 (c)->status = FAILED; \
119 if (c->status != UNCHECKED) in run_check()
127 if (prq->status != PASSED) { in run_check()
128 c->status = PREREQ; in run_check()
134 if (c->status != UNCHECKED) in run_check()
139 if (c->status == UNCHECKED) in run_check()
140 c->status = PASSED; in run_check()
142 TRACE(c, "\tCompleted, status %d", c->status); in run_check()
[all …]
Ddtc-lexer.lex.c_shipped241 * When we actually see the EOF, we change the status to "new"
1629 /* Reset buffer status. */
Ddtc-parser.tab.c_shipped1421 status. */
/scripts/genksyms/
Dgenksyms.c203 enum symbol_status status = STATUS_UNCHANGED; in __add_symbol() local
266 status = is_unknown_symbol(sym) ? in __add_symbol()
301 sym->status = status; in __add_symbol()
670 if (sym->status != STATUS_UNCHANGED) { in export_symbol()
680 if (sym->status == STATUS_DEFINED) in export_symbol()
Dgenksyms.h53 enum symbol_status status; member
Dlex.lex.c_shipped242 * When we actually see the EOF, we change the status to "new"
1312 /* Reset buffer status. */
Dparse.tab.c_shipped1635 status. */
/scripts/
Dget_maintainer.pl53 my $status = 0;
245 'status!' => \$status,
285 $status = 0;
291 my $selections = $email + $scm + $status + $subsystem + $web;
556 my @status = ();
572 if ($status) {
573 @status = uniq(@status);
574 output(@status);
644 @status = ();
1183 push(@status, $pvalue);
Dsetlocalversion83 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
Dget_dvb_firmware851 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
852 if ((($status >> 8) > 2) || (($status & 0xff) != 0)) {
DKbuild.include35 # Easy method for doing a status message
Dcheckpatch.pl809 …my $status = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit --nogit-fallback -…
811 return $status =~ /obsolete/i;
/scripts/kconfig/
Dzconf.lex.c_shipped270 * When we actually see the EOF, we change the status to "new"
1766 /* Reset buffer status. */
Dzconf.tab.c_shipped1454 status. */