Searched refs:FromText (Results 1 – 1 of 1) sorted by relevance
3916 DEVICE_PATH_FROM_TEXT FromText; in UefiDevicePathLibConvertTextToDeviceNode() local3927 FromText = NULL; in UefiDevicePathLibConvertTextToDeviceNode()3934 FromText = mUefiDevicePathLibDevPathFromTextTable[Index].Function; in UefiDevicePathLibConvertTextToDeviceNode()3939 if (FromText == NULL) { in UefiDevicePathLibConvertTextToDeviceNode()3943 FromText = DevPathFromTextFilePath; in UefiDevicePathLibConvertTextToDeviceNode()3944 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()3946 DeviceNode = FromText (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode()