Lines Matching refs:Fat
2 Data structures for FAT recovery PEIM
141 // This structure abstracts the whole memory usage in FAT PEIM.
192 Finds the recovery file on a FAT volume.
193 This function finds the the recovery file named FileName on a specified FAT volume and returns
202 @retval EFI_DEVICE_ERROR Some error occured when operating the FAT
206 FAT volume.
315 Converts an 8.3 FAT file name using an OEM character set
317 Here does not expand DBCS FAT chars.
319 @param FatSize The size of the string Fat in bytes.
320 @param Fat A pointer to a Null-terminated string that contains
330 IN CHAR8 *Fat,
378 Check if there is a valid FAT in the corresponding Block device
390 @retval EFI_SUCCESS A FAT is found and the volume structure is
392 @retval EFI_NOT_FOUND There is no FAT on the corresponding device.