Home
last modified time | relevance | path

Searched refs:cmd_ (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/build/
H A DBuild.include34 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
35 $(filter-out $(cmd_$@), $(cmd_$(1))) )
43 echo-cmd = $(if $($(quiet)cmd_$(1)),\
44 echo ' $(call escsq,$($(quiet)cmd_$(1)))';)
53 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
71 printf '\n%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
79 $(echo-cmd) $(cmd_$(1)); \
86 $(echo-cmd) $(cmd_$(1)); \
87 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
/linux-6.15/tools/perf/
H A Dperf-completion.sh128 local i cmd_ cmds_
137 for cmd_ in $cmds_; do
138 if [[ ${words[i]} == "$cmd_" ]]; then
/linux-6.15/scripts/
H A DKbuild.include128 log_print = echo '$(pound) $(call escsq,$(or $(quiet_cmd_$1),cmd_$1 $@)$(why))'; \
129 echo ' $(call escsq,$(cmd_$1))';
153 cmd = @$(if $(cmd_$(1)),set -e; $($(quiet)log_print) $(delete-on-interrupt) $(cmd_$(1)),:)
170 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
182 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
/linux-6.15/Documentation/
H A DMakefile76 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c280 #define SDVO_CMD_NAME_ENTRY(cmd_) { .cmd = SDVO_CMD_ ## cmd_, .name = #cmd_ } argument
/linux-6.15/Documentation/kbuild/
H A Dmakefiles.rst483 cmd_<command> - the command to execute
514 cmd_<command> = ...