Searched refs:FromText (Results 1 – 1 of 1) sorted by relevance
3589 DEVICE_PATH_FROM_TEXT FromText; in UefiDevicePathLibConvertTextToDeviceNode() local3600 FromText = NULL; in UefiDevicePathLibConvertTextToDeviceNode()3607 FromText = mUefiDevicePathLibDevPathFromTextTable[Index].Function; in UefiDevicePathLibConvertTextToDeviceNode()3612 if (FromText == NULL) { in UefiDevicePathLibConvertTextToDeviceNode()3616 FromText = DevPathFromTextFilePath; in UefiDevicePathLibConvertTextToDeviceNode()3617 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()3619 DeviceNode = FromText (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode()