Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DBlockFront.h58 CONST CHAR8 *NodeName; member
72 IN CONST CHAR8 *NodeName,
DBlockFront.c161 IN CONST CHAR8 *NodeName, in XenPvBlockFrontInitialization() argument
174 ASSERT (NodeName != NULL); in XenPvBlockFrontInitialization()
178 Dev->NodeName = NodeName; in XenPvBlockFrontInitialization()
229 Status = XenBusIo->XsPrintf (XenBusIo, &Transaction, NodeName, "ring-ref", "%d", in XenPvBlockFrontInitialization()
235 Status = XenBusIo->XsPrintf (XenBusIo, &Transaction, NodeName, in XenPvBlockFrontInitialization()
241 Status = XenBusIo->XsPrintf (XenBusIo, &Transaction, NodeName, in XenPvBlockFrontInitialization()
616 Status, IoData->Dev->NodeName, in XenPvBlockAsyncIoPoll()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c48 IN CHAR16 *NodeName in GetParamByNodeName() argument
59 NodeNameLength = StrLen (NodeName); in GetParamByNodeName()
60 if (StrnCmp (Str, NodeName, NodeNameLength) != 0) { in GetParamByNodeName()