Displaying 1 result from an estimated 1 matches for "interfaceheader".
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...O_EVENT_CALLBACKS PdoCallbacks;
PXENPCI_XEN_DEVICE_DATA ChildDeviceData = NULL;
+ size_t path_len;
+
+ UNREFERENCED_PARAMETER(ChildList);
KdPrint((__DRIVER_NAME " --> ChildListCreateDevice\n"));
@@ -704,8 +691,12 @@ XenPCI_ChildListCreateDevice(WDFCHILDLIS
XenBusInterface.InterfaceHeader.Size = sizeof(XenBusInterface);
XenBusInterface.InterfaceHeader.Version = 1;
- XenBusInterface.InterfaceHeader.Context =
ExAllocatePoolWithTag(NonPagedPool, (strlen(XenIdentificationDesc->Path)
+ 1), XENPCI_POOL_TAG);
- strcpy(XenBusInterface.InterfaceHeader.Context,
XenIdentificationDesc-&...