Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 28) sorted by relevance

12

/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci2 /// 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."
Dstream_open.cocci184 // 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/
Dcopyright11 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/
Dqconf.cc52 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/
DKconfig.include43 # 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.
DKbuild.include60 # 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.
Dsubarch.include4 # then ARCH is assigned, getting whatever value it gets normally, and
Ddev-needs.sh10 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.
Dconfig41 --keep-case|-k Keep next symbols' case (dont' upper-case it)
/scripts/coccinelle/misc/
Dcond_no_effect.cocci11 // 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
Duninitialized_var.cocci8 /// an initializer. Using warning-silencing tricks is dangerous as it
10 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it
Dirqf_oneshot.cocci106 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…
Dadd_namespace.cocci19 // That ensures we are adding it only to the main module source file.
Ddo_div.cocci4 /// do_div() truncates it to 32 bits, this means it can test
Dbadty.cocci6 //# when it is a double pointer and ensuring the sizeof argument takes a pointer
/scripts/dtc/
Ddtx_diff38 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/
Dpytest.ini6 # the directory name that contains it. Use __init__.py for all test files.
/scripts/coccinelle/iterators/
Dlist_entry_update.cocci3 /// the list to the next, so it is usually not a good idea to reassign it.
/scripts/atomic/
Dgen-atomic-instrumented.sh139 * 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/
DKconfig10 # 'error-if' is similar, but it terminates the parsing immediately.
/scripts/kconfig/tests/preprocess/escape/
DKconfig15 # Unlike Make, '$' has special meaning only when it is followed by '('.
/scripts/kconfig/tests/preprocess/variable/
DKconfig48 # If some arguments are optional, it is useful to pass fewer parameters.
/scripts/gcc-plugins/
DKconfig5 An arch should select this symbol if it supports building with
/scripts/coccinelle/tests/
Dodd_ptr_err.cocci3 //# There can be false positives in the patch case, where it is the call to
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci8 //# the casting as it is not required. The result in the patch case may

12