Lines Matching refs:Entry
34 Get Variable name and data by Esrt Entry FwClass
36 @param[in] FwClass FwClass of Esrt entry to get
37 @param[in out] Entry Esrt entry returned
39 @retval EFI_SUCCESS The variable saving this Esrt Entry exists.
47 IN OUT EFI_SYSTEM_RESOURCE_ENTRY *Entry
52 Update one ESRT entry in ESRT Cache.
54 @param[in] Entry Esrt entry to be updated
56 @retval EFI_SUCCESS Successfully update an ESRT entry in cache.
57 @retval EFI_INVALID_PARAMETER Entry does't exist in ESRT Cache
64 IN EFI_SYSTEM_RESOURCE_ENTRY *Entry
69 Non-FMP instance to unregister Esrt Entry from ESRT Cache.
71 @param[in] FwClass FwClass of Esrt entry to Unregister
85 Non-FMP instance to register one ESRT entry into ESRT Cache.
87 @param[in] Entry Esrt entry to be set
90 @retval EFI_INVALID_PARAMETER ESRT Entry is already exist
97 IN EFI_SYSTEM_RESOURCE_ENTRY *Entry