Searched refs:console_cmd (Results 1 – 3 of 3) sorted by relevance
| /kernel/tests/ |
| A D | tests.h | 15 console_cmd uart_tests, thread_tests, sleep_tests, port_tests; 16 console_cmd clock_tests, timer_diag, timer_stress, benchmarks, fibo; 17 console_cmd spinner, ref_counted_tests, ref_ptr_tests; 18 console_cmd unique_ptr_tests, forward_tests, list_tests; 19 console_cmd hash_tests, vm_tests, auto_call_tests; 20 console_cmd arena_tests, fifo_tests, alloc_checker_tests; 21 console_cmd cpu_resume_tests;
|
| /kernel/lib/console/include/lib/ |
| A D | console.h | 26 typedef int console_cmd(int argc, const cmd_args* argv, uint32_t flags); typedef 39 console_cmd* cmd_callback; 63 console_cmd* console_get_command_handler(const char* command);
|
| /kernel/lib/console/ |
| A D | console.cpp | 689 console_cmd* console_get_command_handler(const char* commandstr) { in console_get_command_handler()
|
Completed in 15 milliseconds