Home
last modified time | relevance | path

Searched refs:console_cmd (Results 1 – 3 of 3) sorted by relevance

/kernel/tests/
A Dtests.h15 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 Dconsole.h26 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 Dconsole.cpp689 console_cmd* console_get_command_handler(const char* commandstr) { in console_get_command_handler()

Completed in 15 milliseconds