Searched refs:D (Results 1 – 9 of 9) sorted by relevance
/scripts/ |
D | Makefile.modsign | 22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D)) 24 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
|
D | Makefile.modinst | 28 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D)) 30 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
|
D | Makefile.build | 181 > $(@D)/.tmp_$(@F:.o=.ver); \ 183 $(LD) $(KBUILD_LDFLAGS) -r -o $(@D)/.tmp_$(@F) $@ \ 184 -T $(@D)/.tmp_$(@F:.o=.ver); \ 185 mv -f $(@D)/.tmp_$(@F) $@; \ 186 rm -f $(@D)/.tmp_$(@F:.o=.ver); \ 344 > $(@D)/.tmp_$(@F:.o=.ver); \ 346 $(LD) $(KBUILD_LDFLAGS) -r -o $(@D)/.tmp_$(@F) $@ \ 347 -T $(@D)/.tmp_$(@F:.o=.ver); \ 348 mv -f $(@D)/.tmp_$(@F) $@; \ 349 rm -f $(@D)/.tmp_$(@F:.o=.ver); \
|
D | checkpatch.pl | 19 my $D = dirname(abs_path($P)); 63 my $spelling_file = "$D/spelling.txt"; 67 my $conststructsfile = "$D/const_structs.checkpatch"; 68 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
|
/scripts/kconfig/tests/new_choice_with_dep/ |
D | expected_stdout | 7 1. Choice D (CHOICE_D)
|
D | Kconfig | 28 bool "Choice D"
|
/scripts/coccinelle/misc/ |
D | add_namespace.cocci | 5 /// This script is usually called from scripts/nsdeps with -D ns=<namespace> to
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 197 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \ argument 199 vars && ((D) = TREE_VALUE(vars)); \
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain")
|