Searched defs:command (Results 1 – 3 of 3) sorted by relevance
178 static const cmd* match_command(const char* command, const uint8_t availability_mask) { in match_command()574 const cmd* command = match_command(args[0].str, CMD_AVAIL_NORMAL); in command_loop() local690 const cmd* command = match_command(commandstr, CMD_AVAIL_NORMAL); in console_get_command_handler() local809 const cmd* command = match_command(args[0].str, CMD_AVAIL_PANIC); in panic_shell_start() local
319 static int i8042_command(uint8_t* param, uint16_t command) { in i8042_command()354 static int keyboard_command(uint8_t* param, int command) { in keyboard_command()
135 uint16_t command, status; in Handler() local
Completed in 21 milliseconds