Home | History | Annotate | Download | only in BootMaint

Lines Matching defs:File

1 /** @file

19 Function opens and returns a file handle to the root directory of a volume.
23 @return A valid file handle or NULL is returned
33 EFI_FILE_HANDLE File;
35 File = NULL;
38 // File the file system interface to the device
52 &File
58 return EFI_ERROR (Status) ? NULL : File;
193 Function gets the file system information from an open file descriptor,
197 @param FHand The file handle.
199 @return A pointer to a buffer with file information.
261 Function gets the file information from an open file descriptor, and stores it
264 @param FHand File Handle.
266 @return A pointer to a buffer with file information or NULL is returned