ReactOS 0.4.15-dev-7961-gdcf9eb0
tagMACHVTBL Struct Reference

#include <machine.h>

Collaboration diagram for tagMACHVTBL:

Public Attributes

VOID(* ConsPutChar )(int Ch)
 
BOOLEAN(* ConsKbHit )(VOID)
 
int(* ConsGetCh )(VOID)
 
VOID(* VideoClearScreen )(UCHAR Attr)
 
VIDEODISPLAYMODE(* VideoSetDisplayMode )(char *DisplayMode, BOOLEAN Init)
 
VOID(* VideoGetDisplaySize )(PULONG Width, PULONG Height, PULONG Depth)
 
ULONG(* VideoGetBufferSize )(VOID)
 
VOID(* VideoGetFontsFromFirmware )(PULONG RomFontPointers)
 
VOID(* VideoSetTextCursorPosition )(UCHAR X, UCHAR Y)
 
VOID(* VideoHideShowTextCursor )(BOOLEAN Show)
 
VOID(* VideoPutChar )(int Ch, UCHAR Attr, unsigned X, unsigned Y)
 
VOID(* VideoCopyOffScreenBufferToVRAM )(PVOID Buffer)
 
BOOLEAN(* VideoIsPaletteFixed )(VOID)
 
VOID(* VideoSetPaletteColor )(UCHAR Color, UCHAR Red, UCHAR Green, UCHAR Blue)
 
VOID(* VideoGetPaletteColor )(UCHAR Color, UCHAR *Red, UCHAR *Green, UCHAR *Blue)
 
VOID(* VideoSync )(VOID)
 
VOID(* Beep )(VOID)
 
VOID(* PrepareForReactOS )(VOID)
 
FREELDR_MEMORY_DESCRIPTOR *(* GetMemoryDescriptor )(FREELDR_MEMORY_DESCRIPTOR *Current)
 
PFREELDR_MEMORY_DESCRIPTOR(* GetMemoryMap )(PULONG MaxMemoryMapSize)
 
VOID(* GetExtendedBIOSData )(PULONG ExtendedBIOSDataArea, PULONG ExtendedBIOSDataSize)
 
UCHAR(* GetFloppyCount )(VOID)
 
BOOLEAN(* DiskReadLogicalSectors )(UCHAR DriveNumber, ULONGLONG SectorNumber, ULONG SectorCount, PVOID Buffer)
 
BOOLEAN(* DiskGetDriveGeometry )(UCHAR DriveNumber, PGEOMETRY DriveGeometry)
 
ULONG(* DiskGetCacheableBlockCount )(UCHAR DriveNumber)
 
TIMEINFO *(* GetTime )(VOID)
 
ULONG(* GetRelativeTime )(VOID)
 
BOOLEAN(* InitializeBootDevices )(VOID)
 
PCONFIGURATION_COMPONENT_DATA(* HwDetect )(_In_opt_ PCSTR Options)
 
VOID(* HwIdle )(VOID)
 

Detailed Description

Definition at line 39 of file machine.h.

Member Data Documentation

◆ Beep

VOID(* tagMACHVTBL::Beep) (VOID)

Definition at line 58 of file machine.h.

Referenced by MachInit().

◆ ConsGetCh

int(* tagMACHVTBL::ConsGetCh) (VOID)

Definition at line 43 of file machine.h.

Referenced by MachInit().

◆ ConsKbHit

BOOLEAN(* tagMACHVTBL::ConsKbHit) (VOID)

Definition at line 42 of file machine.h.

Referenced by MachInit().

◆ ConsPutChar

VOID(* tagMACHVTBL::ConsPutChar) (int Ch)

Definition at line 41 of file machine.h.

Referenced by MachInit().

◆ DiskGetCacheableBlockCount

ULONG(* tagMACHVTBL::DiskGetCacheableBlockCount) (UCHAR DriveNumber)

Definition at line 69 of file machine.h.

Referenced by MachInit().

◆ DiskGetDriveGeometry

BOOLEAN(* tagMACHVTBL::DiskGetDriveGeometry) (UCHAR DriveNumber, PGEOMETRY DriveGeometry)

Definition at line 68 of file machine.h.

Referenced by MachInit().

◆ DiskReadLogicalSectors

BOOLEAN(* tagMACHVTBL::DiskReadLogicalSectors) (UCHAR DriveNumber, ULONGLONG SectorNumber, ULONG SectorCount, PVOID Buffer)

Definition at line 67 of file machine.h.

Referenced by MachInit().

◆ GetExtendedBIOSData

VOID(* tagMACHVTBL::GetExtendedBIOSData) (PULONG ExtendedBIOSDataArea, PULONG ExtendedBIOSDataSize)

Definition at line 64 of file machine.h.

Referenced by MachInit().

◆ GetFloppyCount

UCHAR(* tagMACHVTBL::GetFloppyCount) (VOID)

Definition at line 66 of file machine.h.

Referenced by MachInit().

◆ GetMemoryDescriptor

FREELDR_MEMORY_DESCRIPTOR *(* tagMACHVTBL::GetMemoryDescriptor) (FREELDR_MEMORY_DESCRIPTOR *Current)

Definition at line 62 of file machine.h.

◆ GetMemoryMap

PFREELDR_MEMORY_DESCRIPTOR(* tagMACHVTBL::GetMemoryMap) (PULONG MaxMemoryMapSize)

Definition at line 63 of file machine.h.

Referenced by MachInit(), and MmInitializeMemoryManager().

◆ GetRelativeTime

ULONG(* tagMACHVTBL::GetRelativeTime) (VOID)

Definition at line 73 of file machine.h.

◆ GetTime

TIMEINFO *(* tagMACHVTBL::GetTime) (VOID)

Definition at line 72 of file machine.h.

Referenced by ArcGetTime(), and MachInit().

◆ HwDetect

Definition at line 77 of file machine.h.

Referenced by MachInit().

◆ HwIdle

VOID(* tagMACHVTBL::HwIdle) (VOID)

Definition at line 78 of file machine.h.

Referenced by MachInit().

◆ InitializeBootDevices

BOOLEAN(* tagMACHVTBL::InitializeBootDevices) (VOID)

Definition at line 76 of file machine.h.

Referenced by MachInit().

◆ PrepareForReactOS

VOID(* tagMACHVTBL::PrepareForReactOS) (VOID)

Definition at line 59 of file machine.h.

Referenced by MachInit().

◆ VideoClearScreen

VOID(* tagMACHVTBL::VideoClearScreen) (UCHAR Attr)

Definition at line 45 of file machine.h.

Referenced by MachInit().

◆ VideoCopyOffScreenBufferToVRAM

VOID(* tagMACHVTBL::VideoCopyOffScreenBufferToVRAM) (PVOID Buffer)

Definition at line 53 of file machine.h.

Referenced by MachInit().

◆ VideoGetBufferSize

ULONG(* tagMACHVTBL::VideoGetBufferSize) (VOID)

Definition at line 48 of file machine.h.

Referenced by MachInit().

◆ VideoGetDisplaySize

VOID(* tagMACHVTBL::VideoGetDisplaySize) (PULONG Width, PULONG Height, PULONG Depth)

Definition at line 47 of file machine.h.

Referenced by MachInit().

◆ VideoGetFontsFromFirmware

VOID(* tagMACHVTBL::VideoGetFontsFromFirmware) (PULONG RomFontPointers)

Definition at line 49 of file machine.h.

Referenced by MachInit().

◆ VideoGetPaletteColor

VOID(* tagMACHVTBL::VideoGetPaletteColor) (UCHAR Color, UCHAR *Red, UCHAR *Green, UCHAR *Blue)

Definition at line 56 of file machine.h.

Referenced by MachInit().

◆ VideoHideShowTextCursor

VOID(* tagMACHVTBL::VideoHideShowTextCursor) (BOOLEAN Show)

Definition at line 51 of file machine.h.

Referenced by MachInit().

◆ VideoIsPaletteFixed

BOOLEAN(* tagMACHVTBL::VideoIsPaletteFixed) (VOID)

Definition at line 54 of file machine.h.

Referenced by MachInit().

◆ VideoPutChar

VOID(* tagMACHVTBL::VideoPutChar) (int Ch, UCHAR Attr, unsigned X, unsigned Y)

Definition at line 52 of file machine.h.

Referenced by MachInit().

◆ VideoSetDisplayMode

VIDEODISPLAYMODE(* tagMACHVTBL::VideoSetDisplayMode) (char *DisplayMode, BOOLEAN Init)

Definition at line 46 of file machine.h.

Referenced by MachInit().

◆ VideoSetPaletteColor

VOID(* tagMACHVTBL::VideoSetPaletteColor) (UCHAR Color, UCHAR Red, UCHAR Green, UCHAR Blue)

Definition at line 55 of file machine.h.

Referenced by MachInit().

◆ VideoSetTextCursorPosition

VOID(* tagMACHVTBL::VideoSetTextCursorPosition) (UCHAR X, UCHAR Y)

Definition at line 50 of file machine.h.

Referenced by MachInit().

◆ VideoSync

VOID(* tagMACHVTBL::VideoSync) (VOID)

Definition at line 57 of file machine.h.

Referenced by MachInit().


The documentation for this struct was generated from the following file: