Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 52) sorted by relevance

123

/scripts/dtc/
Ddtx_diff28 -s SRCTREE linux kernel source tree is at path SRCTREE
29 (default is current directory)
30 -S linux kernel source tree is at root of current git repo
34 Each DTx is processed by the dtc compiler to produce a sorted dts source
35 file. If DTx is a dts source file then it is pre-processed in the same
41 If DTx is a directory, it is treated as a DT subtree, such as
45 it is treated as a binary blob (aka .dtb or FDT).
47 Otherwise DTx is treated as a dts source file (aka .dts).
49 If this script is not run from the root of the linux source tree,
59 may not work since \${ARCH} is part of the include path. Two possible
[all …]
Ddtc-lexer.lex.c_shipped91 /* TODO: this is always defined, so inline it */
104 * integer for use as an array index. If the signed char is negative,
117 * to BEGIN to return to the state. The YYSTATE alias is for lex
134 /* On IA-64, the buffer size is 16k, not 8k.
135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
210 /* Whether this is an "interactive" input source; if so, and
265 /* Same as previous macro, but useful when we know that the buffer stack is not
270 /* yy_hold_char holds the character lost when yytext is formed. */
280 /* Flag which is used to allow yywrap()'s to do buffer switches
369 /* This struct is not used in this scanner,
[all …]
Ddtc-parser.tab.c_shipped7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
384 /* A type that is properly aligned for any stack member. */
581 means the default is an error. */
619 number is the opposite. If YYTABLE_NINF, syntax error. */
741 If N is 0, then set CURRENT to the empty location which ends
899 | Report that the YYRULE is going to be reduced. |
928 /* Nonzero means print parse trace. It is left uninitialized so that
945 if the built-in stack extension method is used).
997 heuristic is that double-quoting is unnecessary unless the string
[all …]
/scripts/coccinelle/free/
Difnullfree.cocci1 /// NULL check before some freeing functions is not needed.
4 /// "kfree(NULL) is safe this check is probably not required"
50 cocci.print_main("NULL check before that freeing function is not needed", p)
56 …tions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe co…
Ddevm_free.cocci3 /// the device is detached, and thus the use of the standard freeing
7 /// A difficulty of detecting this problem is that the standard freeing
9 /// containing the allocation function. It is thus necessary to make the
11 /// Here this is done using the specific argument text, which is prone to
12 /// false positives. There is no rule for the request_region and
/scripts/
DKbuild.include41 # filechk is used to check if the content of a generated file is updated.
50 # - If no file exist it is created
51 # - If the content differ the new file is used
53 # - stdin is piped in from the first prerequisite ($<) so one has
74 # Return first prefix where a prefix$(CC) is found in PATH.
88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
89 # is automatically cleaned up.
177 # Note this is mainly for HJ Lu's 3 number binutil versions
216 # Prefix -I with $(srctree) if it is not an absolute path.
225 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
[all …]
Dgen_initramfs_list.sh22 <uid> is only meaningful if <cpio_source> is a
25 <gid> is only meaningful if <cpio_source> is a
28 If <cpio_source> is a .cpio file it will be used
34 <cpio_source> options so an explicit "-u 0 -g 0" is required
DMakefile.kasan20 -fsanitize=kernel-address is not supported by compiler)
/scripts/coccinelle/locks/
Dmini_lock.cocci2 /// where the unlock is missing from an if branch, and there is a lock
4 /// cases where the if branch represents a case where the function is
5 /// supposed to exit with the lock held, or where there is some preceding
/scripts/coccinelle/tests/
Ddoublebitand.cocci2 //# One source of false positives is when the argument performs a side
3 //# effect. Another source of false positives is when a neutral value
4 //# such as 0 for | is used to indicate no information, to maintain the
Dodd_ptr_err.cocci2 //# There can be false positives in the patch case, where it is the call to
3 //# IS_ERR that is wrong.
/scripts/kconfig/lxdialog/
DBIG.FAT.WARNING1 This is NOT the official version of dialog. This version has been
2 significantly modified from the original. It is for use by the Linux
/scripts/coccinelle/null/
Dderef_null.cocci2 /// A variable is dereferenced under a NULL test.
3 /// Even though it is known to be NULL.
97 msg="ERROR: %s is NULL but dereferenced." % (x)
107 msg="ERROR: %s is NULL but dereferenced." % (x)
157 msg="ERROR: %s is NULL but dereferenced." % (x)
166 msg="ERROR: %s is NULL but dereferenced." % (x)
213 // It is need because the previous rule as already made a "change".
/scripts/coccinelle/misc/
Dbadty.cocci3 //# This makes an effort to find cases where the argument to sizeof is wrong
5 //# when it is a double pointer and ensuring the sizeof argument takes a pointer
7 //# sizeof argument is not used in constructing the return value. The result
Difcol.cocci3 /// Sometimes, code after an if that is indented is actually intended to be
8 /// is not visually aligned may be considered to be in the same column.
/scripts/coccinelle/iterators/
Ditnull.cocci1 /// Many iterators have the property that the first argument is always bound
4 //# or in cases when the loop cursor is reassigned. The latter should only
5 //# happen when the matched code is on the way to a loop exit (break, goto,
Dlist_entry_update.cocci2 /// the list to the next, so it is usually not a good idea to reassign it.
4 /// that there is a path from the reassignment back to the top of the loop.
Dfen.cocci1 /// These iterators only exit normally when the loop cursor is NULL, so there
2 /// is no point to call of_node_put on the final value.
/scripts/kconfig/
Dzconf.tab.c_shipped7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
374 /* A type that is properly aligned for any stack member. */
642 means the default is an error. */
716 number is the opposite. If YYTABLE_NINF, syntax error. */
831 YYFAIL appears to be in use. Nevertheless, it is formally deprecated
832 in Bison 2.4.2's NEWS entry, where a plan to phase it out is
837 /* This is here to suppress warnings from the GCC cpp's
868 If N is 0, then set CURRENT to the empty location which ends
893 /* This macro is provided for backward compatibility. */
[all …]
Dzconf.lex.c_shipped111 /* The "const" storage-class-modifier is valid. */
134 * integer for use as an array index. If the signed char is negative,
147 * to BEGIN to return to the state. The YYSTATE alias is for lex
164 /* On IA-64, the buffer size is 16k, not 8k.
165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
239 /* Whether this is an "interactive" input source; if so, and
294 /* Same as previous macro, but useful when we know that the buffer stack is not
299 /* yy_hold_char holds the character lost when zconftext is formed. */
309 /* Flag which is used to allow zconfwrap()'s to do buffer switches
730 /* This struct is not used in this scanner,
[all …]
Dmerge_config.sh122 echo Value of $CFG is redefined by fragment $MERGE_FILE:
127 echo Value of $CFG is redundant by fragment $MERGE_FILE:
/scripts/genksyms/
Dparse.tab.c_shipped7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
395 /* A type that is properly aligned for any stack member. */
616 means the default is an error. */
662 number is the opposite. If YYTABLE_NINF, syntax error. */
888 /* This macro is provided for backward compatibility. */
964 | Report that the YYRULE is going to be reduced. |
993 /* Nonzero means print parse trace. It is left uninitialized so that
1010 if the built-in stack extension method is used).
1062 heuristic is that double-quoting is unnecessary unless the string
[all …]
Dlex.lex.c_shipped91 /* The "const" storage-class-modifier is valid. */
114 * integer for use as an array index. If the signed char is negative,
127 * to BEGIN to return to the state. The YYSTATE alias is for lex
211 /* Whether this is an "interactive" input source; if so, and
266 /* Same as previous macro, but useful when we know that the buffer stack is not
271 /* yy_hold_char holds the character lost when yytext is formed. */
281 /* Flag which is used to allow yywrap()'s to do buffer switches
367 /* This struct is not used in this scanner,
368 but its presence is necessary. */
531 /* The intent behind this definition is that it'll catch
[all …]
Dparse.tab.h_shipped7 This program is free software: you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci7 //# the casting as it is not required. The result in the patch case may
69 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)

123