Home
last modified time | relevance | path

Searched refs:D (Results 1 – 9 of 9) sorted by relevance

/scripts/
DMakefile.modsign22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
24 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
DMakefile.modinst28 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
30 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
DMakefile.build181 > $(@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); \
Dcheckpatch.pl19 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/
Dexpected_stdout7 1. Choice D (CHOICE_D)
DKconfig28 bool "Choice D"
/scripts/coccinelle/misc/
Dadd_namespace.cocci5 /// This script is usually called from scripts/nsdeps with -D ns=<namespace> to
/scripts/gcc-plugins/
Dgcc-common.h197 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \ argument
199 vars && ((D) = TREE_VALUE(vars)); \
/scripts/coccinelle/api/
Dstream_open.cocci11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain")