Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libefivar/
H A Defivar-dp-parse.c3593 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDeviceNode() local
3602 DeviceNodeStr = UefiDevicePathLibStrDuplicate (TextDeviceNode); in UefiDevicePathLibConvertTextToDeviceNode()
3603 ASSERT (DeviceNodeStr != NULL); in UefiDevicePathLibConvertTextToDeviceNode()
3606 …ParamStr = GetParamByNodeName (DeviceNodeStr, mUefiDevicePathLibDevPathFromTextTable[Index].Device… in UefiDevicePathLibConvertTextToDeviceNode()
3618 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
3624 FreePool (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode()
3652 CHAR16 *DeviceNodeStr; in UefiDevicePathLibConvertTextToDevicePath() local
3667 while ((DeviceNodeStr = GetNextDeviceNodeStr (&Str, &IsInstanceEnd)) != NULL) { in UefiDevicePathLibConvertTextToDevicePath()
3668 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr); in UefiDevicePathLibConvertTextToDevicePath()