Searched refs:cmd_name (Results 1 – 1 of 1) sorted by relevance
993 char cmd_name[sizeof(kbd_command_prefix) + 1]; in preboot_keys() local995 sprintf(cmd_name, "%s%c", kbd_command_prefix, *suffix); in preboot_keys()996 cmd = env_get(cmd_name); in preboot_keys()