Searched refs:FileSystem (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.h74 EFI_FILE_IO_INTERFACE FileSystem; //!< Published EFI protocol interface structure member in struct:__anon13088
88 #define FSW_VOLUME_FROM_FILE_SYSTEM(a) CR (a, FSW_VOLUME_DATA, FileSystem, FSW_VOLUME_DATA_SIGNATURE)
H A Dfsw_efi.c287 pVolume->FileSystem.Revision = EFI_FILE_IO_INTERFACE_REVISION;
288 pVolume->FileSystem.OpenVolume = fsw_efi_FileSystem_OpenVolume;
290 &PROTO_NAME(SimpleFileSystemProtocol), &pVolume->FileSystem,
386 EFI_FILE_IO_INTERFACE *FileSystem; local
396 (VOID **) &FileSystem,
404 Volume = FSW_VOLUME_FROM_FILE_SYSTEM(FileSystem);
408 &PROTO_NAME(SimpleFileSystemProtocol), &Volume->FileSystem,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.h753 If the FileSystem is NULL, and the directory Dir does not contain a file system's
754 mapped name, this function changes the current working directory. If FileSystem is
758 If FileSystem is not NULL, and Dir is NULL, then this changes the current working file
761 If FileSystem is not NULL and Dir is not NULL, then this function changes the current
767 @param FileSystem A pointer to the file system's mapped name. If NULL, then the current working
769 @param Dir Points to the NULL-terminated directory on the device specified by FileSystem.
776 IN CONST CHAR16 *FileSystem OPTIONAL,
H A DShellProtocol.c2635 If the FileSystem is NULL, and the directory Dir does not contain a file system's
2638 If the FileSystem is NULL and the directory Dir contains a mapped name, then the
2641 If FileSystem is NULL, and Dir is not NULL, then this changes the current working file
2644 If FileSystem is not NULL and Dir is not NULL, then this function changes the current
2650 @param FileSystem A pointer to the file system's mapped name. If NULL, then the current working
2652 @param Dir Points to the NULL-terminated directory on the device specified by FileSystem.
2660 IN CONST CHAR16 *FileSystem OPTIONAL,
2678 if ((FileSystem == NULL && Dir == NULL) || Dir == NULL) {
2691 if (FileSystem == NULL) {
2749 // FileSystem !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h798 If the FileSystem is NULL, and the directory Dir does not contain a file system's
799 mapped name, this function changes the current working directory. If FileSystem is
803 If FileSystem is not NULL, and Dir is NULL, then this changes the current working file
806 If FileSystem is not NULL and Dir is not NULL, then this function changes the current
812 @param[in] FileSystem A pointer to the file system's mapped name. If NULL, then the current working
814 @param[in] Dir Points to the NULL-terminated directory on the device specified by FileSystem.
822 IN CONST CHAR16 *FileSystem OPTIONAL,

Completed in 159 milliseconds