Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c655 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in efifb_find_mode_xydm()
679 return (gop->Mode->MaxMode); in efifb_find_mode_xydm()
689 return (gop->Mode->MaxMode); in efifb_find_mode()
705 mode = gop->Mode->MaxMode; in gop_default_mode()
709 if (mode == gop->Mode->MaxMode) { in gop_default_mode()
718 if (mode == gop->Mode->MaxMode) in gop_default_mode()
796 if (mode == gop->Mode->MaxMode) in command_gop()
834 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in command_gop()
H A Dmain.c1186 for (i = 0; i <= conout->Mode->MaxMode; i++) { in command_mode()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DGraphicsOutput.h228 UINT32 MaxMode; member
H A DSimpleTextOut.h353 INT32 MaxMode; member
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h356 INT32 MaxMode; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c527 for (i = 0; i <= conout->Mode->MaxMode; i++) { in efi_cons_init()