Searched refs:term_table (Results 1 – 8 of 8) sorted by relevance
183 for (i = 0; term_table[i].name; i++) in serial_hw_init()184 if (grub_strcmp (term_table[i].name, "serial") == 0 || in serial_hw_init()185 grub_strcmp (term_table[i].name, "composite") == 0) in serial_hw_init()187 term_table[i].flags &= ~TERM_NEED_INIT; in serial_hw_init()
92 extern struct term_entry term_table[];
1055 current_term = term_table; /* assumption: console is first */ in verbose_func()1106 for (i = 0; term_table[i].name; i++) { in splashimage_func()1107 if (grub_strcmp (term_table[i].name, "graphics") == 0) { in splashimage_func()1108 term_table[i].flags &= ~TERM_NEED_INIT; in splashimage_func()4834 for (i = 0; term_table[i].name; i++) in terminal_func()4836 if (grub_strcmp (arg, term_table[i].name) == 0) in terminal_func()4838 if (term_table[i].flags & TERM_NEED_INIT) in terminal_func()4852 if (! term_table[i].name) in terminal_func()4879 for (i = 0; term_table[i].name; i++) in terminal_func()4883 if (term_table[i].checkkey () >= 0) in terminal_func()[all …]
239 current_term = term_table; /* assumption: console is first */ in run_script()
750 current_term = term_table; /* assumption: console is first */ in run_menu()793 current_term = term_table; /* we know that console is first */ in run_menu()
37 struct term_entry term_table[] = variable130 struct term_entry *current_term = term_table;
1216 for (i = 0; term_table[i].name; i++) in serial_hw_init()1218 if (strcmp (term_table[i].name, "serial") == 0) in serial_hw_init()1220 term_table[i].flags &= ~(TERM_NEED_INIT); in serial_hw_init()
1416 [!STAGE1_5] (term_table): New variable.