Data Structures | |
struct | SPD_ENTRY_INDEXER |
struct | SAD_ENTRY_INDEXER |
struct | PAD_ENTRY_INDEXER |
union | POLICY_ENTRY_INDEXER |
Typedefs | |
typedef EFI_STATUS(* | CONSTRUCT_POLICY_ENTRY_INDEXER )(IN POLICY_ENTRY_INDEXER *Indexer, IN LIST_ENTRY *ParamPackage) |
Variables | |
CONSTRUCT_POLICY_ENTRY_INDEXER | mConstructPolicyEntryIndexer [] |
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
typedef EFI_STATUS(* CONSTRUCT_POLICY_ENTRY_INDEXER)(IN POLICY_ENTRY_INDEXER *Indexer, IN LIST_ENTRY *ParamPackage) |
The prototype for the ConstructSpdIndexer()/ConstructSadIndexer()/ConstructPadIndexer(). Fill in SPD_ENTRY_INDEXER/SAD_ENTRY_INDEXER/PAD_ENTRY_INDEXER through ParamPackage list.
[in,out] | Indexer | The pointer to the POLICY_ENTRY_INDEXER union. |
[in] | ParamPackage | The pointer to the ParamPackage list. |
EFI_SUCCESS | Filled in POLICY_ENTRY_INDEXER successfully. |
Referenced by AddOrInsertPolicyEntry(), EditPolicyEntry(), and FlushOrDeletePolicyEntry().