ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntoskrnl.h"
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | CmpInitializeRegistryNode (IN PCONFIGURATION_COMPONENT_DATA CurrentEntry, IN HANDLE NodeHandle, OUT PHANDLE NewHandle, IN INTERFACE_TYPE InterfaceType, IN ULONG BusNumber, IN PUSHORT DeviceIndexTable) |
NTSTATUS NTAPI | CmpSetupConfigurationTree (IN PCONFIGURATION_COMPONENT_DATA CurrentEntry, IN HANDLE ParentHandle, IN INTERFACE_TYPE InterfaceType, IN ULONG BusNumber) |
NTSTATUS NTAPI | CmpInitializeHardwareConfiguration (IN PLOADER_PARAMETER_BLOCK LoaderBlock) |
#define NDEBUG |
Definition at line 12 of file cmconfig.c.
NTSTATUS NTAPI CmpInitializeHardwareConfiguration | ( | IN PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
Definition at line 329 of file cmconfig.c.
Referenced by CmInitSystem1().
NTSTATUS NTAPI CmpInitializeRegistryNode | ( | IN PCONFIGURATION_COMPONENT_DATA | CurrentEntry, |
IN HANDLE | NodeHandle, | ||
OUT PHANDLE | NewHandle, | ||
IN INTERFACE_TYPE | InterfaceType, | ||
IN ULONG | BusNumber, | ||
IN PUSHORT | DeviceIndexTable | ||
) |
Definition at line 20 of file cmconfig.c.
Referenced by CmpInitializeMachineDependentConfiguration(), and CmpSetupConfigurationTree().
NTSTATUS NTAPI CmpSetupConfigurationTree | ( | IN PCONFIGURATION_COMPONENT_DATA | CurrentEntry, |
IN HANDLE | ParentHandle, | ||
IN INTERFACE_TYPE | InterfaceType, | ||
IN ULONG | BusNumber | ||
) |
Definition at line 205 of file cmconfig.c.
Referenced by CmpInitializeHardwareConfiguration(), and CmpSetupConfigurationTree().