Searched refs:kbd_command_prefix (Results 1 – 1 of 1) sorted by relevance
938 static char const kbd_command_prefix[] = "key_cmd"; variable962 char cmd_name[sizeof(kbd_command_prefix) + 1]; in preboot_keys()964 sprintf(cmd_name, "%s%c", kbd_command_prefix, *suffix); in preboot_keys()
Completed in 4 milliseconds