Searched refs:DevPath (Results 1 – 6 of 6) sorted by relevance
56 EFI_DEVICE_PATH *Start, *Next, *DevPath; in DevicePathInstance() local59 DevPath = *DevicePath; in DevicePathInstance()60 Start = DevPath; in DevicePathInstance()62 if (!DevPath) { in DevicePathInstance()71 Next = NextDevicePathNode(DevPath); in DevicePathInstance()73 if (IsDevicePathEndType(DevPath)) { in DevicePathInstance()81 …OR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Sta… in DevicePathInstance()82 DumpHex (0, 0, ((UINT8 *) DevPath) - ((UINT8 *) Start), Start); in DevicePathInstance()86 DevPath = Next; in DevicePathInstance()89 ASSERT (DevicePathSubType(DevPath) == END_ENTIRE_DEVICE_PATH_SUBTYPE || in DevicePathInstance()[all …]
122 EFI_DEVICE_PATH *Next, *DevPath; in LibLocateHandleByDiskSignature() local204 DevPath = DevicePath; in LibLocateHandleByDiskSignature()212 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) && in LibLocateHandleByDiskSignature()213 (DevicePathSubType(DevPath) == MEDIA_HARDDRIVE_DP)) { in LibLocateHandleByDiskSignature()215 HardDriveDevicePath = (HARDDRIVE_DEVICE_PATH *)(DevPath); in LibLocateHandleByDiskSignature()219 Next = NextDevicePathNode(DevPath); in LibLocateHandleByDiskSignature()243 if (IsDevicePathEnd(DevPath)) { in LibLocateHandleByDiskSignature()247 DevPath = NextDevicePathNode(DevPath); in LibLocateHandleByDiskSignature()
831 IN EFI_DEVICE_PATH *DevPath876 IN EFI_DEVICE_PATH *DevPath881 IN EFI_DEVICE_PATH *DevPath886 IN EFI_DEVICE_PATH *DevPath898 EFI_DEVICE_PATH *DevPath
80 IN EFI_DEVICE_PATH *DevPath
471 EFI_DEVICE_PATH_PROTOCOL DevPath; member506 EFI_DEVICE_PATH_PROTOCOL *DevPath; member
68 EFI_DEVICE_PATH DevPath; member