|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include "pciidex.h"
Go to the source code of this file.
Functions | |
| IDE_CHANNEL_STATE | PciIdeXChannelState (_In_ PFDO_DEVICE_EXTENSION FdoExtension, _In_ ULONG Channel) |
| VOID | PciIdeXDebugPrint (_In_ ULONG DebugPrintLevel, _In_z_ _Printf_format_string_ PCCHAR DebugMessage,...) |
| Prints the given string with printf-like formatting to the kernel debugger. | |
| NTSTATUS NTAPI | PciIdeXGetBusData (_In_ PVOID DeviceExtension, _Out_writes_bytes_all_(BufferLength) PVOID Buffer, _In_ ULONG ConfigDataOffset, _In_ ULONG BufferLength) |
| NTSTATUS NTAPI | PciIdeXSetBusData (_In_ PVOID DeviceExtension, _In_reads_bytes_(BufferLength) PVOID Buffer, _In_reads_bytes_(BufferLength) PVOID DataMask, _In_ ULONG ConfigDataOffset, _In_ ULONG BufferLength) |
| NTSTATUS NTAPI | PciIdexGetBusLocation (_In_ PVOID DeviceExtension, _Out_ PULONG BusLocation) |
Variables | |
| ULONG | PciIdeDebug = 0 |
| Global debugging level. Valid values are between 0 (Error) and 3 (Trace). | |
| IDE_CHANNEL_STATE PciIdeXChannelState | ( | _In_ PFDO_DEVICE_EXTENSION | FdoExtension, |
| _In_ ULONG | Channel | ||
| ) |
Definition at line 15 of file miniport.c.
| VOID PciIdeXDebugPrint | ( | _In_ ULONG | DebugPrintLevel, |
| _In_z_ _Printf_format_string_ PCCHAR | DebugMessage, | ||
| ... | |||
| ) |
Prints the given string with printf-like formatting to the kernel debugger.
| [in] | DebugPrintLevel | Level of the debug message. Valid values are between 0 (Error) and 3 (Trace). |
| [in] | DebugMessage | Format of the string/arguments. |
| [in] | ... | Variable number of arguments matching the format specified in DebugMessage. |
Definition at line 40 of file miniport.c.
| NTSTATUS NTAPI PciIdeXGetBusData | ( | _In_ PVOID | DeviceExtension, |
| _Out_writes_bytes_all_(BufferLength) PVOID | Buffer, | ||
| _In_ ULONG | ConfigDataOffset, | ||
| _In_ ULONG | BufferLength | ||
| ) |
Definition at line 59 of file miniport.c.
Referenced by PciIdeGetControllerProperties(), and PciIdeXSetBusData().
Definition at line 159 of file miniport.c.
| NTSTATUS NTAPI PciIdeXSetBusData | ( | _In_ PVOID | DeviceExtension, |
| _In_reads_bytes_(BufferLength) PVOID | Buffer, | ||
| _In_reads_bytes_(BufferLength) PVOID | DataMask, | ||
| _In_ ULONG | ConfigDataOffset, | ||
| _In_ ULONG | BufferLength | ||
| ) |
Definition at line 89 of file miniport.c.
| ULONG PciIdeDebug = 0 |
Global debugging level. Valid values are between 0 (Error) and 3 (Trace).
Definition at line 11 of file miniport.c.
Referenced by PciIdeXDebugPrint().