Searched refs:DevicePathInst (Results 1 – 1 of 1) sorted by relevance
1217 EFI_DEVICE_PATH *DevicePath, *DevicePathInst; in LibMatchDevicePaths() local1225 while ((DevicePathInst = DevicePathInstance (&DevicePath, &Size))) { in LibMatchDevicePaths()1226 if (CompareMem (Single, DevicePathInst, Size) == 0) { in LibMatchDevicePaths()1238 EFI_DEVICE_PATH *NewDevPath,*DevicePathInst,*Temp; in LibDuplicateDevicePathInstance() local1246 DevicePathInst = DevicePathInstance (&Temp, &Size); in LibDuplicateDevicePathInstance()1257 CopyMem (NewDevPath, DevicePathInst, Size); in LibDuplicateDevicePathInstance()