Home
last modified time | relevance | path

Searched refs:LastDevicePathNode (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DMbr.c141 EFI_DEVICE_PATH_PROTOCOL *LastDevicePathNode; in PartitionInstallMbrChildHandles() local
177 LastDevicePathNode = NULL; in PartitionInstallMbrChildHandles()
181 LastDevicePathNode = DevicePathNode; in PartitionInstallMbrChildHandles()
185 if (LastDevicePathNode != NULL) { in PartitionInstallMbrChildHandles()
186 if (DevicePathType (LastDevicePathNode) == MEDIA_DEVICE_PATH && in PartitionInstallMbrChildHandles()
187 DevicePathSubType (LastDevicePathNode) == MEDIA_HARDDRIVE_DP in PartitionInstallMbrChildHandles()
189 CopyMem (&ParentHdDev, LastDevicePathNode, sizeof (ParentHdDev)); in PartitionInstallMbrChildHandles()
191 LastDevicePathNode = NULL; in PartitionInstallMbrChildHandles()
204 if (LastDevicePathNode == NULL) { in PartitionInstallMbrChildHandles()