Searched refs:GetNextFile (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.h49 GetNextFile (
H A DFvLib.c118 GetNextFile ( function
284 Status = GetNextFile (NULL, &CurrentFile);
298 Status = GetNextFile (CurrentFile, &CurrentFile);
370 Status = GetNextFile (NULL, &CurrentFile);
388 Status = GetNextFile (CurrentFile, &CurrentFile);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFirmwareVolume.h330 FRAMEWORK_EFI_FV_GET_NEXT_FILE GetNextFile; member in struct:_EFI_FIRMWARE_VOLUME_PROTOCOL
334 /// the GetNextFile() API.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFirmwareVolume2.h534 GetNextFile() is the interface that is used to search a firmware
545 GetNextFile() must maintain the value of *Key returned by the
548 GetNextFile() is callable only from TPL_NOTIFY and below.
549 Behavior of GetNextFile() at any EFI_TPL above TPL_NOTIFY is
559 the buffer between calls to GetNextFile().
562 EFI_FV_FILETYPE. The GetNextFile() API can
566 GetNextFile() to search for files of all
742 EFI_FV_GET_NEXT_FILE GetNextFile; member in struct:_EFI_FIRMWARE_VOLUME2_PROTOCOL
747 /// GetNextFile() API.
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolRead.c76 to GetNextFile().
78 EFI_FV_FILETYPE. The GetNextFile() API can
81 of 0 causes GetNextFile() to search for
365 Status = This->GetNextFile (
H A DFwVol.c611 FvDevice->Fv.GetNextFile = FvGetNextFile;
H A DFwVolWrite.c1093 Status = Fv->GetNextFile (
1241 // Next search for the file using GetNextFile
1246 Status = Fv->GetNextFile (
H A DFwPadFile.c1109 Status = Fv->GetNextFile (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c279 Status = Fv->GetNextFile (Fv, &Key, &FileType, &NameGuid, &Attributes, Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDispatcher.c1193 GetNextFileStatus = Fv->GetNextFile (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c1273 GetNextFileStatus = Fv->GetNextFile (
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp226 NS_IMETHOD GetNextFile(nsIFile **result) function in class:nsDirEnumerator

Completed in 82 milliseconds