Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 76) 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.include43 # filechk is used to check if the content of a generated file is updated.
52 # - If no file exist it is created
53 # - If the content differ the new file is used
55 # - stdin is piped in from the first prerequisite ($<) so one has
75 # Return first <prefix> where a <prefix>gcc is found in PATH.
78 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it
90 # Exit code chooses option. "$$TMP" serves as a temporary file and is
147 # Note this is mainly for HJ Lu's 3 number binutil versions
181 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
189 # if_changed - execute command if any prerequisite is newer than
[all …]
/scripts/dtc/
Ddtx_diff27 -s SRCTREE linux kernel source tree is at path SRCTREE
28 (default is current directory)
29 -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 …]
/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/free/
Difnullfree.cocci2 /// NULL check before some freeing functions is not needed.
5 /// "kfree(NULL) is safe this check is probably not required"
53 cocci.print_main("NULL check before that freeing function is not needed", p)
59 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/rand_nested_choice/
Dexpected_stdout11 # CONFIG_A is not set
4 # CONFIG_D is not set
Dexpected_stdout21 # CONFIG_A is not set
3 # CONFIG_C is not set
/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 * ${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 * ${atomic}_add_unless - add unless the number is already a given value
6 * @u: ...unless v is equal to u.
Dfetch_add_unless3 * ${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
/scripts/gcc-plugins/
DKconfig9 $(HOSTCC), or a null string if GCC plugin is unsupported.
34 The complexity M of a function's control flow graph is defined as:
51 gcc-4.5 on). It is based on the commit "Add fuzzing coverage support"
60 there is little 'natural' source of entropy normally. The cost
61 is some slowdown of the boot process (about 0.5%) and fork and
64 Note that entropy extracted this way is not cryptographically
88 The seed used for compilation is located at
/scripts/coccinelle/misc/
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.

1234