Lines Matching refs:DeviceNode
3571 EFI_DEVICE_PATH_PROTOCOL *DeviceNode;
3597 DeviceNode = FromText (DeviceNodeStr);
3599 DeviceNode = FromText (ParamStr);
3605 return DeviceNode;
3626 EFI_DEVICE_PATH_PROTOCOL *DeviceNode;
3646 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr);
3648 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode);
3650 FreePool (DeviceNode);
3654 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *) AllocatePool (END_DEVICE_PATH_LENGTH);
3655 ASSERT (DeviceNode != NULL);
3656 SetDevicePathEndNode (DeviceNode);
3658 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode);
3660 FreePool (DeviceNode);