TianoCore EDK2 master
Loading...
Searching...
No Matches
OpenVolume.c File Reference
#include "Fat.h"

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI FatOpenVolume (IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *This, OUT EFI_FILE_PROTOCOL **File)
 

Detailed Description

OpenVolume() function of Simple File System Protocol.

Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file OpenVolume.c.

Function Documentation

◆ FatOpenVolume()

EFI_STATUS EFIAPI FatOpenVolume ( IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL This,
OUT EFI_FILE_PROTOCOL **  File 
)

Implements Simple File System Protocol interface function OpenVolume().

Parameters
This- Calling context.
File- the Root Directory of the volume.
Return values
EFI_OUT_OF_RESOURCES- Can not allocate the memory.
EFI_VOLUME_CORRUPTED- The FAT type is error.
EFI_SUCCESS- Open the volume successfully.

Definition at line 25 of file OpenVolume.c.