Home
last modified time | relevance | path

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

/external/syslinux/efi/
Dvesa.c88 UINTN sz_info; in efi_vesacon_set_mode() local
111 …st = uefi_call_wrapper(GraphicsOutput->QueryMode, 4, GraphicsOutput, mode_num, &sz_info, &mode_inf… in efi_vesacon_set_mode()
113 if (st == EFI_SUCCESS && sz_info >= sizeof(EFI_GRAPHICS_OUTPUT_MODE_INFORMATION)) { in efi_vesacon_set_mode()