Home
last modified time | relevance | path

Searched refs:other (Results 1 – 12 of 12) sorted by relevance

/scripts/
Dconfig30 Enable option directly after other option
32 Disable option directly after other option
34 Turn option into module directly after other option
Dchecksyscalls.sh226 /* these can be expressed using other calls */
Dcheck-uapi.sh17 The script will not check UAPI headers for architectures other than the one
DKbuild.include186 # If there is no prerequisite other than phony targets, $(newer-prereqs) becomes
/scripts/ksymoops/
DREADME5 other utilities in order to give more accurate Oops debugging.
/scripts/kconfig/tests/err_recursive_dep/
DKconfig15 # depends on each other
/scripts/coccinelle/tests/
Ddoublebitand.cocci6 //# same structure as other similar expressions
Dunsigned_lesser_than_zero.cocci12 /// result is used to avoid false positives difficult to detect by other ways
/scripts/package/
Dmkdebian211 This package contains the Linux kernel, modules and corresponding other
224 are used by the installed headers for GNU glibc and other system libraries.
/scripts/coccinelle/misc/
Dcond_no_effect.cocci38 // All other cases look like bugs or at least lack of documentation
/scripts/coccinelle/api/
Dstream_open.cocci185 // use mmap and other methods that assume @offset access to file.
188 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
/scripts/dtc/
Dchecks.c537 struct node *other; in check_explicit_phandles() local
558 other = get_node_by_phandle(root, phandle); in check_explicit_phandles()
559 if (other && (other != node)) { in check_explicit_phandles()
561 phandle, other->fullpath); in check_explicit_phandles()