Searched refs:NextNode (Results 1 – 9 of 9) sorted by relevance
155 EFI_DEVICE_PATH_PROTOCOL *NextNode; in ArmFastbootPlatformInit() local239 NextNode = NextDevicePathNode (DevicePath); in ArmFastbootPlatformInit()240 if (IsDevicePathEndType (NextNode)) { in ArmFastbootPlatformInit()245 ASSERT (NextNode->Type == MEDIA_DEVICE_PATH && in ArmFastbootPlatformInit()246 NextNode->SubType == MEDIA_HARDDRIVE_DP); in ArmFastbootPlatformInit()248 PartitionNode = (HARDDRIVE_DEVICE_PATH *) NextNode; in ArmFastbootPlatformInit()
52 EFI_DEVICE_PATH_PROTOCOL *NextNode; in BmDevicePathType() local75 NextNode = Node; in BmDevicePathType()77 NextNode = NextDevicePathNode (NextNode); in BmDevicePathType()79 (DevicePathType (NextNode) == MESSAGING_DEVICE_PATH) && in BmDevicePathType()80 (DevicePathSubType(NextNode) == MSG_DEVICE_LOGICAL_UNIT_DP) in BmDevicePathType()86 if (!IsDevicePathEndType (NextNode)) { in BmDevicePathType()
104 LIST_ENTRY *NextNode; in ShellDynCmdRunAxfHandler() local286 NextNode = RemoveEntryList (Node); in ShellDynCmdRunAxfHandler()288 Node = NextNode; in ShellDynCmdRunAxfHandler()
344 EFI_DEVICE_PATH_PROTOCOL *NextNode; in EfiAppendDevicePathNode() local361 NextNode = NextDevicePathNode (Temp); in EfiAppendDevicePathNode()362 SetDevicePathEndNode (NextNode); in EfiAppendDevicePathNode()
200 EFI_DEVICE_PATH_PROTOCOL *NextNode; in GlueAppendDevicePathNode() local220 NextNode = NextDevicePathNode (TempDevicePath); in GlueAppendDevicePathNode()221 SetDevicePathEndNode (NextNode); in GlueAppendDevicePathNode()
441 EFI_DEVICE_PATH_PROTOCOL *NextNode; in RtEfiAppendDevicePathNode() local458 NextNode = NextDevicePathNode (Temp); in RtEfiAppendDevicePathNode()459 SetDevicePathEndNode (NextNode); in RtEfiAppendDevicePathNode()
534 EFI_DEVICE_PATH_PROTOCOL *NextNode; in UefiDevicePathLibAppendDevicePathNode() local554 NextNode = NextDevicePathNode (TempDevicePath); in UefiDevicePathLibAppendDevicePathNode()555 SetDevicePathEndNode (NextNode); in UefiDevicePathLibAppendDevicePathNode()
366 EFI_DEVICE_PATH_PROTOCOL *Node, *NextNode; in GetPartition() local382 NextNode = DevicePath; in GetPartition()384 Node = NextNode; in GetPartition()388 NextNode = NextDevicePathNode (Node); in GetPartition()
303 NextNode = Address + Len304 Str += "// Next node 'expr *(EFI_DEVICE_PATH_PROTOCOL *)0x%08x'\n" % NextNode