| /scripts/coccinelle/api/ |
| D | platform_no_drv_owner.cocci | 2 /// Remove .owner field if calls are used which set it automatically 127 msg = "No need to set .owner here. The core will do it." 134 msg = "No need to set .owner here. The core will do it." 141 msg = "No need to set .owner here. The core will do it." 148 msg = "No need to set .owner here. The core will do it." 157 msg = "No need to set .owner here. The core will do it." 164 msg = "No need to set .owner here. The core will do it." 171 msg = "No need to set .owner here. The core will do it." 178 msg = "No need to set .owner here. The core will do it."
|
| D | stream_open.cocci | 184 // file_operations that is candidate for stream_open conversion - it does not 188 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
|
| /scripts/package/debian/ |
| D | copyright | 11 This program is free software; you can redistribute it and/or modify 12 it under the terms of the GNU General Public License as published by
|
| /scripts/kconfig/ |
| D | qconf.cc | 52 QStringList::Iterator it; in readSizes() local 54 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes() 55 result.push_back((*it).toInt()); in readSizes() 71 QList<int>::ConstIterator it; in writeSizes() local 73 for (it = value.begin(); it != value.end(); ++it) in writeSizes() 74 stringList.push_back(QString::number(*it)); in writeSizes() 427 QTreeWidgetItemIterator it(this); in updateList() local 429 while (*it) { in updateList() 430 item = (ConfigItem*)(*it); in updateList() 435 ++it; in updateList() [all …]
|
| /scripts/ |
| D | Kconfig.include | 43 # Get the C compiler name, version, and error out if it is not supported. 49 # Get the assembler name, version, and error out if it is not supported. 55 # Get the linker name, version, and error out if it is not supported. 62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|
| D | Kbuild.include | 60 # Quote a string to pass it to C files. foo => '"foo"' 94 # - If no file exist it is created 133 # GNU Make automatically deletes the target if it has already been changed by 135 # will delete incomplete targets), and resume it later. 141 # To address it, we clean the target in signal traps. 143 # Make deletes the target when it catches SIGHUP, SIGINT, SIGQUIT, SIGTERM. 190 # It is a typical mistake to forget the FORCE prerequisite. Check it here so 227 # (2) No target, so we better build it 264 # Make 4.4 introduced .NOTINTERMEDIATE, and it appears in .FEATURES, but the 265 # global .NOTINTERMEDIATE does not work. We can use it on Make > 4.4.
|
| D | subarch.include | 4 # then ARCH is assigned, getting whatever value it gets normally, and
|
| D | dev-needs.sh | 10 This script needs to be run on the target device once it has booted to a 19 By default it lists the full path to the devices under /sys/devices.
|
| D | config | 41 --keep-case|-k Keep next symbols' case (dont' upper-case it)
|
| /scripts/coccinelle/misc/ |
| D | cond_no_effect.cocci | 11 // on kernelnewbies though it seems that this is not really an 12 // accepted pattern and if at all it would need to be commented 14 // In the Linux kernel it does not seem to actually report
|
| D | uninitialized_var.cocci | 8 /// an initializer. Using warning-silencing tricks is dangerous as it 10 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it
|
| D | irqf_oneshot.cocci | 106 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n… 112 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…
|
| D | add_namespace.cocci | 19 // That ensures we are adding it only to the main module source file.
|
| D | do_div.cocci | 4 /// do_div() truncates it to 32 bits, this means it can test
|
| D | badty.cocci | 6 //# when it is a double pointer and ensuring the sizeof argument takes a pointer
|
| /scripts/dtc/ |
| D | dtx_diff | 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). 306 If it does not exist, create it from the root of the Linux source tree:
|
| /scripts/kconfig/tests/ |
| D | pytest.ini | 6 # the directory name that contains it. Use __init__.py for all test files.
|
| /scripts/coccinelle/iterators/ |
| D | list_entry_update.cocci | 3 /// the list to the next, so it is usually not a good idea to reassign it.
|
| /scripts/atomic/ |
| D | gen-atomic-instrumented.sh | 139 * KASAN, KCSAN), which should be used unless it is necessary to avoid 140 * instrumentation. Where it is necessary to aovid instrumenation, the
|
| /scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 10 # 'error-if' is similar, but it terminates the parsing immediately.
|
| /scripts/kconfig/tests/preprocess/escape/ |
| D | Kconfig | 15 # Unlike Make, '$' has special meaning only when it is followed by '('.
|
| /scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 48 # If some arguments are optional, it is useful to pass fewer parameters.
|
| /scripts/gcc-plugins/ |
| D | Kconfig | 5 An arch should select this symbol if it supports building with
|
| /scripts/coccinelle/tests/ |
| D | odd_ptr_err.cocci | 3 //# There can be false positives in the patch case, where it is the call to
|
| /scripts/coccinelle/api/alloc/ |
| D | alloc_cast.cocci | 8 //# the casting as it is not required. The result in the patch case may
|