Searched refs:find_cli_callback_descr (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-cli.c | 416 void find_cli_callback_descr(const char *module_name, in find_cli_callback_descr() function 513 find_cli_callback_descr(hdt_mode.default_modules->modules[j].name, in autocomplete_command() 636 find_cli_callback_descr(command, current_mode->default_modules, in exec_command() 677 find_cli_callback_descr(command, hdt_mode.default_modules, in exec_command() 700 find_cli_callback_descr(module, current_mode->show_modules, in exec_command() 708 find_cli_callback_descr(module, hdt_mode.show_modules, in exec_command() 719 find_cli_callback_descr(module, current_mode->set_modules, in exec_command() 726 find_cli_callback_descr(module, hdt_mode.set_modules, in exec_command()
|
D | hdt-cli.h | 154 void find_cli_callback_descr(const char *module_name,
|
D | hdt-cli-hdt.c | 145 find_cli_callback_descr(hdt_mode.default_modules->modules[j].name, in show_cli_help()
|