Home
last modified time | relevance | path

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

/reactos/drivers/bus/acpi/compbatt/
H A Dcomppnp.c250 PWCHAR LinkList; in CompBattGetBatteries() local
255 Status = IoGetDeviceInterfaces(&GUID_DEVICE_BATTERY, NULL, 0, &LinkList); in CompBattGetBatteries()
256 p = LinkList; in CompBattGetBatteries()
272 ExFreePool(LinkList); in CompBattGetBatteries()
/reactos/ntoskrnl/io/pnpmgr/
H A Dplugplay.c420 PZZWSTR SymbolicLinkList = NULL, LinkList; in IopGetInterfaceDeviceList() local
461 LinkList = SymbolicLinkList; in IopGetInterfaceDeviceList()
466 TotalLength = ((SymbolicLinkList - LinkList + 1) * sizeof(WCHAR)); in IopGetInterfaceDeviceList()
474 RtlCopyMemory(StackList.Buffer, LinkList, TotalLength); in IopGetInterfaceDeviceList()
481 ExFreePool(LinkList); in IopGetInterfaceDeviceList()
486 ExFreePool(LinkList); in IopGetInterfaceDeviceList()