Home
last modified time | relevance | path

Searched refs:DevicePathInst (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Ddpath.c988 EFI_DEVICE_PATH *DevicePath, *DevicePathInst; in LibMatchDevicePaths() local
996 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() local
1017 DevicePathInst = DevicePathInstance (&Temp, &Size); in LibDuplicateDevicePathInstance()
1028 CopyMem (NewDevPath, DevicePathInst, Size); in LibDuplicateDevicePathInstance()