mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOS] "Bugzilla" --> "Jira"
This commit is contained in:
parent
dfc2cc4e42
commit
30369b8005
2 changed files with 6 additions and 6 deletions
|
@ -514,7 +514,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
||||||
Data.Buffer,
|
Data.Buffer,
|
||||||
Data.Length + sizeof(UNICODE_NULL));
|
Data.Length + sizeof(UNICODE_NULL));
|
||||||
|
|
||||||
/* ROS: Save a copy for bugzilla reporting */
|
/* ROS: Save a copy for Jira reporting */
|
||||||
if (!RtlCreateUnicodeString(&KeRosProcessorName, Data.Buffer))
|
if (!RtlCreateUnicodeString(&KeRosProcessorName, Data.Buffer))
|
||||||
{
|
{
|
||||||
/* Do not fail for this */
|
/* Do not fail for this */
|
||||||
|
@ -709,7 +709,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
||||||
Data.Buffer,
|
Data.Buffer,
|
||||||
Data.Length + sizeof(UNICODE_NULL));
|
Data.Length + sizeof(UNICODE_NULL));
|
||||||
|
|
||||||
/* ROS: Save a copy for bugzilla reporting */
|
/* ROS: Save a copy for Jira reporting */
|
||||||
if (!RtlCreateUnicodeString(&KeRosBiosDate, Data.Buffer))
|
if (!RtlCreateUnicodeString(&KeRosBiosDate, Data.Buffer))
|
||||||
KeRosBiosDate.Length = 0;
|
KeRosBiosDate.Length = 0;
|
||||||
|
|
||||||
|
@ -772,7 +772,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
||||||
BiosVersion,
|
BiosVersion,
|
||||||
TotalLength);
|
TotalLength);
|
||||||
|
|
||||||
/* ROS: Save a copy for bugzilla reporting */
|
/* ROS: Save a copy for Jira reporting */
|
||||||
if (!RtlCreateUnicodeString(&KeRosBiosVersion, (PWCH)BiosVersion))
|
if (!RtlCreateUnicodeString(&KeRosBiosVersion, (PWCH)BiosVersion))
|
||||||
KeRosBiosVersion.Length = 0;
|
KeRosBiosVersion.Length = 0;
|
||||||
}
|
}
|
||||||
|
@ -816,7 +816,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
||||||
Data.Buffer,
|
Data.Buffer,
|
||||||
Data.Length + sizeof(UNICODE_NULL));
|
Data.Length + sizeof(UNICODE_NULL));
|
||||||
|
|
||||||
/* ROS: Save a copy for bugzilla reporting */
|
/* ROS: Save a copy for Jira reporting */
|
||||||
if (!RtlCreateUnicodeString(&KeRosVideoBiosDate, Data.Buffer))
|
if (!RtlCreateUnicodeString(&KeRosVideoBiosDate, Data.Buffer))
|
||||||
KeRosVideoBiosDate.Length = 0;
|
KeRosVideoBiosDate.Length = 0;
|
||||||
|
|
||||||
|
@ -874,7 +874,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
||||||
BiosVersion,
|
BiosVersion,
|
||||||
TotalLength);
|
TotalLength);
|
||||||
|
|
||||||
/* ROS: Save a copy for bugzilla reporting */
|
/* ROS: Save a copy for Jira reporting */
|
||||||
if (!RtlCreateUnicodeString(&KeRosVideoBiosVersion, (PWCH)BiosVersion))
|
if (!RtlCreateUnicodeString(&KeRosVideoBiosVersion, (PWCH)BiosVersion))
|
||||||
KeRosVideoBiosVersion.Length = 0;
|
KeRosVideoBiosVersion.Length = 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ ULONG_PTR KiBugCheckData[5];
|
||||||
PKNMI_HANDLER_CALLBACK KiNmiCallbackListHead = NULL;
|
PKNMI_HANDLER_CALLBACK KiNmiCallbackListHead = NULL;
|
||||||
KSPIN_LOCK KiNmiCallbackListLock;
|
KSPIN_LOCK KiNmiCallbackListLock;
|
||||||
|
|
||||||
/* Bugzilla Reporting */
|
/* Jira Reporting */
|
||||||
UNICODE_STRING KeRosProcessorName, KeRosBiosDate, KeRosBiosVersion;
|
UNICODE_STRING KeRosProcessorName, KeRosBiosDate, KeRosBiosVersion;
|
||||||
UNICODE_STRING KeRosVideoBiosDate, KeRosVideoBiosVersion;
|
UNICODE_STRING KeRosVideoBiosDate, KeRosVideoBiosVersion;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue