Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/NvVarsFileLib
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/NvVarsFileLib/FsAccess.c
r58459 r77662 78 78 0 79 79 ); 80 if (EFI_ERROR (Status)) {81 return Status;82 }83 80 84 81 return Status; … … 185 182 186 183 @return Pointer to buffer allocated to hold the file 187 contents. NULL if an error occur ed.184 contents. NULL if an error occurred. 188 185 189 186 **/ … … 256 253 DEBUG (( 257 254 EFI_D_INFO, 258 "FsAccess.c: Read % dbytes from NV Variables file\n",259 FileSize255 "FsAccess.c: Read %Lu bytes from NV Variables file\n", 256 (UINT64)FileSize 260 257 )); 261 258 … … 333 330 // variable data. If it is found, we skip the loading. 334 331 // 335 // This is relev ent if the non-volatile variable have been332 // This is relevant if the non-volatile variable have been 336 333 // able to survive a reboot operation. In that case, we don't 337 334 // want to re-load the file as it would overwrite newer changes … … 370 367 DEBUG (( 371 368 EFI_D_INFO, 372 "FsAccess.c: Read NV Variables file (size=% d)\n",373 Size369 "FsAccess.c: Read NV Variables file (size=%Lu)\n", 370 (UINT64)Size 374 371 )); 375 372
Note:
See TracChangeset
for help on using the changeset viewer.