HomeSort by relevance Sort by last modified time
    Searched refs:RootFile (Results 1 - 10 of 10) 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)
126 for (Entry = GetFirstNode (&Instance->RootFile->Link);
127 !IsNull (&Instance->RootFile->Link, Entry) && (&Instance->RootFile->Link != Entry);
128 Entry = GetNextNode (&Instance->RootFile->Link, Entry)
160 if (Instance->RootFile == *File) {
378 Status = BootMonFsCreateFile (Instance, &Instance->RootFile);
388 Instance->RootFile->Info = Info;
    [all...]
BootMonFsOpenClose.c 162 BOOTMON_FS_FILE *RootFile;
169 RootFile = File->Instance->RootFile;
177 for (FileLink = GetFirstNode (&RootFile->Link);
178 !IsNull (&RootFile->Link, FileLink);
179 FileLink = GetNextNode (&RootFile->Link, FileLink)
360 FileLink = GetNextNode (&Instance->RootFile->Link, &File->Link);
361 if (!IsNull (&Instance->RootFile->Link, FileLink)) {
461 if (This != &File->Instance->RootFile->File) {
640 *NewHandle = &Instance->RootFile->File;
    [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) {
685 BOOTMON_FS_FILE *RootFile;
693 RootFile = BOOTMON_FS_FILE_FROM_FILE_THIS (This);
694 if (RootFile == NULL) {
698 Instance = RootFile->Instance;
    [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/syslinux/efi32/include/efi/
efifs.h 40 EFI_LBA RootFile;
  /external/syslinux/efi64/include/efi/
efifs.h 40 EFI_LBA RootFile;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efifs.h 40 EFI_LBA RootFile;
  /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
227 *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

Completed in 316 milliseconds