Home
last modified time | relevance | path

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

/linux/drivers/power/reset/
H A Dreboot-mode.c27 char cmd_[110]; in get_reboot_mode_magic() local
37 if (strscpy(cmd_, cmd, sizeof(cmd_)) == -E2BIG) in get_reboot_mode_magic()
40 strreplace(cmd_, ' ', '-'); in get_reboot_mode_magic()
41 strreplace(cmd_, ',', '-'); in get_reboot_mode_magic()
42 strreplace(cmd_, '/', '-'); in get_reboot_mode_magic()
45 if (!strcmp(info->mode, cmd_)) in get_reboot_mode_magic()
/linux/tools/perf/
H A Dperf-completion.sh128 local i cmd_ cmds_
137 for cmd_ in $cmds_; do
138 if [[ ${words[i]} == "$cmd_" ]]; then
/linux/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/Documentation/kbuild/
H A Dmakefiles.rst487 cmd_<command> - the command to execute
518 cmd_<command> = ...