Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c1217 EFI_DEVICE_PATH *DevicePath, *DevicePathInst; in LibMatchDevicePaths() local
1225 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() local
1246 DevicePathInst = DevicePathInstance (&Temp, &Size); in LibDuplicateDevicePathInstance()
1257 CopyMem (NewDevPath, DevicePathInst, Size); in LibDuplicateDevicePathInstance()