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:
@@ -100,7 +100,7 @@ EFI_STATUS
|
||||
Arguments:
|
||||
This - Points to this instance of EFI_HASH_PROTOCOL.
|
||||
HashAlgorithm - Points to the EFI_GUID which identifies the algorithm to use.
|
||||
HashSize - Holds the returned size of the algorithm<EFBFBD><EFBFBD>s hash.
|
||||
HashSize - Holds the returned size of the algorithm's hash.
|
||||
|
||||
Returns:
|
||||
EFI_SUCCESS - Hash size returned successfully.
|
||||
@@ -139,7 +139,7 @@ EFI_STATUS
|
||||
EFI_SUCCESS - Hash returned successfully.
|
||||
EFI_INVALID_PARAMETER - Message or Hash is NULL
|
||||
EFI_UNSUPPORTED - The algorithm specified by HashAlgorithm is not supported by this
|
||||
driver. Or extend is TRUE and the algorithm doesn<EFBFBD><EFBFBD>t support extending the hash.
|
||||
driver. Or extend is TRUE and the algorithm doesn't support extending the hash.
|
||||
|
||||
--*/
|
||||
;
|
||||
|
@@ -114,13 +114,13 @@ EFI_STATUS
|
||||
wide and Height pixels high. The string will be drawn onto this image and
|
||||
EFI_HII_OUT_FLAG_CLIP is implied. If this points to a NULL on entry, then a
|
||||
buffer will be allocated to hold the generated image and the pointer updated on exit. It
|
||||
is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
|
||||
is the caller's responsibility to free this buffer.
|
||||
BltX,BLTY - Specifies the offset from the left and top edge of the image of the first character cell in
|
||||
the image.
|
||||
RowInfoArray - If this is non-NULL on entry, then on exit, this will point to an allocated buffer
|
||||
containing row information and RowInfoArraySize will be updated to contain the
|
||||
number of elements. This array describes the characters which were at least partially
|
||||
drawn and the heights of the rows. It is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
|
||||
drawn and the heights of the rows. It is the caller's responsibility to free this buffer.
|
||||
RowInfoArraySize - If this is non-NULL on entry, then on exit it contains the number of elements in
|
||||
RowInfoArray.
|
||||
ColumnInfoArray - If this is non-NULL, then on return it will be filled with the horizontal offset for each
|
||||
@@ -162,7 +162,7 @@ EFI_STATUS
|
||||
This - A pointer to the EFI_HII_FONT_PROTOCOL instance.
|
||||
Flags - Describes how the string is to be drawn.
|
||||
PackageList - The package list in the HII database to search for the specified string.
|
||||
StringId - The string<EFBFBD><EFBFBD>s id, which is unique within PackageList.
|
||||
StringId - The string's id, which is unique within PackageList.
|
||||
Language - Points to the language for the retrieved string. If NULL, then the current system
|
||||
language is used.
|
||||
StringInfo - Points to the string output information, including the color and font.
|
||||
@@ -171,13 +171,13 @@ EFI_STATUS
|
||||
wide and Height pixels high. The string will be drawn onto this image and
|
||||
EFI_HII_OUT_FLAG_CLIP is implied. If this points to a NULL on entry, then a
|
||||
buffer will be allocated to hold the generated image and the pointer updated on exit. It
|
||||
is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
|
||||
is the caller's responsibility to free this buffer.
|
||||
BltX,BLTY - Specifies the offset from the left and top edge of the image of the first character cell in
|
||||
the image.
|
||||
RowInfoArray - If this is non-NULL on entry, then on exit, this will point to an allocated buffer
|
||||
containing row information and RowInfoArraySize will be updated to contain the
|
||||
number of elements. This array describes the characters which were at least partially
|
||||
drawn and the heights of the rows. It is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
|
||||
drawn and the heights of the rows. It is the caller's responsibility to free this buffer.
|
||||
RowInfoArraySize - If this is non-NULL on entry, then on exit it contains the number of elements in
|
||||
RowInfoArray.
|
||||
ColumnInfoArray - If this is non-NULL, then on return it will be filled with the horizontal offset for each
|
||||
@@ -214,7 +214,7 @@ EFI_STATUS
|
||||
StringInfo - Points to the string font and color information or NULL if the string should use the
|
||||
default system font and color.
|
||||
Blt - Thus must point to a NULL on entry. A buffer will be allocated to hold the output and
|
||||
the pointer updated on exit. It is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
|
||||
the pointer updated on exit. It is the caller's responsibility to free this buffer.
|
||||
Baseline - Number of pixels from the bottom of the bitmap to the baseline.
|
||||
|
||||
Returns:
|
||||
@@ -251,7 +251,7 @@ EFI_STATUS
|
||||
first font. On return, points to the returned font handle or
|
||||
points to NULL if there are no more matching fonts.
|
||||
StringInfoIn - Upon entry, points to the font to return information about.
|
||||
StringInfoOut - Upon return, contains the matching font<EFBFBD><EFBFBD>s information.
|
||||
StringInfoOut - Upon return, contains the matching font's information.
|
||||
If NULL, then no information is returned.
|
||||
It's caller's responsibility to free this buffer.
|
||||
String - Points to the string which will be tested to determine
|
||||
|
@@ -113,7 +113,7 @@ EFI_STATUS
|
||||
Arguments:
|
||||
This - A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||
PackageList - Handle of the package list where this image will be searched.
|
||||
ImageId - The image<EFBFBD><EFBFBD>s id,, which is unique within PackageList.
|
||||
ImageId - The image's id,, which is unique within PackageList.
|
||||
Image - Points to the image.
|
||||
ImageSize - On entry, points to the size of the buffer pointed to by Image, in bytes. On return,
|
||||
points to the length of the image, in bytes.
|
||||
@@ -144,7 +144,7 @@ EFI_STATUS
|
||||
Arguments:
|
||||
This - A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
|
||||
PackageList - The package list containing the images.
|
||||
ImageId - The image<EFBFBD><EFBFBD>s id,, which is unique within PackageList.
|
||||
ImageId - The image's id,, which is unique within PackageList.
|
||||
Image - Points to the image.
|
||||
|
||||
Returns:
|
||||
@@ -182,7 +182,7 @@ EFI_STATUS
|
||||
EFI_HII_DRAW_FLAG_CLIP is implied. If this points to a
|
||||
NULL on entry, then a buffer will be allocated to hold
|
||||
the generated image and the pointer updated on exit. It
|
||||
is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
|
||||
is the caller's responsibility to free this buffer.
|
||||
BltX, BltY - Specifies the offset from the left and top edge of the
|
||||
output image of the first pixel in the image.
|
||||
|
||||
@@ -226,7 +226,7 @@ EFI_STATUS
|
||||
EFI_HII_DRAW_FLAG_CLIP is implied. If this points to a
|
||||
NULL on entry, then a buffer will be allocated to hold
|
||||
the generated image and the pointer updated on exit. It
|
||||
is the caller<EFBFBD><EFBFBD>s responsibility to free this buffer.
|
||||
is the caller's responsibility to free this buffer.
|
||||
BltX, BltY - Specifies the offset from the left and top edge of the
|
||||
output image of the first pixel in the image.
|
||||
|
||||
|
@@ -65,7 +65,7 @@ EFI_STATUS
|
||||
associated with a given Language is not zero, the LanguageName being passed
|
||||
in will be ignored.
|
||||
String - Points to the new null-terminated string.
|
||||
StringFontInfo - Points to the new string<EFBFBD><EFBFBD>s font information or NULL if the string should have the
|
||||
StringFontInfo - Points to the new string's font information or NULL if the string should have the
|
||||
default system font, size and style.
|
||||
|
||||
Returns:
|
||||
@@ -105,7 +105,7 @@ EFI_STATUS
|
||||
StringSize - On entry, points to the size of the buffer pointed to by
|
||||
String, in bytes. On return,
|
||||
points to the length of the string, in bytes.
|
||||
StringFontInfo - If not NULL, points to the string<EFBFBD><EFBFBD>s font information.
|
||||
StringFontInfo - If not NULL, points to the string's font information.
|
||||
It's caller's responsibility to free this buffer.
|
||||
|
||||
Returns:
|
||||
@@ -139,10 +139,10 @@ EFI_STATUS
|
||||
Arguments:
|
||||
This - A pointer to the EFI_HII_STRING_PROTOCOL instance.
|
||||
PackageList - The package list containing the strings.
|
||||
StringId - The string<EFBFBD><EFBFBD>s id, which is unique within PackageList.
|
||||
StringId - The string's id, which is unique within PackageList.
|
||||
Language - Points to the language for the updated string.
|
||||
String - Points to the new null-terminated string.
|
||||
StringFontInfo - Points to the string<EFBFBD><EFBFBD>s font information or NULL if the string font information is not
|
||||
StringFontInfo - Points to the string's font information or NULL if the string font information is not
|
||||
changed.
|
||||
|
||||
Returns:
|
||||
|
@@ -83,7 +83,7 @@ EFI_STATUS
|
||||
EFI_INVALID_PARAMETER - A NULL Buffer was specified with a non-zero
|
||||
BufferSize or the device is operating in fixed block
|
||||
size mode and the BufferSize was not a multiple of
|
||||
device<EFBFBD><EFBFBD>s fixed block size
|
||||
device's fixed block size
|
||||
EFI_DEVICE_ERROR - A device error occurred while attempting to transfer data
|
||||
from the media.
|
||||
|
||||
@@ -124,7 +124,7 @@ EFI_STATUS
|
||||
EFI_INVALID_PARAMETER - A NULL Buffer was specified with a non-zero
|
||||
BufferSize or the device is operating in fixed block
|
||||
size mode and the BufferSize was not a multiple of
|
||||
device<EFBFBD><EFBFBD>s fixed block size
|
||||
device's fixed block size
|
||||
EFI_DEVICE_ERROR A device error occurred while attempting to transfer data
|
||||
from the media.
|
||||
|
||||
|
Reference in New Issue
Block a user