Searched refs:DevicePathInst (Results 1 – 1 of 1) sorted by relevance
988 EFI_DEVICE_PATH *DevicePath, *DevicePathInst; in LibMatchDevicePaths() local996 while ((DevicePathInst = DevicePathInstance (&DevicePath, &Size))) { in LibMatchDevicePaths()997 if (CompareMem (Single, DevicePathInst, Size) == 0) { in LibMatchDevicePaths()1009 EFI_DEVICE_PATH *NewDevPath,*DevicePathInst,*Temp; in LibDuplicateDevicePathInstance() local1017 DevicePathInst = DevicePathInstance (&Temp, &Size); in LibDuplicateDevicePathInstance()1028 CopyMem (NewDevPath, DevicePathInst, Size); in LibDuplicateDevicePathInstance()