Changeset 90065 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 6, 2021 1:10:40 PM (4 years ago)
- Location:
- trunk/src/VBox/Runtime/common/efi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/efi/efitime.cpp
r90061 r90065 83 83 84 84 85 RTDECL(PEFI_TIME) RTEfiTime ToTimeSpec(PEFI_TIME pEfiTime, PCRTTIMESPEC pTimeSpec)85 RTDECL(PEFI_TIME) RTEfiTimeFromTimeSpec(PEFI_TIME pEfiTime, PCRTTIMESPEC pTimeSpec) 86 86 { 87 87 RTTIME Time; RT_ZERO(Time); -
trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp
r90064 r90065 848 848 else if (!strcmp(pszEntry, "by-uuid")) 849 849 return rtEfiVarStore_NewDirByType(pVarStore, RTEFIVARSTOREDIRTYPE_BY_GUID, NULL /*pGuid*/, phVfsObj); 850 else 851 rc = VERR_FILE_NOT_FOUND; 850 852 break; 851 853 }
Note:
See TracChangeset
for help on using the changeset viewer.