summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/FwVol/FwVol.c
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-08 02:17:45 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-08 02:17:45 +0000
commit15273993817c9996395e08768f7a8b37e45fe1cc (patch)
treee4d76cb02c00204e2c6a54eb96edf0a952d0fa60 /MdeModulePkg/Core/Pei/FwVol/FwVol.c
parentdc857d5641883b98e4f73c9da6fb131d43962bb8 (diff)
downloadedk2-15273993817c9996395e08768f7a8b37e45fe1cc.zip
edk2-15273993817c9996395e08768f7a8b37e45fe1cc.tar.gz
edk2-15273993817c9996395e08768f7a8b37e45fe1cc.tar.bz2
Correct comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5617 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/FwVol/FwVol.c')
-rw-r--r--MdeModulePkg/Core/Pei/FwVol/FwVol.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/MdeModulePkg/Core/Pei/FwVol/FwVol.c b/MdeModulePkg/Core/Pei/FwVol/FwVol.c
index cc92090..73216c6 100644
--- a/MdeModulePkg/Core/Pei/FwVol/FwVol.c
+++ b/MdeModulePkg/Core/Pei/FwVol/FwVol.c
@@ -144,6 +144,9 @@ PeiFileHandleToVolume (
@param FileName File name
@param SearchType Filter to find only files of this type.
Type EFI_FV_FILETYPE_ALL causes no filtering to be done.
+ Type PEI_CORE_INTERNAL_FFS_FILE_DISPATCH_TYPE is an FFS type
+ extension used for PeiFindFileEx. It indicates current
+ Ffs searching is for all PEIMs can be dispatched by PeiCore.
@param FileHandle This parameter must point to a valid FFS volume.
@param AprioriFile Pointer to AprioriFile image in this FV if has
@@ -651,13 +654,13 @@ PeiFvFindNextVolume (
Given the input VolumeHandle, search for the next matching name file.
- @param FileName - File name to search.
- @param VolumeHandle - The current FV to search.
- @param FileHandle - Pointer to the file matching name in VolumeHandle.
- - NULL if file not found
-
- @return EFI_STATUS
+ @param FileName File name to search.
+ @param VolumeHandle The current FV to search.
+ @param FileHandle Pointer to the file matching name in VolumeHandle.
+ NULL if file not found
+ @retval EFI_NOT_FOUND No files matching the search criteria were found
+ @retval EFI_SUCCESS Success to search given file
**/
EFI_STATUS
EFIAPI