Searched refs:it (Results 1 – 25 of 25) sorted by relevance
/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 | 185 // file_operations that is candidate for stream_open conversion - it does not 189 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
|
/scripts/ |
D | Kconfig.include | 42 # Fail if the linker is gold as it's not capable of linking the kernel proper 45 # Get the assembler name, version, and error out if it is not supported. 52 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 53 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|
D | Kbuild.include | 36 # Quote a string to pass it to C files. foo => '"foo"' 56 # - If no file exist it is created 79 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it 184 # GNU Make automatically deletes the target if it has already been changed by 186 # will delete incomplete targets), and resume it later. 192 # To address it, we clean the target in signal traps. 194 # Make deletes the target when it catches SIGHUP, SIGINT, SIGQUIT, SIGTERM. 233 # but it does not work as expected when .SECONDARY is present. This seems a bug 267 # (2) No target, so we better build it 298 # When a Kconfig string contains a filename, it is suitable for [all …]
|
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 | subarch.include | 4 # then ARCH is assigned, getting whatever value it gets normally, and
|
D | config | 40 --keep-case|-k Keep next symbols' case (dont' upper-case it)
|
/scripts/kconfig/ |
D | qconf.cc | 49 QStringList::Iterator it; in readSizes() local 51 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes() 52 result.push_back((*it).toInt()); in readSizes() 68 QList<int>::ConstIterator it; in writeSizes() local 70 for (it = value.begin(); it != value.end(); ++it) in writeSizes() 71 stringList.push_back(QString::number(*it)); in writeSizes() 422 QTreeWidgetItemIterator it(this); in updateList() local 424 while (*it) { in updateList() 425 item = (ConfigItem*)(*it); in updateList() 430 ++it; in updateList() [all …]
|
D | qconf-cfg.sh | 30 echo >&2 "* Please install either Qt 4.8 or 5.x. and make sure it's in PKG_CONFIG_PATH"
|
/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 | 6 /// an initializer. Using warning-silencing tricks is dangerous as it 8 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it
|
D | add_namespace.cocci | 19 // That ensures we are adding it only to the main module source file.
|
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/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/kconfig/tests/ |
D | pytest.ini | 6 # the directory name that contains it. Use __init__.py for all test files.
|
/scripts/package/ |
D | mkdebian | 163 This program is free software; you can redistribute it and/or modify 164 it under the terms of the GNU General Public License as published by
|
/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/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
|
/scripts/coccinelle/null/ |
D | badzero.cocci | 5 //# if it has previously been used with the function used to initialize x.
|
D | deref_null.cocci | 4 /// Even though it is known to be NULL.
|
/scripts/gcc-plugins/ |
D | Kconfig | 5 An arch should select this symbol if it supports building with
|