Home | History | Annotate | Download | only in HiiImage

Lines Matching refs:PackageList

73   IN  EFI_HII_HANDLE                 PackageList,

80 This function adds the image Image to the group of images owned by PackageList, and returns
85 PackageList - Handle of the package list where this image will be added.
86 ImageId - On return, contains the new image id, which is unique within PackageList.
91 EFI_NOT_FOUND - The specified PackageList could not be found in database.
102 IN EFI_HII_HANDLE PackageList,
110 the specified PackageList and copies it into the buffer specified by Image.
114 PackageList - Handle of the package list where this image will be searched.
115 ImageId - The image's id,, which is unique within PackageList.
121 The specified PackageList is not in the database.
133 IN EFI_HII_HANDLE PackageList,
145 PackageList - The package list containing the images.
146 ImageId - The image's id,, which is unique within PackageList.
152 The specified PackageList is not in the database.
203 IN EFI_HII_HANDLE PackageList,
220 PackageList - The package list in the HII database to search for the
222 ImageId - The image's id, which is unique within PackageList.
237 The specified PackageList is not in the database.