Searched refs:conout (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c304 grub_efi_simple_text_output_interface_t *conout; local
307 conout = grub_efi_system_table->con_out;
308 if (conout->query_mode (conout, conout->mode->mode, &cols, &rows)
315 conout->mode->cursor_column, conout->mode->cursor_row);
319 boot_param->console_info.orig_x = conout->mode->cursor_column;
320 boot_param->console_info.orig_y = conout->mode->cursor_row;

Completed in 21 milliseconds