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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
OpenVolume.c 38 FAT_IFILE *IFile;
53 Status = FatAllocateIFile (Volume->Root, &IFile);
55 *File = &IFile->Handle;
Open.c 20 The IFile of the newly opened file is passed out.
23 @param PtrIFile - The newly generated IFile instance.
25 @retval EFI_OUT_OF_RESOURCES - Can not allocate the memory for the IFile
26 @retval EFI_SUCCESS - Create the new IFile for the OFile successfully
35 FAT_IFILE *IFile;
42 IFile = AllocateZeroPool (sizeof (FAT_IFILE));
43 if (IFile == NULL) {
47 IFile->Signature = FAT_IFILE_SIGNATURE;
49 CopyMem (&(IFile->Handle), &FatFileInterface, sizeof (EFI_FILE_PROTOCOL));
55 IFile->Handle.Revision = EFI_FILE_PROTOCOL_REVISION2;
    [all...]
Delete.c 34 FAT_IFILE *IFile;
40 IFile = IFILE_FROM_FHAND (FHand);
41 OFile = IFile->OFile;
43 FatWaitNonblockingTask (IFile);
53 if (IFile->ReadOnly) {
113 FatIFileClose (IFile);
ReadWrite.c 38 FAT_IFILE *IFile;
41 IFile = IFILE_FROM_FHAND (FHand);
42 OFile = IFile->OFile;
52 *Position = IFile->Position;
75 FAT_IFILE *IFile;
78 IFile = IFILE_FROM_FHAND (FHand);
79 OFile = IFile->OFile;
85 FatWaitNonblockingTask (IFile);
109 IFile->Position = Position;
115 Get the file info from the open file of the IFile into Buffer.
    [all...]
Flush.c 38 FAT_IFILE *IFile;
44 IFile = IFILE_FROM_FHAND (FHand);
45 OFile = IFile->OFile;
62 if (IFile->ReadOnly) {
67 FatWaitNonblockingTask (IFile);
76 Task = FatCreateTask (IFile, Token);
92 Status = FatQueueTask (IFile, Task);
137 FAT_IFILE *IFile;
141 IFile = IFILE_FROM_FHAND (FHand);
142 OFile = IFile->OFile;
    [all...]
Misc.c 23 @param IFile - The instance of the open file.
31 FAT_IFILE *IFile,
40 Task->IFile = IFile;
75 @param IFile - The instance of the open file.
80 FAT_IFILE *IFile
87 TaskQueueEmpty = IsListEmpty (&IFile->Tasks);
120 @param IFile - The instance of the open file.
129 IN FAT_IFILE *IFile,
148 InsertTailList (&IFile->Tasks, &Task->Link);
    [all...]
Info.c 273 @param IFile - The instance of the open file.
295 IN FAT_IFILE *IFile,
329 ReadOnly = (BOOLEAN)(IFile->ReadOnly || (DirEnt->Entry.Attributes & EFI_FILE_READ_ONLY));
367 // Set the current attributes even if the IFile->ReadOnly is TRUE
494 FAT_IFILE *IFile;
499 IFile = IFILE_FROM_FHAND (FHand);
500 OFile = IFile->OFile;
508 FatWaitNonblockingTask (IFile);
522 Status = Volume->ReadOnly ? EFI_WRITE_PROTECTED : FatSetFileInfo (Volume, IFile, OFile, *BufferSize, Buffer);
Fat.h 222 FAT_IFILE *IFile;
250 // A list of the IFILE instances for this OFile
831 @param IFile - Open file instance.
838 FAT_IFILE *IFile
1031 @param IFile - The instance of the open file.
1039 FAT_IFILE *IFile,
1059 @param IFile - The instance of the open file.
1064 FAT_IFILE *IFile
1085 @param IFile - The instance of the open file.
1094 IN FAT_IFILE *IFile,
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 

Completed in 409 milliseconds