Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching refs:DeviceNode

2177   @param DeviceNode        A Pointer to the device node to be converted.

2185 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
2192 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
2201 if (DeviceNode == NULL) {
2213 if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type &&
2214 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType
2224 ToText (&Str, (VOID *) DeviceNode, DisplayOnly, AllowShortcuts);
2242 NULL if DeviceNode is NULL or there was insufficient memory.