Home | History | Annotate | Download | only in EsrtDxe

Lines Matching refs:Entry

48 // Attribute of Cached ESRT entry

73 Find Esrt Entry stored in ESRT repository.
75 @param[in] FwClass Firmware class guid in Esrt entry
77 @param[out] Entry Esrt entry returned
79 @retval EFI_SUCCESS Successfully find an Esrt entry
80 @retval EF_NOT_FOUND No Esrt entry found
87 OUT EFI_SYSTEM_RESOURCE_ENTRY *Entry
91 Insert a new ESRT entry into ESRT Cache repository.
93 @param[in] Entry Esrt entry to be set
101 IN EFI_SYSTEM_RESOURCE_ENTRY *Entry,
106 Delete ESRT Entry from ESRT repository.
108 @param[in] FwClass FwClass of Esrt entry to delete
112 @retval EFI_NOT_FOUND ESRT entry with FwClass doesn't exsit
122 Update one ESRT entry in ESRT repository
124 @param[in] Entry Esrt entry to be set
133 IN EFI_SYSTEM_RESOURCE_ENTRY *Entry,
138 Init one ESRT entry according to input FmpImageInfo (V1, V2, V3) .
140 @param[in, out] EsrtEntry Esrt entry to be Init
153 Get ESRT entry from ESRT Cache by FwClass Guid
155 @param[in] FwClass FwClass of Esrt entry to get
156 @param[in, out] Entry Esrt entry returned
158 @retval EFI_SUCCESS The variable saving this Esrt Entry exists.
167 IN OUT EFI_SYSTEM_RESOURCE_ENTRY *Entry
171 Update one ESRT entry in ESRT Cache.
173 @param[in] Entry Esrt entry to be updated
175 @retval EFI_SUCCESS Successfully update an ESRT entry in cache.
176 @retval EFI_INVALID_PARAMETER Entry does't exist in ESRT Cache
183 IN EFI_SYSTEM_RESOURCE_ENTRY *Entry
187 Non-FMP instance to unregister Esrt Entry from ESRT Cache.
189 @param[in] FwClass FwClass of Esrt entry to Unregister
192 @retval EFI_NOT_FOUND Entry of FwClass does not exsit
202 Non-FMP instance to register one ESRT entry into ESRT Cache.
204 @param[in] Entry Esrt entry to be set
207 @retval EFI_INVALID_PARAMETER ESRT Entry is already exist
212 IN EFI_SYSTEM_RESOURCE_ENTRY *Entry