ReactOS 0.4.16-dev-734-g364d6e0
|
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 73 of file archwsup.c.
#define TAG_HW_NAME 'mNwH' |
Definition at line 74 of file archwsup.c.
VOID AddReactOSArcDiskInfo | ( | IN PSTR | ArcName, |
IN ULONG | Signature, | ||
IN ULONG | Checksum, | ||
IN BOOLEAN | ValidPartitionTable | ||
) |
Definition at line 77 of file archwsup.c.
Referenced by ArmHwDetect(), GetHarddiskInformation(), PcInitializeBootDevices(), and UefiInitializeBootDevices().
Definition at line 247 of file archwsup.c.
Referenced by WinLdrInitializePhase1().
PARC_DISK_SIGNATURE_EX ArcGetDiskInfo | ( | ULONG | Index | ) |
Definition at line 252 of file archwsup.c.
Referenced by WinLdrInitializePhase1().
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 198 of file archwsup.c.
Referenced by DetectAcpiBios(), DetectApmBios(), DetectBiosDisks(), DetectBiosFloppyController(), DetectBiosFloppyPeripheral(), DetectCBusBios(), DetectDisplayController(), DetectDockingStation(), 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 135 of file archwsup.c.
Referenced by ArmHwDetect(), Pc98HwDetect(), PcHwDetect(), UefiHwDetect(), and XboxHwDetect().
|
static |
Definition at line 168 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 124 of file archwsup.c.
Referenced by DetectBiosDisks(), and FldrCreateComponentKey().
|
static |
Definition at line 103 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 65 of file archwsup.c.
Referenced by FldrCreateSystemKey().
ARC_DISK_SIGNATURE_EX reactos_arc_disk_info[32] |
Definition at line 69 of file archwsup.c.
Referenced by AddReactOSArcDiskInfo(), and ArcGetDiskInfo().
ULONG reactos_disk_count = 0 |
Definition at line 68 of file archwsup.c.
Referenced by AddReactOSArcDiskInfo(), ArcGetDiskCount(), ArcGetDiskInfo(), and ArmHwDetect().