Home
last modified time | relevance | path

Searched refs:NtosBootLoaders (Results 1 – 1 of 1) sorted by relevance

/reactos/base/setup/lib/utils/
H A Dbldrsup.c125 NTOS_BOOT_LOADER_FILES NtosBootLoaders[] = variable
134 C_ASSERT(_countof(NtosBootLoaders) == BldrTypeMax);
167 LoaderExecutable = NtosBootLoaders[Type].LoaderExecutables; in FindBootStore()
456 RtlInitUnicodeString(&Name, NtosBootLoaders[Type].LoaderConfigurationFile); in OpenIniBootLoaderStore()
512 NtosBootLoaders[Type].LoaderConfigurationFile); in OpenIniBootLoaderStore()
574 NtosBootLoaders[Type].LoaderConfigurationFile, Status); in OpenIniBootLoaderStore()
618 NtosBootLoaders[Type].LoaderConfigurationFile, Status); in OpenIniBootLoaderStore()
912 if (Type >= BldrTypeMax || NtosBootLoaders[Type].Type >= BldrTypeMax) in OpenBootStoreByHandle()
932 return NtosBootLoaders[Type].OpenBootStore(Handle, in OpenBootStoreByHandle()
960 if (Type >= BldrTypeMax || NtosBootLoaders[Type].Type >= BldrTypeMax) in OpenBootStore_UStr()
[all …]