Searched refs:D (Results 1 – 10 of 10) sorted by relevance
/scripts/kconfig/tests/rand_nested_choice/ |
D | Kconfig | 19 config D config in choicec7a2e4870104""choicec7a2e4870204 20 bool "D" 22 if D 30 endif # D
|
/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 | 163 > $(@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); \
|
D | checkpatch.pl | 19 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/ |
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 | 192 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \ argument 194 vars && ((D) = TREE_VALUE(vars)); \
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain")
|