Searched refs:console_cmd_func (Results 1 – 5 of 5) sorted by relevance
18 STATIC_COMMAND("read_xyz", "read xyz vectors", (console_cmd_func)&read_xyz)
46 console_cmd_func console_get_command_handler(const char *command);
26 typedef int (*console_cmd_func)(int argc, const console_cmd_args *argv); typedef
29 const console_cmd_func cmd_callback;
778 console_cmd_func console_get_command_handler(const char *commandstr) { in console_get_command_handler()
Completed in 9 milliseconds