|
ReactOS 0.4.16-dev-2610-ge2c92c0
|

Go to the source code of this file.
Macros | |
| #define | TAG_HW_COMPONENT_DATA 'DCwH' |
| #define | TAG_HW_NAME 'mNwH' |
Variables | |
| const PCSTR | ArcTypes [MaximumType+1] |
| PCONFIGURATION_COMPONENT_DATA | FldrArcHwTreeRoot |
| ULONG | reactos_disk_count = 0 |
| ARC_DISK_SIGNATURE_EX | reactos_arc_disk_info [32] |
| #define TAG_HW_COMPONENT_DATA 'DCwH' |
Definition at line 65 of file archwsup.c.
| #define TAG_HW_NAME 'mNwH' |
Definition at line 66 of file archwsup.c.
| VOID AddReactOSArcDiskInfo | ( | _In_ PCSTR | ArcName, |
| _In_opt_ PGUID | GptDiskGuid, | ||
| _In_ ULONG | Signature, | ||
| _In_ ULONG | Checksum, | ||
| _In_ BOOLEAN | ValidPartitionTable | ||
| ) |
Definition at line 77 of file archwsup.c.
Referenced by ArmHwDetect(), and DiskInitialize().
Definition at line 111 of file archwsup.c.
Referenced by WinLdrInitializePhase1().
| PARC_DISK_SIGNATURE_EX ArcGetDiskInfo | ( | ULONG | Index | ) |
| DBG_DEFAULT_CHANNEL | ( | HWDETECT | ) |
| VOID FldrCreateComponentKey | ( | _In_ PCONFIGURATION_COMPONENT_DATA | SystemNode, |
| _In_ CONFIGURATION_CLASS | Class, | ||
| _In_ CONFIGURATION_TYPE | Type, | ||
| _In_ IDENTIFIER_FLAG | Flags, | ||
| _In_ ULONG | Key, | ||
| _In_ ULONG | Affinity, | ||
| _In_ PCSTR | IdentifierString, | ||
| _In_ PCM_PARTIAL_RESOURCE_LIST | ResourceList, | ||
| _In_ ULONG | Size, | ||
| _Out_ PCONFIGURATION_COMPONENT_DATA * | ComponentKey | ||
| ) |
Definition at line 224 of file archwsup.c.
Referenced by DetectAcpiBios(), DetectApmBios(), DetectBiosDisks(), DetectBiosFloppyController(), DetectBiosFloppyPeripheral(), DetectCBusBios(), DetectDisplayController(), DetectDockingStation(), DetectInternal(), DetectIsaBios(), DetectKeyboardController(), DetectKeyboardPeripheral(), DetectNesaBios(), DetectParallelPorts(), DetectPciBios(), DetectPciIrqRoutingTable(), DetectPnpBios(), DetectPointerController(), DetectPointerPeripheral(), DetectPS2Mouse(), DetectSerialPointerPeripheral(), and DetectSerialPorts().
| VOID FldrCreateSystemKey | ( | _Out_ PCONFIGURATION_COMPONENT_DATA * | SystemNode, |
| _In_ PCSTR | IdentifierString | ||
| ) |
Definition at line 161 of file archwsup.c.
Referenced by ArmHwDetect(), Pc98HwDetect(), PcHwDetect(), UefiHwDetect(), and XboxHwDetect().
|
static |
Definition at line 194 of file archwsup.c.
Referenced by FldrCreateComponentKey().
| VOID FldrSetConfigurationData | ( | _Inout_ PCONFIGURATION_COMPONENT_DATA | ComponentData, |
| _In_ PCM_PARTIAL_RESOURCE_LIST | ResourceList, | ||
| _In_ ULONG | Size | ||
| ) |
Definition at line 150 of file archwsup.c.
Referenced by DetectBiosDisks(), and FldrCreateComponentKey().
|
static |
Definition at line 129 of file archwsup.c.
Referenced by FldrCreateComponentKey(), and FldrCreateSystemKey().
| const PCSTR ArcTypes[MaximumType+1] |
Definition at line 19 of file archwsup.c.
Referenced by FldrCreateComponentKey().
| PCONFIGURATION_COMPONENT_DATA FldrArcHwTreeRoot |
Definition at line 68 of file archwsup.c.
Referenced by FldrCreateSystemKey().
| ARC_DISK_SIGNATURE_EX reactos_arc_disk_info[32] |
Definition at line 72 of file archwsup.c.
Referenced by AddReactOSArcDiskInfo(), and ArcGetDiskInfo().
| ULONG reactos_disk_count = 0 |
Definition at line 71 of file archwsup.c.
Referenced by AddReactOSArcDiskInfo(), ArcGetDiskCount(), ArcGetDiskInfo(), and ArmHwDetect().