Searched refs:FromText (Results 1 – 1 of 1) sorted by relevance
3764 DEVICE_PATH_FROM_TEXT FromText; in UefiDevicePathLibConvertTextToDeviceNode() local3775 FromText = NULL; in UefiDevicePathLibConvertTextToDeviceNode()3782 FromText = mUefiDevicePathLibDevPathFromTextTable[Index].Function; in UefiDevicePathLibConvertTextToDeviceNode()3787 if (FromText == NULL) { in UefiDevicePathLibConvertTextToDeviceNode()3791 FromText = DevPathFromTextFilePath; in UefiDevicePathLibConvertTextToDeviceNode()3792 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()3794 DeviceNode = FromText (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode()