Lines Matching refs:DevicePath
39 EFI_DEVICE_PATH *DevicePath; in DevicePathFromHandle() local
41 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath); in DevicePathFromHandle()
43 DevicePath = NULL; in DevicePathFromHandle()
46 return DevicePath; in DevicePathFromHandle()
52 IN OUT EFI_DEVICE_PATH **DevicePath, in DevicePathInstance() argument
59 DevPath = *DevicePath; in DevicePathInstance()
81 …DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((… in DevicePathInstance()
100 *DevicePath = Next; in DevicePathInstance()
112 IN EFI_DEVICE_PATH *DevicePath in DevicePathInstanceCount() argument
118 while (DevicePathInstance(&DevicePath, &Size)) { in DevicePathInstanceCount()
249 EFI_DEVICE_PATH *Eop, *DevicePath; in FileDevicePath() local
253 DevicePath = NULL; in FileDevicePath()
272 DevicePath = (EFI_DEVICE_PATH *) FilePath; in FileDevicePath()
274 DevicePath = AppendDevicePath ( in FileDevicePath()
276 DevicePath in FileDevicePath()
283 return DevicePath; in FileDevicePath()
1217 EFI_DEVICE_PATH *DevicePath, *DevicePathInst; in LibMatchDevicePaths() local
1224 DevicePath = Multi; in LibMatchDevicePaths()
1225 while ((DevicePathInst = DevicePathInstance (&DevicePath, &Size))) { in LibMatchDevicePaths()