Searched refs:FilePathNode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c607 EFI_DEVICE_PATH_PROTOCOL *FilePathNode; local
670 FilePathNode = LoadedImageProtocol->FilePath;
672 while (!IsDevicePathEnd (FilePathNode)) {
673 if (EfiGetNameGuidFromFwVolDevicePathNode ((MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)FilePathNode)!= NULL) {
674 FwVolFilePathNode = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePathNode;
677 FilePathNode = NextDevicePathNode (FilePathNode);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c993 FILEPATH_DEVICE_PATH *FilePathNode; local
1010 FilePathNode = NULL;
1031 for ( FilePathNode = (FILEPATH_DEVICE_PATH *)DevicePath
1032 ; !IsDevicePathEnd (&FilePathNode->Header)
1033 ; FilePathNode = (FILEPATH_DEVICE_PATH *) NextDevicePathNode (&FilePathNode->Header)
1036 AlignedNode = AllocateCopyPool (DevicePathNodeLength(FilePathNode), FilePathNode);
1040 if (DevicePathType (&FilePathNode->Header) != MEDIA_DEVICE_PATH ||
1041 DevicePathSubType (&FilePathNode
[all...]

Completed in 47 milliseconds