Searched defs:pPartialData (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp1079 PCM_PARTIAL_RESOURCE_DESCRIPTOR pPartialData = NULL; local
1085 pPartialData = &pResList->List->PartialResourceList.PartialDescriptors[i];
1086 switch (pPartialData->Type)
1094 pPartialData->u.Port.Start.HighPart,
1095 pPartialData->u.Port.Start.LowPart,
1096 pPartialData->u.Port.Length));
1101 pDevExt->Core.IOPortBase = (RTIOPORT)pPartialData->u.Port.Start.LowPart;
1104 pBaseAddress->RangeStart = pPartialData->u.Port.Start;
1105 pBaseAddress->RangeLength = pPartialData->u.Port.Length;
1110 pPartialData
[all...]

Completed in 46 milliseconds