]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/FwVol/FwVol.c
Correct comments.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.c
index cc9209023f9588c637cfa6965e41030ff1de29a0..73216c6b627f86499f4337ae73d59d428c0c1bd2 100644 (file)
@@ -144,6 +144,9 @@ PeiFileHandleToVolume (
   @param FileName        File name\r
   @param SearchType      Filter to find only files of this type.\r
                          Type EFI_FV_FILETYPE_ALL causes no filtering to be done.\r
+                         Type PEI_CORE_INTERNAL_FFS_FILE_DISPATCH_TYPE is an FFS type \r
+                         extension used for PeiFindFileEx. It indicates current\r
+                         Ffs searching is for all PEIMs can be dispatched by PeiCore.                         \r
   @param FileHandle      This parameter must point to a valid FFS volume.\r
   @param AprioriFile     Pointer to AprioriFile image in this FV if has\r
 \r
@@ -651,13 +654,13 @@ PeiFvFindNextVolume (
   Given the input VolumeHandle, search for the next matching name file.\r
 \r
 \r
-  @param FileName        - File name to search.\r
-  @param VolumeHandle    - The current FV to search.\r
-  @param FileHandle      - Pointer to the file matching name in VolumeHandle.\r
-                         - NULL if file not found\r
-\r
-  @return EFI_STATUS\r
+  @param FileName        File name to search.\r
+  @param VolumeHandle    The current FV to search.\r
+  @param FileHandle      Pointer to the file matching name in VolumeHandle.\r
+                         NULL if file not found\r
 \r
+  @retval EFI_NOT_FOUND  No files matching the search criteria were found\r
+  @retval EFI_SUCCESS    Success to search given file\r
 **/\r
 EFI_STATUS\r
 EFIAPI \r