HomeSort by relevance Sort by last modified time
    Searched refs:RootFile (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsEntryPoint.c 94 for (Entry = GetFirstNode (&Instance->RootFile->Link);
95 !IsNull (&Instance->RootFile->Link, Entry);
96 Entry = GetNextNode (&Instance->RootFile->Link, Entry)
127 for (Entry = GetFirstNode (&Instance->RootFile->Link);
128 !IsNull (&Instance->RootFile->Link, Entry) && (&Instance->RootFile->Link != Entry);
129 Entry = GetNextNode (&Instance->RootFile->Link, Entry)
161 if (Instance->RootFile == *File) {
379 Status = BootMonFsCreateFile (Instance, &Instance->RootFile);
389 Instance->RootFile->Info = Info;
    [all...]
BootMonFsDir.c 31 Instance->RootFile->Info->Attribute = EFI_FILE_READ_ONLY | EFI_FILE_DIRECTORY;
33 *Root = &Instance->RootFile->File;
171 for (FileLink = GetFirstNode (&Instance->RootFile->Link);
172 !IsNull (&Instance->RootFile->Link, FileLink);
173 FileLink = GetNextNode (&Instance->RootFile->Link, FileLink)
251 if (File == Instance->RootFile) {
683 BOOTMON_FS_FILE *RootFile;
691 RootFile = BOOTMON_FS_FILE_FROM_FILE_THIS (This);
692 if (RootFile == NULL) {
696 Instance = RootFile->Instance;
    [all...]
BootMonFsOpenClose.c 163 BOOTMON_FS_FILE *RootFile;
170 RootFile = File->Instance->RootFile;
178 for (FileLink = GetFirstNode (&RootFile->Link);
179 !IsNull (&RootFile->Link, FileLink);
180 FileLink = GetNextNode (&RootFile->Link, FileLink)
361 FileLink = GetNextNode (&Instance->RootFile->Link, &File->Link);
362 if (!IsNull (&Instance->RootFile->Link, FileLink)) {
462 if (This != &File->Instance->RootFile->File) {
643 *NewHandle = &Instance->RootFile->File;
    [all...]
BootMonFsInternal.h 90 BOOTMON_FS_FILE *RootFile; // All the other files are linked to this root
BootMonFsImages.c 216 InsertTailList (&Instance->RootFile->Link, &NewFile->Link);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCDwarf.h 217 MCDwarfFile RootFile;
261 if (!Header.RootFile.Name.empty())
264 Header.RootFile.Name = FileName;
265 Header.RootFile.DirIndex = 0;
266 Header.RootFile.Checksum = Checksum;
267 Header.RootFile.Source = Source;
307 Header.RootFile.Name = FileName;
308 Header.RootFile.DirIndex = 0;
309 Header.RootFile.Checksum = Checksum;
310 Header.RootFile.Source = Source
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 64 @param RootFile A pointer to the location to return the opened file handle for the
84 OUT EFI_FILE_PROTOCOL **RootFile
231 *RootFile = &Instance->Root->FileProtocol;
FvSimpleFileSystemInternal.h 127 @param RootFile A pointer to the location to return the opened file handle for the
147 OUT EFI_FILE_PROTOCOL **RootFile
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCDwarf.cpp 438 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile,
    [all...]

Completed in 1179 milliseconds