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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.c226 EFI_DEVICE_PATH_PROTOCOL *NewDevicePathNode; local
232 NewDevicePathNode = NULL;
240 Status = AtaPassThru->BuildDevicePath (AtaPassThru, Port, PortMultiplierPort, &NewDevicePathNode);
245 DevicePath = AppendDevicePathNode (AtaBusDriverData->ParentDevicePath, NewDevicePathNode);
332 if (NewDevicePathNode->SubType == MSG_SATA_DP) {
379 if (NewDevicePathNode != NULL) {
380 FreePool (NewDevicePathNode);

Completed in 34 milliseconds