Home
last modified time | relevance | path

Searched refs:SIZE_OF_EFI_FILE_SYSTEM_INFO (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DFileSystemInfo.h59 #define SIZE_OF_EFI_FILE_SYSTEM_INFO OFFSET_OF (EFI_FILE_SYSTEM_INFO, VolumeLabel) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FileSystemInfo/
DFileSystemInfo.h47 #define SIZE_OF_EFI_FILE_SYSTEM_INFO EFI_FIELD_OFFSET (EFI_FILE_SYSTEM_INFO, VolumeLabel) macro
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInfo.c131 Size = SIZE_OF_EFI_FILE_SYSTEM_INFO; in FatGetVolumeInfo()
147 ZeroMem (Info, SIZE_OF_EFI_FILE_SYSTEM_INFO); in FatGetVolumeInfo()
229 if (BufferSize < SIZE_OF_EFI_FILE_SYSTEM_INFO + 2 || Info->Size > BufferSize) { in FatSetVolumeInfo()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DVol.c105 SysInfo->Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize(SysInfo->VolumeLabel); in HandleVol()
126 SysInfo->Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + Size1; in HandleVol()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DPosixFileSystem.c1003 if (*BufferSize < SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel)) { in PosixFileGetInfo()
1004 *BufferSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel); in PosixFileGetInfo()
1014 …FileSystemInfoBuffer->Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel… in PosixFileGetInfo()
1026 *BufferSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel); in PosixFileGetInfo()
1104 if (BufferSize < (SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel))) { in PosixFileSetInfo()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
DWinNtSimpleFileSystem.c1562 FileInfoSize = SIZE_OF_EFI_FILE_SYSTEM_INFO; in WinNtSimpleFileSystemRead()
2155 if (*BufferSize < SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel)) { in WinNtSimpleFileSystemGetInfo()
2156 *BufferSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel); in WinNtSimpleFileSystemGetInfo()
2162 …FileSystemInfoBuffer->Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel… in WinNtSimpleFileSystemGetInfo()
2241 *BufferSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel); in WinNtSimpleFileSystemGetInfo()
2364 if (BufferSize < SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (NewFileSystemInfo->VolumeLabel)) { in WinNtSimpleFileSystemSetInfo()
/device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
DSemihostFs.c835 ResultSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StringSize; in GetFilesystemInfo()
1132 (SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (SystemInfo->VolumeLabel))) { in FileSetInfo()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsEntryPoint.c371 Instance->FsInfo.Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + VolumeNameSize; in BootMonFsDriverStart()
DBootMonFsDir.c658 (SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (SystemInfo->VolumeLabel))) { in BootMonFsSetInfo()