Home
last modified time | relevance | path

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

/reactos/drivers/sac/driver/
H A Dutil.c604 if (MachineInformation->ServicePack) in TranslateMachineInformationXML()
607 Size += wcslen(MachineInformation->ServicePack); in TranslateMachineInformationXML()
671 if (MachineInformation->ServicePack) in TranslateMachineInformationXML()
675 MachineInformation->ServicePack); in TranslateMachineInformationXML()
930 ServicePack = SacAllocatePool(0x18, GLOBAL_BLOCK_TAG); in InitializeMachineInformation()
931 if (ServicePack) in InitializeMachineInformation()
934 swprintf(ServicePack, in InitializeMachineInformation()
938 MachineInformation->ServicePack = ServicePack; in InitializeMachineInformation()
957 if (ServicePack) in InitializeMachineInformation()
961 MachineInformation->ServicePack = ServicePack; in InitializeMachineInformation()
[all …]
H A Dsacdrv.h500 PWCHAR ServicePack; member