|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| PCONFIGURATION_COMPONENT_DATA NTAPI KeFindConfigurationEntry | ( | IN PCONFIGURATION_COMPONENT_DATA | Child, |
| IN CONFIGURATION_CLASS | Class, | ||
| IN CONFIGURATION_TYPE | Type, | ||
| IN PULONG ComponentKey | OPTIONAL | ||
| ) |
Definition at line 22 of file config.c.
| PCONFIGURATION_COMPONENT_DATA NTAPI KeFindConfigurationNextEntry | ( | IN PCONFIGURATION_COMPONENT_DATA | Child, |
| IN CONFIGURATION_CLASS | Class, | ||
| IN CONFIGURATION_TYPE | Type, | ||
| IN PULONG ComponentKey | OPTIONAL, | ||
| IN PCONFIGURATION_COMPONENT_DATA * | NextLink | ||
| ) |
Definition at line 42 of file config.c.
Referenced by HalpAcpiFindRsdtPhase0(), KeFindConfigurationEntry(), and KeFindConfigurationNextEntry().