Searched refs:NtosBootLoaders (Results 1 – 1 of 1) sorted by relevance
125 NTOS_BOOT_LOADER_FILES NtosBootLoaders[] = variable134 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 …]