Searched refs:FileDevicePath (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c604 FileDevicePath ( function
612 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; local
617 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH);
618 if (FileDevicePath != NULL) {
619 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath;
630 DevicePath = AppendDevicePath (DevicePath, FileDevicePath);
631 FreePool (FileDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c774 FileDevicePath ( function
782 EFI_DEVICE_PATH_PROTOCOL *FileDevicePath; local
788 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH);
789 if (FileDevicePath != NULL) {
790 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath;
801 DevicePath = AppendDevicePath (DevicePath, FileDevicePath);
802 FreePool (FileDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h451 FileDevicePath (
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c774 FileContext->DevicePath = FileDevicePath (
883 FileContext->DevicePath = FileDevicePath (
930 NewFileContext->DevicePath = FileDevicePath (
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c330 FilePath = FileDevicePath (NULL, RomFileName);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c358 FileContext->DevicePath = FileDevicePath (
595 FileContext->DevicePath = FileDevicePath (
648 NewFileContext->DevicePath = FileDevicePath (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c487 FullDevicePath = FileDevicePath(Handle, maBdsLibBootFiles[IdxFile]);
500 FullDevicePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME);
880 FilePath = FileDevicePath((EFI_HANDLE)Handle, pszFolder);
898 FilePath = FileDevicePath(Handle, maBdsLibBootFiles[IdxFile]);
917 FilePath = FileDevicePath (Handle, EFI_REMOVABLE_MEDIA_FILE_NAME);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c620 FileDevPath = FileDevicePath(NULL, TempString);
H A DShellProtocol.c591 DevicePathForReturn = FileDevicePath(Handle, L"\\");
593 DevicePathForReturn = FileDevicePath(Handle, Path+StrLen(MapName));
H A DShell.c875 NamePath = FileDevicePath (NULL, mStartupScript);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1297 pDevicePath = FileDevicePath(phFileSystem[iFileSystem], L"\\System\\Library\\CoreServices\\boot.efi");
1810 FilePath = FileDevicePath (NULL, FileName);

Completed in 217 milliseconds