Home
last modified time | relevance | path

Searched refs:FromText (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libefivar/
HDefivar-dp-parse.c3589 DEVICE_PATH_FROM_TEXT FromText; in UefiDevicePathLibConvertTextToDeviceNode() local
3600 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()