Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-cli.c416 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()
Dhdt-cli.h154 void find_cli_callback_descr(const char *module_name,
Dhdt-cli-hdt.c145 find_cli_callback_descr(hdt_mode.default_modules->modules[j].name, in show_cli_help()