Searched refs:FromText (Results 1 – 1 of 1) sorted by relevance
3921 DEVICE_PATH_FROM_TEXT FromText; in UefiDevicePathLibConvertTextToDeviceNode() local3932 FromText = NULL; in UefiDevicePathLibConvertTextToDeviceNode()3939 FromText = mUefiDevicePathLibDevPathFromTextTable[Index].Function; in UefiDevicePathLibConvertTextToDeviceNode()3944 if (FromText == NULL) { in UefiDevicePathLibConvertTextToDeviceNode()3948 FromText = DevPathFromTextFilePath; in UefiDevicePathLibConvertTextToDeviceNode()3949 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()3951 DeviceNode = FromText (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode()