|
ReactOS 0.4.16-dev-2534-gdcd45a5
|
#include <ntoskrnl.h>
Go to the source code of this file.
| PCONFIGURATION_COMPONENT_DATA NTAPI KeFindConfigurationEntry | ( | _In_ PCONFIGURATION_COMPONENT_DATA | Child, |
| _In_ CONFIGURATION_CLASS | Class, | ||
| _In_ CONFIGURATION_TYPE | Type, | ||
| _In_opt_ PULONG | ComponentKey | ||
| ) |
Definition at line 108 of file config.c.
Referenced by FindBootDisplayFromLoaderARCTree(), and NtLdrDetectBootVid().
| PCONFIGURATION_COMPONENT_DATA NTAPI KeFindConfigurationNextEntry | ( | _In_ PCONFIGURATION_COMPONENT_DATA | Child, |
| _In_ CONFIGURATION_CLASS | Class, | ||
| _In_ CONFIGURATION_TYPE | Type, | ||
| _In_opt_ PULONG | ComponentKey, | ||
| _Inout_ PCONFIGURATION_COMPONENT_DATA * | NextLink | ||
| ) |
Definition at line 21 of file config.c.
Referenced by FindBootDisplayFromLoaderARCTree(), HalpAcpiFindRsdtPhase0(), KeFindConfigurationEntry(), and KeFindConfigurationNextEntry().