Home
last modified time | relevance | path

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

1234

/scripts/kconfig/tests/choice/
Dallyes_expected_config2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_OPT_BOOL_CHOICE0 is not set
6 # CONFIG_TRI_CHOICE0 is not set
8 # CONFIG_OPT_TRI_CHOICE0 is not set
Dallno_expected_config1 # CONFIG_MODULES is not set
2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_TRI_CHOICE0 is not set
Dalldef_expected_config2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_TRI_CHOICE0 is not set
5 # CONFIG_TRI_CHOICE1 is not set
Dallmod_expected_config2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_OPT_BOOL_CHOICE0 is not set
/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig6 # 'warning-if', if the first argument is y, sends the second argument to stderr,
7 # and the message is prefixed with the current file name and line number.
10 # 'error-if' is similar, but it terminates the parsing immediately.
11 # The following is just no-op since the first argument is not y.
20 # Every newline in the output is replaced with a space,
24 # 'filename' is expanded to the currently parsed file name,
/scripts/
Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
2 # first, and if a usermode build is happening, the "ARCH=um" on the command
3 # line overrides the setting of ARCH below. If a native build is happening,
4 # then ARCH is assigned, getting whatever value it gets normally, and
5 # SUBARCH is subsequently ignored.
DKbuild.include47 # filechk is used to check if the content of a generated file is updated.
56 # - If no file exist it is created
57 # - If the content differ the new file is used
76 # Return first <prefix> where a <prefix>gcc is found in PATH.
79 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it
91 # Exit code chooses option. "$$TMP" serves as a temporary file and is
145 # Note this is mainly for HJ Lu's 3 number binutil versions
173 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
188 # However, this does not work when the stderr is piped to another program, like
197 # Of course, this is unneeded for phony targets.
[all …]
/scripts/dtc/
Ddtx_diff29 -s SRCTREE linux kernel source tree is at path SRCTREE
30 (default is current directory)
31 -S linux kernel source tree is at root of current git repo
37 Each DTx is processed by the dtc compiler to produce a sorted dts source
38 file. If DTx is a dts source file then it is pre-processed in the same
44 If DTx is a directory, it is treated as a DT subtree, such as
48 it is treated as a binary blob (aka .dtb or FDT).
50 Otherwise DTx is treated as a dts source file (aka .dts).
52 If this script is not run from the root of the linux source tree,
62 may not work since \${ARCH} is part of the include path. The following
[all …]
/scripts/kconfig/tests/preprocess/variable/
Dexpected_stderr7 Kconfig:45: Hello, my name is John.
8 Kconfig:50: Hello, my name is .
9 Kconfig:53: Hello, my name is John.
DKconfig44 greeting = $(1), my name is $(2).
47 # The number of arguments is not checked for user-defined functions.
48 # If some arguments are optional, it is useful to pass fewer parameters.
/scripts/coccinelle/misc/
Darray_size_dup.cocci5 /// 1. An opencoded expression is used before array_size() to compute the same size
6 /// 2. An opencoded expression is used after array_size() to compute the same size
7 /// From security point of view only first case is relevant. These functions
43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
[all …]
Duninitialized_var.cocci6 /// an initializer. Using warning-silencing tricks is dangerous as it
9 /// is uninitialized, either simply initialize the variable or make compiler
10 /// changes. Keep in mind that in most cases, if an initialization is
44 …"WARNING this kind of initialization is deprecated (https://www.kernel.org/doc/html/latest/process…
51 …"WARNING this kind of initialization is deprecated (https://www.kernel.org/doc/html/latest/process…
Dexcluded_middle.cocci3 /// Condition !A || A && B is equivalent to !A || B.
33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B")
39 coccilib.org.print_todo(p[0], "WARNING !A || A && B is equivalent to !A || B")
Dbadty.cocci4 //# This makes an effort to find cases where the argument to sizeof is wrong
6 //# when it is a double pointer and ensuring the sizeof argument takes a pointer
8 //# sizeof argument is not used in constructing the return value. The result
Difcol.cocci4 /// Sometimes, code after an if that is indented is actually intended to be
9 //# is not visually aligned may be considered to be in the same column.
/scripts/coccinelle/free/
Difnullfree.cocci2 /// NULL check before some freeing functions is not needed.
5 /// "kfree(NULL) is safe this check is probably not required"
60 cocci.print_main("NULL check before that freeing function is not needed", p)
66 msg = "WARNING: NULL check before some freeing functions is not needed."
Ddevm_free.cocci4 /// the device is detached, and thus the use of the standard freeing
8 /// A difficulty of detecting this problem is that the standard freeing
10 /// containing the allocation function. It is thus necessary to make the
12 /// Here this is done using the specific argument text, which is prone to
13 /// false positives. There is no rule for the request_region and
/scripts/kconfig/tests/new_choice_with_dep/
DKconfig6 This is a new symbol.
20 This is a new symbol, so should be asked.
37 This is a new symbol, so should be asked.
/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/atomic/fallbacks/
Dinc_not_zero3 * ${arch}${atomic}_inc_not_zero - increment unless the number is zero
6 * Atomically increments @v by 1, if @v is non-zero.
Dadd_negative8 * if the result is negative, or false when
9 * result is greater than or equal to zero.
Dadd_unless3 * ${arch}${atomic}_add_unless - add unless the number is already a given value
6 * @u: ...unless v is equal to u.
Dfetch_add_unless3 * ${arch}${atomic}_fetch_add_unless - add unless the number is already a given value
6 * @u: ...unless v is equal to u.
/scripts/coccinelle/tests/
Ddoublebitand.cocci3 //# One source of false positives is when the argument performs a side
4 //# effect. Another source of false positives is when a neutral value
5 //# such as 0 for | is used to indicate no information, to maintain the
/scripts/coccinelle/locks/
Dmini_lock.cocci3 /// where the unlock is missing from an if branch, and there is a lock
5 /// cases where the if branch represents a case where the function is
6 /// supposed to exit with the lock held, or where there is some preceding

1234