Searched refs:cmd (Results 1 – 6 of 6) sorted by relevance
| /kernel/lib/console/include/lib/ |
| A D | console.h | 41 } cmd; typedef 51 __USED __SECTION(".data.rel.ro.commands") static const cmd _cmd_list[] = {
|
| /kernel/syscalls/ |
| A D | system_arm64.cpp | 13 zx_status_t arch_system_powerctl(uint32_t cmd, const zx_system_powerctl_arg_t* arg) { in arch_system_powerctl() argument
|
| A D | system_priv.h | 11 zx_status_t arch_system_powerctl(uint32_t cmd, const zx_system_powerctl_arg_t* arg);
|
| A D | system_x86.cpp | 208 zx_status_t arch_system_powerctl(uint32_t cmd, const zx_system_powerctl_arg_t* arg) { in arch_system_powerctl() argument 209 switch (cmd) { in arch_system_powerctl()
|
| A D | system.cpp | 341 zx_status_t sys_system_powerctl(zx_handle_t root_rsrc, uint32_t cmd, in sys_system_powerctl() argument 349 switch (cmd) { in sys_system_powerctl() 366 return arch_system_powerctl(cmd, &arg); in sys_system_powerctl()
|
| /kernel/lib/console/ |
| A D | console.cpp | 66 extern const cmd __start_commands[]; 67 extern const cmd __stop_commands[]; 178 static const cmd* match_command(const char* command, const uint8_t availability_mask) { in match_command() 179 for (const cmd* curr_cmd = __start_commands; in match_command() 574 const cmd* command = match_command(args[0].str, CMD_AVAIL_NORMAL); in command_loop() 690 const cmd* command = match_command(commandstr, CMD_AVAIL_NORMAL); in console_get_command_handler() 704 for (const cmd* curr_cmd = __start_commands; in cmd_help() 809 const cmd* command = match_command(args[0].str, CMD_AVAIL_PANIC); in panic_shell_start()
|
Completed in 10 milliseconds