Searched refs:hdt_cli (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-cli.c | 127 hdt_cli.mode = mode; in set_mode() 130 hdt_cli.mode = mode; in set_mode() 131 snprintf(hdt_cli.prompt, sizeof(hdt_cli.prompt), "%s> ", CLI_HDT); in set_mode() 138 hdt_cli.mode = mode; in set_mode() 139 snprintf(hdt_cli.prompt, sizeof(hdt_cli.prompt), "%s> ", CLI_PXE); in set_mode() 142 hdt_cli.mode = mode; in set_mode() 143 snprintf(hdt_cli.prompt, sizeof(hdt_cli.prompt), "%s> ", CLI_KERNEL); in set_mode() 146 hdt_cli.mode = mode; in set_mode() 147 snprintf(hdt_cli.prompt, sizeof(hdt_cli.prompt), "%s> ", CLI_SYSLINUX); in set_mode() 150 hdt_cli.mode = mode; in set_mode() [all …]
|
D | hdt-cli.h | 92 #define INPUT hdt_cli.history[hdt_cli.history_pos] 101 struct s_cli hdt_cli; variable
|
D | hdt-cli-hdt.c | 96 switch (hdt_cli.mode) { in do_exit() 105 dprintf("CLI DEBUG: Switching from mode %d to mode %d\n", hdt_cli.mode, in do_exit() 120 find_cli_mode_descr(hdt_cli.mode, ¤t_mode); in show_cli_help()
|