Remove unrecognized chars in comment for all source C/h files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5354 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -69,7 +69,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
Event - Event whose notification function is being invoked.
|
||||
Context - Pointer to the notification function<EFBFBD><EFBFBD>s context, which is
|
||||
Context - Pointer to the notification function's context, which is
|
||||
implementation-dependent.
|
||||
|
||||
Returns:
|
||||
@@ -513,7 +513,7 @@ EfiGetNextHighMonotonicCount (
|
||||
|
||||
Routine Description:
|
||||
|
||||
Returns the next high 32 bits of the platform<EFBFBD><EFBFBD>s monotonic counter.
|
||||
Returns the next high 32 bits of the platform's monotonic counter.
|
||||
|
||||
Arguments:
|
||||
|
||||
@@ -541,7 +541,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
Time - A pointer to storage to receive a snapshot of the current time.
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device<EFBFBD><EFBFBD>s
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device's
|
||||
capabilities.
|
||||
|
||||
Returns:
|
||||
@@ -638,7 +638,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - If not NULL, a pointer to the memory location to return the
|
||||
attributes bitmask for the variable.
|
||||
@@ -700,7 +700,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - Attributes bitmask to set for the variable.
|
||||
DataSize - The size in bytes of the Data buffer.
|
||||
|
@@ -669,7 +669,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
Time - A pointer to storage to receive a snapshot of the current time.
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device<EFBFBD><EFBFBD>s
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device's
|
||||
capabilities.
|
||||
|
||||
Returns:
|
||||
|
@@ -4577,9 +4577,9 @@ AsmReadDbr (
|
||||
|
||||
All processor implementations provide at least 4 performance counters
|
||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow
|
||||
status registers (PMC [0]<EFBFBD><EFBFBD> PMC [3]). Processor implementations may provide
|
||||
status registers (PMC [0]... PMC [3]). Processor implementations may provide
|
||||
additional implementation-dependent PMC and PMD to increase the number of
|
||||
<EFBFBD><EFBFBD>generic<EFBFBD><EFBFBD> performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
||||
'generic' performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
||||
register set is implementation dependent. No parameter checking is performed
|
||||
on Index. If the Index value is beyond the implemented PMC register range,
|
||||
zero value will be returned.
|
||||
@@ -4603,9 +4603,9 @@ AsmReadPmc (
|
||||
|
||||
All processor implementations provide at least 4 performance counters
|
||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter
|
||||
overflow status registers (PMC [0]<EFBFBD><EFBFBD> PMC [3]). Processor implementations may
|
||||
overflow status registers (PMC [0]... PMC [3]). Processor implementations may
|
||||
provide additional implementation-dependent PMC and PMD to increase the number
|
||||
of <EFBFBD><EFBFBD>generic<EFBFBD><EFBFBD> performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
||||
of 'generic' performance counters (PMC/PMD pairs). The remainder of PMC and PMD
|
||||
register set is implementation dependent. No parameter checking is performed
|
||||
on Index. If the Index value is beyond the implemented PMD register range,
|
||||
zero value will be returned.
|
||||
@@ -4685,8 +4685,8 @@ AsmWriteDbr (
|
||||
Writes current value of Performance Monitor Configuration Register specified by Index.
|
||||
All processor implementations provide at least 4 performance counters
|
||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow status
|
||||
registers (PMC [0]<EFBFBD><EFBFBD> PMC [3]). Processor implementations may provide additional
|
||||
implementation-dependent PMC and PMD to increase the number of <EFBFBD><EFBFBD>generic<EFBFBD><EFBFBD> performance
|
||||
registers (PMC [0]... PMC [3]). Processor implementations may provide additional
|
||||
implementation-dependent PMC and PMD to increase the number of 'generic' performance
|
||||
counters (PMC/PMD pairs). The remainder of PMC and PMD register set is implementation
|
||||
dependent. No parameter checking is performed on Index. If the Index value is
|
||||
beyond the implemented PMC register range, the write is ignored.
|
||||
@@ -4712,8 +4712,8 @@ AsmWritePmc (
|
||||
Writes current value of Performance Monitor Data Register specified by Index.
|
||||
All processor implementations provide at least 4 performance counters
|
||||
(PMC/PMD [4]...PMC/PMD [7] pairs), and 4 performance monitor counter overflow
|
||||
status registers (PMC [0]<EFBFBD><EFBFBD> PMC [3]). Processor implementations may provide
|
||||
additional implementation-dependent PMC and PMD to increase the number of <EFBFBD><EFBFBD>generic<EFBFBD><EFBFBD>
|
||||
status registers (PMC [0]... PMC [3]). Processor implementations may provide
|
||||
additional implementation-dependent PMC and PMD to increase the number of 'generic'
|
||||
performance counters (PMC/PMD pairs). The remainder of PMC and PMD register set
|
||||
is implementation dependent. No parameter checking is performed on Index. If the
|
||||
Index value is beyond the implemented PMD register range, the write is ignored.
|
||||
@@ -4816,7 +4816,7 @@ AsmCpuVirtual (
|
||||
as optional, a unique return code of 0xFFFFFFFFFFFFFFFF is returned in the
|
||||
Status field of the PAL_CALL_RETURN structure.
|
||||
This indicates that the procedure is not present in this PAL implementation.
|
||||
It is the caller<EFBFBD><EFBFBD>s responsibility to check for this return code after calling
|
||||
It is the caller's responsibility to check for this return code after calling
|
||||
any optional PAL procedure.
|
||||
No parameter checking is performed on the 5 input parameters, but there are
|
||||
some common rules that the caller should follow when making a PAL call. Any
|
||||
|
@@ -504,7 +504,7 @@ Arguments:
|
||||
|
||||
Length - The length in bytes of memory allocated by this HOB.
|
||||
|
||||
Name - A GUID that defines the memory allocation region<EFBFBD><EFBFBD>s type and purpose,
|
||||
Name - A GUID that defines the memory allocation region's type and purpose,
|
||||
as well as other fields within the memory allocation HOB.
|
||||
|
||||
MemoryType - Defines the type of memory allocated by this HOB.
|
||||
|
@@ -300,7 +300,7 @@ Arguments:
|
||||
|
||||
Length - The length in bytes of memory allocated by this HOB.
|
||||
|
||||
Name - A GUID that defines the memory allocation region<EFBFBD><EFBFBD>s type and purpose,
|
||||
Name - A GUID that defines the memory allocation region's type and purpose,
|
||||
as well as other fields within the memory allocation HOB.
|
||||
|
||||
MemoryType - Defines the type of memory allocated by this HOB.
|
||||
|
@@ -575,7 +575,7 @@ EfiGetNextHighMonotonicCount (
|
||||
|
||||
Routine Description:
|
||||
|
||||
Returns the next high 32 bits of the platform<EFBFBD><EFBFBD>s monotonic counter.
|
||||
Returns the next high 32 bits of the platform's monotonic counter.
|
||||
|
||||
Arguments:
|
||||
|
||||
@@ -614,7 +614,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - If not NULL, a pointer to the memory location to return the
|
||||
attributes bitmask for the variable.
|
||||
@@ -708,7 +708,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - Attributes bitmask to set for the variable.
|
||||
DataSize - The size in bytes of the Data buffer.
|
||||
@@ -806,7 +806,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
Time - A pointer to storage to receive a snapshot of the current time.
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device<EFBFBD><EFBFBD>s
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device's
|
||||
capabilities.
|
||||
|
||||
Returns:
|
||||
|
@@ -478,7 +478,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
Time - A pointer to storage to receive a snapshot of the current time.
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device<EFBFBD><EFBFBD>s
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device's
|
||||
capabilities.
|
||||
|
||||
Returns:
|
||||
@@ -583,7 +583,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - If not NULL, a pointer to the memory location to return the
|
||||
attributes bitmask for the variable.
|
||||
@@ -649,7 +649,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - Attributes bitmask to set for the variable.
|
||||
DataSize - The size in bytes of the Data buffer.
|
||||
@@ -711,7 +711,7 @@ EfiGetNextHighMonotonicCount (
|
||||
|
||||
Routine Description:
|
||||
|
||||
Returns the next high 32 bits of the platform<EFBFBD><EFBFBD>s monotonic counter.
|
||||
Returns the next high 32 bits of the platform's monotonic counter.
|
||||
|
||||
Arguments:
|
||||
|
||||
|
@@ -478,7 +478,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
Time - A pointer to storage to receive a snapshot of the current time.
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device<EFBFBD><EFBFBD>s
|
||||
Capabilities - An optional pointer to a buffer to receive the real time clock device's
|
||||
capabilities.
|
||||
|
||||
Returns:
|
||||
@@ -583,7 +583,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - If not NULL, a pointer to the memory location to return the
|
||||
attributes bitmask for the variable.
|
||||
@@ -649,7 +649,7 @@ Routine Description:
|
||||
Arguments:
|
||||
|
||||
VariableName - A Null-terminated Unicode string that is the name of the
|
||||
vendor<EFBFBD><EFBFBD>s variable.
|
||||
vendor's variable.
|
||||
VendorGuid - A unique identifier for the vendor.
|
||||
Attributes - Attributes bitmask to set for the variable.
|
||||
DataSize - The size in bytes of the Data buffer.
|
||||
@@ -711,7 +711,7 @@ EfiGetNextHighMonotonicCount (
|
||||
|
||||
Routine Description:
|
||||
|
||||
Returns the next high 32 bits of the platform<EFBFBD><EFBFBD>s monotonic counter.
|
||||
Returns the next high 32 bits of the platform's monotonic counter.
|
||||
|
||||
Arguments:
|
||||
|
||||
|
Reference in New Issue
Block a user