HomeSort by relevance Sort by last modified time
    Searched refs:SIfrRecord (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.cpp 493 SIfrRecord::SIfrRecord (
504 SIfrRecord::~SIfrRecord (
529 SIfrRecord *pNode;
538 SIfrRecord *
544 SIfrRecord *pNode = NULL;
566 SIfrRecord *pNew;
572 if ((pNew = new SIfrRecord) == NULL) {
597 SIfrRecord *pNode;
    [all...]
VfrFormPkg.h 140 struct SIfrRecord {
145 SIfrRecord *mNext;
147 SIfrRecord (VOID);
148 ~SIfrRecord (VOID);
158 SIfrRecord *mIfrRecordListHead;
159 SIfrRecord *mIfrRecordListTail;
161 SIfrRecord * GetRecordInfoFromIdx (IN UINT32);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.cpp 975 SIfrRecord::SIfrRecord (
986 SIfrRecord::~SIfrRecord (
1018 SIfrRecord *pNode;
1027 SIfrRecord *
1033 SIfrRecord *pNode = NULL;
1055 SIfrRecord *pNew;
1061 if ((pNew = new SIfrRecord) == NULL) {
1086 SIfrRecord *pNode;
    [all...]
VfrFormPkg.h 178 struct SIfrRecord {
183 SIfrRecord *mNext;
185 SIfrRecord (VOID);
186 ~SIfrRecord (VOID);
198 SIfrRecord *mDefaultValueRecord; // Point to the default value record in RecordList which has smallest default Id.
211 SIfrRecord *mIfrRecordListHead;
212 SIfrRecord *mIfrRecordListTail;
216 SIfrRecord * GetRecordInfoFromIdx (IN UINT32);
232 SIfrRecord * GetRecordInfoFromOffset (IN UINT32);
245 VOID IfrCreateDefaultForQuestion (IN SIfrRecord *, IN QuestionDefaultRecord *);
    [all...]

Completed in 86 milliseconds