ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
BOOLEAN NTAPI IntAgpCommitPhysical | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | PhysicalContext, | ||
IN ULONG | Pages, | ||
IN ULONG | Offset | ||
) |
Definition at line 94 of file agp.c.
Referenced by IntAgpGetInterface().
PVOID NTAPI IntAgpCommitVirtual | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | VirtualContext, | ||
IN ULONG | Pages, | ||
IN ULONG | Offset | ||
) |
Definition at line 248 of file agp.c.
Referenced by IntAgpGetInterface().
VOID NTAPI IntAgpFreePhysical | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | PhysicalContext, | ||
IN ULONG | Pages, | ||
IN ULONG | Offset | ||
) |
Definition at line 126 of file agp.c.
Referenced by IntAgpGetInterface().
VOID NTAPI IntAgpFreeVirtual | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | VirtualContext, | ||
IN ULONG | Pages, | ||
IN ULONG | Offset | ||
) |
Definition at line 331 of file agp.c.
Referenced by IntAgpGetInterface().
Definition at line 496 of file agp.c.
Referenced by VideoPortQueryServices().
Definition at line 154 of file agp.c.
Referenced by IntAgpGetInterface().
Definition at line 385 of file agp.c.
Referenced by IntAgpGetInterface().
PHYSICAL_ADDRESS NTAPI IntAgpReservePhysical | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | Pages, | ||
IN VIDEO_PORT_CACHE_TYPE | Caching, | ||
OUT PVOID * | PhysicalContext | ||
) |
Definition at line 183 of file agp.c.
Referenced by IntAgpGetInterface().
PVOID NTAPI IntAgpReserveVirtual | ( | IN PVOID | HwDeviceExtension, |
IN HANDLE | ProcessHandle, | ||
IN PVOID | PhysicalContext, | ||
OUT PVOID * | VirtualContext | ||
) |
Definition at line 419 of file agp.c.
Referenced by IntAgpGetInterface().
Definition at line 479 of file agp.c.
Referenced by IntAgpGetInterface().
NTSTATUS IopInitiatePnpIrp | ( | PDEVICE_OBJECT | DeviceObject, |
PIO_STATUS_BLOCK | IoStatusBlock, | ||
UCHAR | MinorFunction, | ||
PIO_STACK_LOCATION Stack | OPTIONAL | ||
) |
Definition at line 30 of file agp.c.
Referenced by IntAgpGetInterface().