Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
DSemihostFs.c38 STATIC CHAR16 *mSemihostFsLabel; variable
832 ResultSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (mSemihostFsLabel); in GetFilesystemInfo()
846 StrCpy (Info->VolumeLabel, mSemihostFsLabel); in GetFilesystemInfo()
903 ResultSize = StrSize (mSemihostFsLabel); in FileGetInfo()
906 StrCpy (Buffer, mSemihostFsLabel); in FileGetInfo()
1139 FreePool (mSemihostFsLabel); in FileSetInfo()
1140 mSemihostFsLabel = VolumeLabel; in FileSetInfo()
1187mSemihostFsLabel = AllocateCopyPool (StrSize (DEFAULT_SEMIHOST_FS_LABEL), DEFAULT_SEMIHOST_FS_LABE… in SemihostFsEntryPoint()
1188 if (mSemihostFsLabel == NULL) { in SemihostFsEntryPoint()
1200 FreePool (mSemihostFsLabel); in SemihostFsEntryPoint()