Searched refs:Storage (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
H A D | IfrParse.c | 179 FORMSET_STORAGE *Storage; local 216 // Find Storage for this Question 220 Storage = FORMSET_STORAGE_FROM_LINK (Link); 222 if (Storage->VarStoreId == Statement->VarStoreId) { 223 Statement->Storage = Storage; 229 ASSERT (Statement->Storage != NULL); 234 if ((Statement->Storage->Type == EFI_HII_VARSTORE_NAME_VALUE) || 235 (Statement->Storage->Type == EFI_HII_VARSTORE_EFI_VARIABLE)) { 239 if (Statement->Storage 298 FORMSET_STORAGE *Storage; local 369 FORMSET_STORAGE *Storage; local 751 FORMSET_STORAGE *Storage; local 929 FORMSET_STORAGE *Storage; local [all...] |
H A D | Setup.c | 435 FORMSET_STORAGE *Storage; local 451 Storage = NULL; 469 Storage = FORMSET_STORAGE_FROM_LINK (Link); 472 if (CompareGuid (&Storage->Guid, (EFI_GUID *) VariableGuid)) { 473 if (Storage->Type == EFI_HII_VARSTORE_BUFFER || 474 Storage->Type == EFI_HII_VARSTORE_EFI_VARIABLE_BUFFER) { 482 if (StrCmp (Storage->Name, (CHAR16 *) VariableName) != 0) { 498 Storage = FORMSET_STORAGE_FROM_LINK (Link); 505 if (Storage->ElementCount == 0) { 512 Status = StorageToConfigResp (Storage, 890 SynchronizeStorage( IN FORMSET_STORAGE *Storage, IN BOOLEAN SyncOrRestore ) argument 942 GetValueByName( IN FORMSET_STORAGE *Storage, IN CHAR16 *Name, IN OUT CHAR16 **Value ) argument 982 SetValueByName( IN FORMSET_STORAGE *Storage, IN CHAR16 *Name, IN CHAR16 *Value, IN BOOLEAN Edit ) argument 1046 FORMSET_STORAGE *Storage; local 1111 ConfigRespToStorage( IN FORMSET_STORAGE *Storage, IN CHAR16 *ConfigResp ) argument 1205 FORMSET_STORAGE *Storage; local 1620 FORMSET_STORAGE *Storage; local 2138 FORMSET_STORAGE *Storage; local 2246 FORMSET_STORAGE *Storage; local 2525 FORMSET_STORAGE *Storage; local 3398 FORMSET_STORAGE *Storage; local [all...] |
H A D | Setup.h | 224 UINT8 Type; // Storage type 232 UINT8 *EditBuffer; // Edit copy for Buffer Storage 374 FORMSET_STORAGE *Storage; member in struct:__anon11281 432 FORMSET_STORAGE *Storage; member in struct:__anon11282 499 LIST_ENTRY StorageListHead; // Storage list (FORMSET_STORAGE) 875 Get Value for given Name from a NameValue Storage. 877 @param Storage The NameValue Storage. 887 IN FORMSET_STORAGE *Storage, 893 Set Value of given Name in a NameValue Storage [all...] |
H A D | InputHandler.c | 805 if (!DateOrTime || (Question->Storage != NULL)) {
|
H A D | Ui.c | 704 if (Statement->Storage == NULL) { 1189 if (Question->Storage != NULL || Question->Operand == EFI_IFR_DATE_OP || Question->Operand == EFI_IFR_TIME_OP) { 1191 // Update only for Question value that need to be saved into Storage.
|
H A D | Expression.c | 893 if (Question->Storage->Type == EFI_HII_VARSTORE_EFI_VARIABLE) {
|
/vbox/include/VBox/ |
H A D | settings.h | 1090 struct Storage struct in namespace:settings 1092 bool operator==(const Storage &s) const; 1182 Storage storage; 1272 Storage storageMachine; 1316 void readHardware(const xml::ElementNode &elmHardware, Hardware &hw, Storage &strg); 1317 void readHardDiskAttachments_pre1_7(const xml::ElementNode &elmHardDiskAttachments, Storage &strg); 1318 void readStorageControllers(const xml::ElementNode &elmStorageControllers, Storage &strg); 1319 void readDVDAndFloppies_pre1_9(const xml::ElementNode &elmHardware, Storage &strg); 1328 void buildHardwareXML(xml::ElementNode &elmParent, const Hardware &hw, const Storage &strg); 1331 const Storage [all...] |
/vbox/src/VBox/Main/include/ |
H A D | MachineImpl.h | 82 struct Storage; 630 HRESULT i_loadStorageControllers(const settings::Storage &data, 677 HRESULT i_saveStorageControllers(settings::Storage &data); 1542 const settings::Storage &storage,
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 2143 bool Storage::operator==(const Storage &s) const 2728 Storage &strg) 3401 Storage &strg) 3457 * Reads in a <StorageControllers> block and stores it in the given Storage structure. 3467 Storage &strg) 3641 Storage &strg) 4072 const Storage &strg) 4971 const Storage &st,
|
/vbox/src/VBox/Main/src-server/ |
H A D | SnapshotImpl.cpp | 1127 const settings::Storage &storage,
|
H A D | MachineImpl.cpp | 6028 tr("Storage controller named '%s' already exists"), 9100 HRESULT Machine::i_loadStorageControllers(const settings::Storage &data, 9119 tr("Storage controller named '%s' already exists"), 10386 HRESULT Machine::i_saveStorageControllers(settings::Storage &data)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | mshtml.idl | 18272 HRESULT Storage([out, retval] IDispatch **p);
|
Completed in 191 milliseconds