Lines Matching refs:NtosBootLoaders
125 NTOS_BOOT_LOADER_FILES NtosBootLoaders[] = variable
134 C_ASSERT(_countof(NtosBootLoaders) == BldrTypeMax);
167 LoaderExecutable = NtosBootLoaders[Type].LoaderExecutables; in FindBootStore()
197 Status = OpenAndMapFile(PartitionDirectoryHandle, NtosBootLoaders[Type].LoaderConfigurationFile, in FindBootStore()
201 if (!DoesFileExist(PartitionDirectoryHandle, NtosBootLoaders[Type].LoaderConfigurationFile)) in FindBootStore()
206 …DPRINT1("Loader configuration file '%S' does not exist\n", NtosBootLoaders[Type].LoaderConfigurati… 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()
914 DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[Type].Type); in OpenBootStoreByHandle()
932 return NtosBootLoaders[Type].OpenBootStore(Handle, in OpenBootStoreByHandle()
960 if (Type >= BldrTypeMax || NtosBootLoaders[Type].Type >= BldrTypeMax) in OpenBootStore_UStr()
962 DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[Type].Type); in OpenBootStore_UStr()
1030 if (BootStore->Type >= BldrTypeMax || NtosBootLoaders[BootStore->Type].Type >= BldrTypeMax) in CloseBootStore()
1032 … DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[BootStore->Type].Type); in CloseBootStore()
1036 return NtosBootLoaders[BootStore->Type].CloseBootStore(Handle /* BootStore */); in CloseBootStore()
1216 … DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[BootStore->Type].Type); in DeleteBootStoreEntry()
1250 … DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[BootStore->Type].Type); in ModifyBootStoreEntry()
1285 … DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[BootStore->Type].Type); in QueryBootStoreEntry()
1381 … DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[BootStore->Type].Type); in SetBootStoreOptions()
1714 if (BootStore->Type >= BldrTypeMax || NtosBootLoaders[BootStore->Type].Type >= BldrTypeMax) in EnumerateBootStoreEntries()
1716 … DPRINT1("Loader type %d is currently unsupported!\n", NtosBootLoaders[BootStore->Type].Type); in EnumerateBootStoreEntries()
1721 return NtosBootLoaders[BootStore->Type].EnumBootStoreEntries( in EnumerateBootStoreEntries()