Searched refs:NextDevicePath (Results 1 – 1 of 1) sorted by relevance
106 EFI_DEVICE_PATH *NextDevicePath; in EfiGetLeafNode() local112 for (NextDevicePath = NextDevicePathNode(DevicePath); in EfiGetLeafNode()113 !IsDevicePathEndType(NextDevicePath); in EfiGetLeafNode()114 NextDevicePath = NextDevicePathNode(NextDevicePath)) in EfiGetLeafNode()117 DevicePath = NextDevicePath; in EfiGetLeafNode()