|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "videoprt.h"#include <ndk/kefuncs.h>#include <ndk/mmfuncs.h>#include <debug.h>#include <ndk/halfuncs.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | INT10(func) IntInt10##func##Emu |
Variables | |
| KMUTEX | VideoPortInt10Mutex |
Definition at line 737 of file int10.c.
Referenced by IntVideoPortDispatchOpen().
Definition at line 84 of file int10.c.
Referenced by IntInitializeInt10().
| VP_STATUS NTAPI IntInt10AllocateBuffer | ( | _In_ PVOID | Context, |
| _Out_ PUSHORT | Seg, | ||
| _Out_ PUSHORT | Off, | ||
| _Inout_ PULONG | Length | ||
| ) |
Definition at line 370 of file int10.c.
Referenced by VideoPortQueryServices().
|
static |
| VP_STATUS NTAPI IntInt10CallBios | ( | _In_ PVOID | Context, |
| _Inout_ PINT10_BIOS_ARGUMENTS | BiosArguments | ||
| ) |
Definition at line 708 of file int10.c.
Referenced by VideoPortInt10(), and VideoPortQueryServices().
|
static |
Definition at line 588 of file int10.c.
|
static |
| VP_STATUS NTAPI IntInt10ReadMemory | ( | _In_ PVOID | Context, |
| _In_ USHORT | Seg, | ||
| _In_ USHORT | Off, | ||
| _Out_writes_bytes_(Length) PVOID | Buffer, | ||
| _In_ ULONG | Length | ||
| ) |
Definition at line 502 of file int10.c.
Referenced by VideoPortQueryServices().
|
static |
| VP_STATUS NTAPI IntInt10WriteMemory | ( | _In_ PVOID | Context, |
| _In_ USHORT | Seg, | ||
| _In_ USHORT | Off, | ||
| _In_reads_bytes_(Length) PVOID | Buffer, | ||
| _In_ ULONG | Length | ||
| ) |
Definition at line 569 of file int10.c.
Referenced by VideoPortQueryServices().
|
static |
| VP_STATUS NTAPI VideoPortInt10 | ( | IN PVOID | HwDeviceExtension, |
| IN PVIDEO_X86_BIOS_ARGUMENTS | BiosArguments | ||
| ) |
Definition at line 771 of file int10.c.
Referenced by VbeSetMode().
| KMUTEX VideoPortInt10Mutex |
Definition at line 38 of file int10.c.
Referenced by IntInt10CallBiosEmu(), and VideoPortInitialize().