Lines Matching refs:FHand
22 @param FHand - Handle to file to flush.
34 IN EFI_FILE_PROTOCOL *FHand,
44 IFile = IFILE_FROM_FHAND (FHand);
73 if (FHand->Revision < EFI_FILE_PROTOCOL_REVISION2) {
105 @param FHand - Handle to file to flush.
116 IN EFI_FILE_PROTOCOL *FHand
119 return FatFlushEx (FHand, NULL);
126 @param FHand - Handle to the file to delete.
134 IN EFI_FILE_PROTOCOL *FHand
141 IFile = IFILE_FROM_FHAND (FHand);