Home | History | Annotate | Download | only in GenericBdsLib

Lines Matching refs:NewPtr

1073   LEGACY_DEV_ORDER_ENTRY      *NewPtr;

1195 NewPtr = NewDevOrder;
1196 NewPtr->BbsType = Ptr->BbsType;
1197 NewPtr->Length = (UINT16) (sizeof (UINT16) + FDCount * sizeof (UINT16));
1206 NewPtr->Data[FDIndex] = Ptr->Data[Index];
1209 NewFDPtr = NewPtr->Data;
1215 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
1216 NewPtr->BbsType = Ptr->BbsType;
1217 NewPtr->Length = (UINT16) (sizeof (UINT16) + HDCount * sizeof (UINT16));
1227 NewPtr->Data[HDIndex] = Ptr->Data[Index];
1230 NewHDPtr = NewPtr->Data;
1236 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
1237 NewPtr->BbsType = Ptr->BbsType;
1238 NewPtr->Length = (UINT16) (sizeof (UINT16) + CDCount * sizeof (UINT16));
1248 NewPtr->Data[CDIndex] = Ptr->Data[Index];
1251 NewCDPtr = NewPtr->Data;
1257 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
1258 NewPtr->BbsType = Ptr->BbsType;
1259 NewPtr->Length = (UINT16) (sizeof (UINT16) + NETCount * sizeof (UINT16));
1269 NewPtr->Data[NETIndex] = Ptr->Data[Index];
1272 NewNETPtr = NewPtr->Data;
1278 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
1279 NewPtr->BbsType = Ptr->BbsType;
1280 NewPtr->Length = (UINT16) (sizeof (UINT16) + BEVCount * sizeof (UINT16));
1290 NewPtr->Data[BEVIndex] = Ptr->Data[Index];
1293 NewBEVPtr = NewPtr->Data;