Searched refs:QueryMode (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/efi/ |
A D | eficon.h | 142 EFI_TEXT_QUERY_MODE QueryMode; member
|
A D | efiprot.h | 722 EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE QueryMode; member
|
/xen/xen/common/efi/ |
A D | boot.c | 756 if ( StdOut->QueryMode(StdOut, i, &cols, &rows) == EFI_SUCCESS && in efi_console_set_mode() 790 status = gop->QueryMode(gop, gop->Mode->Mode, &info_size, &mode_info); in efi_get_gop() 814 status = gop->QueryMode(gop, i, &info_size, &mode_info); in efi_find_gop_mode() 1049 status = gop->QueryMode(gop, gop->Mode->Mode, &info_size, &mode_info); in efi_set_gop_mode() 1243 if ( StdOut->QueryMode(StdOut, StdOut->Mode->Mode, in efi_start()
|
/xen/xen/arch/x86/efi/ |
A D | efi-boot.h | 731 if ( StdOut->QueryMode(StdOut, StdOut->Mode->Mode, in efi_multiboot2()
|
Completed in 14 milliseconds