Home
last modified time | relevance | path

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

/reactos/win32ss/drivers/miniport/vga_new/
H A Dmodeset.c34 PVIDEO_MODE_INFORMATION ModeInformation,
52 PVIDEO_MODE_INFORMATION ModeInformation,
799 ModeInformation->NumberRedBits = 8; in VgaQueryCurrentMode()
810 ModeInformation->NumberRedBits = 6; in VgaQueryCurrentMode()
815 ModeInformation->BlueMask = 0x1F; in VgaQueryCurrentMode()
822 ModeInformation->NumberRedBits = 6; in VgaQueryCurrentMode()
827 ModeInformation->BlueMask = 0x1F; in VgaQueryCurrentMode()
833 ModeInformation->NumberRedBits = 6; in VgaQueryCurrentMode()
836 ModeInformation->RedMask = 0; in VgaQueryCurrentMode()
837 ModeInformation->GreenMask = 0; in VgaQueryCurrentMode()
[all …]
H A Dvga.c54 PVIDEO_MODE_INFORMATION ModeInformation,
72 PVIDEO_MODE_INFORMATION ModeInformation,
/reactos/boot/environ/lib/io/display/efi/
H A Dgop.c96 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION ModeInformation; in ConsoleEfiGopEnable() local
106 Status = EfiGopGetCurrentMode(Protocol, &CurrentMode, &ModeInformation); in ConsoleEfiGopEnable()
124 EfiGopGetCurrentMode(Protocol, &Dummy, &ModeInformation); in ConsoleEfiGopEnable()
128 Status = ConsoleEfiGopGetGraphicalFormat(&ModeInformation, &PixelDepth); in ConsoleEfiGopEnable()
155 GraphicsConsole->DisplayMode.VRes = ModeInformation.VerticalResolution; in ConsoleEfiGopEnable()
156 GraphicsConsole->DisplayMode.HRes2 = ModeInformation.PixelsPerScanLine; in ConsoleEfiGopEnable()
160 GraphicsConsole->PixelsPerScanLine = ModeInformation.PixelsPerScanLine; in ConsoleEfiGopEnable()
206 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION ModeInformation; in ConsoleEfiGopOpen() local
220 Status = EfiGopGetCurrentMode(GopProtocol, &CurrentMode, &ModeInformation); in ConsoleEfiGopOpen()
240 CurrentModeOk = ConsoleEfiGopIsPixelFormatSupported(&ModeInformation); in ConsoleEfiGopOpen()
[all …]
/reactos/boot/freeldr/freeldr/arch/i386/pc/
H A Dpcvideo.c497 TRACE("ModeAttributes = 0x%x\n", ModeInformation->ModeAttributes); in PcVideoVesaGetSVGAModeInformation()
501 TRACE("WindowSize = %dKB\n", ModeInformation->WindowSize); in PcVideoVesaGetSVGAModeInformation()
506 TRACE("WidthInPixels = %d\n", ModeInformation->WidthInPixels); in PcVideoVesaGetSVGAModeInformation()
507 TRACE("HeightInPixels = %d\n", ModeInformation->HeightInPixels); in PcVideoVesaGetSVGAModeInformation()
511 TRACE("BitsPerPixel = %d\n", ModeInformation->BitsPerPixel); in PcVideoVesaGetSVGAModeInformation()
512 TRACE("NumberOfBanks = %d\n", ModeInformation->NumberOfBanks); in PcVideoVesaGetSVGAModeInformation()
513 TRACE("MemoryModel = %d\n", ModeInformation->MemoryModel); in PcVideoVesaGetSVGAModeInformation()
514 TRACE("BankSize = %d\n", ModeInformation->BankSize); in PcVideoVesaGetSVGAModeInformation()
517 TRACE("RedMaskSize = %d\n", ModeInformation->RedMaskSize); in PcVideoVesaGetSVGAModeInformation()
519 TRACE("GreenMaskSize = %d\n", ModeInformation->GreenMaskSize); in PcVideoVesaGetSVGAModeInformation()
[all …]
/reactos/modules/rostests/kmtests/npfs/
H A DNpfsFileInfo.c52 ok_eq_ulong(FileAllInfo.ModeInformation.Mode, FILE_SYNCHRONOUS_IO_NONALERT); in TestFileInfo()
82 ok_eq_ulong(FileAllInfo.ModeInformation.Mode, FILE_SYNCHRONOUS_IO_NONALERT); in TestFileInfo()
112 ok_eq_ulong(FileAllInfo.ModeInformation.Mode, FILE_SYNCHRONOUS_IO_NONALERT); in TestFileInfo()
/reactos/win32ss/drivers/miniport/pc98vid/
H A Dioctl.c53 _Out_ PVIDEO_MODE_INFORMATION ModeInformation, in Pc98VidQueryAvailModes() argument
63 for (ModeNumber = 0, VideoMode = ModeInformation; in Pc98VidQueryAvailModes()
/reactos/sdk/include/xdk/
H A Dntifs.template.h1467 FILE_MODE_INFORMATION ModeInformation; member
H A Diotypes.h5839 FILE_MODE_INFORMATION ModeInformation; member
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c2573 AllBuffer->ModeInformation.Mode = IopGetFileMode(FileObject); in NtQueryInformationFile()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h802 FILE_MODE_INFORMATION ModeInformation; member