Home
last modified time | relevance | path

Searched refs:list_modes (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-cli.c37 struct cli_mode_descr *list_modes[] = { variable
192 while (list_modes[i]) { in set_mode()
193 more_printf("\t%s\n", list_modes[i]->name); in set_mode()
213 while (list_modes[i]) { in mode_s_to_mode_t()
214 if (!strncmp(name, list_modes[i]->name, sizeof(list_modes[i]->name))) in mode_s_to_mode_t()
219 if (!list_modes[i]) in mode_s_to_mode_t()
222 return list_modes[i]->mode; in mode_s_to_mode_t()
238 while (list_modes[i] && list_modes[i]->mode != mode) in find_cli_mode_descr()
242 if (!list_modes[i]) in find_cli_mode_descr()
245 *mode_found = list_modes[i]; in find_cli_mode_descr()
[all …]
Dhdt-cli-hdt.c58 while (list_modes[i]) { in main_show_modes()
59 printf("%s ", list_modes[i]->name); in main_show_modes()
Dhdt-cli.h138 extern struct cli_mode_descr *list_modes[];
/external/syslinux/com32/lib/sys/vesa/
Di915resolution.c533 static void list_modes(vbios_map *map, unsigned int raw)