Searched refs:FromText (Results 1 – 1 of 1) sorted by relevance
3588 DEVICE_PATH_FROM_TEXT FromText; in UefiDevicePathLibConvertTextToDeviceNode() local3599 FromText = NULL; in UefiDevicePathLibConvertTextToDeviceNode()3606 FromText = mUefiDevicePathLibDevPathFromTextTable[Index].Function; in UefiDevicePathLibConvertTextToDeviceNode()3611 if (FromText == NULL) { in UefiDevicePathLibConvertTextToDeviceNode()3615 FromText = DevPathFromTextFilePath; in UefiDevicePathLibConvertTextToDeviceNode()3616 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()3618 DeviceNode = FromText (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode()