Home
last modified time | relevance | path

Searched refs:module_found (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-cli.c418 struct cli_callback_descr **module_found) in find_cli_callback_descr() argument
431 *module_found = &(modules_list->modules[modules_iter]); in find_cli_callback_descr()
432 dprintf("CLI DEBUG: module %s found\n", (*module_found)->name); in find_cli_callback_descr()
437 *module_found = NULL; in find_cli_callback_descr()
Dhdt-cli.h156 struct cli_callback_descr **module_found);