Lines Matching refs:DevicePath
30 EFI_DEVICE_PATH *DevicePath; in DevicePathFromHandle() local
32 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath); in DevicePathFromHandle()
34 DevicePath = NULL; in DevicePathFromHandle()
37 return DevicePath; in DevicePathFromHandle()
43 IN OUT EFI_DEVICE_PATH **DevicePath, in DevicePathInstance() argument
50 DevPath = *DevicePath; in DevicePathInstance()
72 …DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((… in DevicePathInstance()
91 *DevicePath = Next; in DevicePathInstance()
103 IN EFI_DEVICE_PATH *DevicePath in DevicePathInstanceCount() argument
109 while (DevicePathInstance(&DevicePath, &Size)) { in DevicePathInstanceCount()
240 EFI_DEVICE_PATH *Eop, *DevicePath; in FileDevicePath() local
244 DevicePath = NULL; in FileDevicePath()
263 DevicePath = (EFI_DEVICE_PATH *) FilePath; in FileDevicePath()
265 DevicePath = AppendDevicePath ( in FileDevicePath()
267 DevicePath in FileDevicePath()
274 return DevicePath; in FileDevicePath()
988 EFI_DEVICE_PATH *DevicePath, *DevicePathInst; in LibMatchDevicePaths() local
995 DevicePath = Multi; in LibMatchDevicePaths()
996 while ((DevicePathInst = DevicePathInstance (&DevicePath, &Size))) { in LibMatchDevicePaths()