Home
last modified time | relevance | path

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

/scripts/kconfig/tests/rand_nested_choice/
DKconfig19 config D config in choicec7a2e4870104""choicec7a2e4870204
20 bool "D"
22 if D
30 endif # D
/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.build163 > $(@D)/.tmp_$(@F:.o=.ver); \
165 $(LD) $(KBUILD_LDFLAGS) -r -o $(@D)/.tmp_$(@F) $@ \
166 -T $(@D)/.tmp_$(@F:.o=.ver); \
167 mv -f $(@D)/.tmp_$(@F) $@; \
168 rm -f $(@D)/.tmp_$(@F:.o=.ver); \
368 > $(@D)/.tmp_$(@F:.o=.ver); \
370 $(LD) $(KBUILD_LDFLAGS) -r -o $(@D)/.tmp_$(@F) $@ \
371 -T $(@D)/.tmp_$(@F:.o=.ver); \
372 mv -f $(@D)/.tmp_$(@F) $@; \
373 rm -f $(@D)/.tmp_$(@F:.o=.ver); \
Dcheckpatch.pl19 my $D = dirname(abs_path($P));
58 my $spelling_file = "$D/spelling.txt";
61 my $conststructsfile = "$D/const_structs.checkpatch";
/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.h192 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \ argument
194 vars && ((D) = TREE_VALUE(vars)); \
/scripts/coccinelle/api/
Dstream_open.cocci11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain")