Home | History | Annotate | Download | only in LegacyBootManagerLib

Lines Matching defs:NewPtr

763   LEGACY_DEV_ORDER_ENTRY      *NewPtr;

876 NewPtr = NewDevOrder;
877 NewPtr->BbsType = Ptr->BbsType;
878 NewPtr->Length = (UINT16) (sizeof (UINT16) + FDCount * sizeof (UINT16));
886 NewPtr->Data[FDIndex] = Ptr->Data[Index];
889 NewFDPtr = NewPtr->Data;
895 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
896 NewPtr->BbsType = Ptr->BbsType;
897 NewPtr->Length = (UINT16) (sizeof (UINT16) + HDCount * sizeof (UINT16));
905 NewPtr->Data[HDIndex] = Ptr->Data[Index];
908 NewHDPtr = NewPtr->Data;
914 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
915 NewPtr->BbsType = Ptr->BbsType;
916 NewPtr->Length = (UINT16) (sizeof (UINT16) + CDCount * sizeof (UINT16));
924 NewPtr->Data[CDIndex] = Ptr->Data[Index];
927 NewCDPtr = NewPtr->Data;
933 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
934 NewPtr->BbsType = Ptr->BbsType;
935 NewPtr->Length = (UINT16) (sizeof (UINT16) + NETCount * sizeof (UINT16));
943 NewPtr->Data[NETIndex] = Ptr->Data[Index];
946 NewNETPtr = NewPtr->Data;
952 NewPtr = (LEGACY_DEV_ORDER_ENTRY *) (&NewPtr->Data[NewPtr->Length / sizeof (UINT16) -1]);
953 NewPtr->BbsType = Ptr->BbsType;
954 NewPtr->Length = (UINT16) (sizeof (UINT16) + BEVCount * sizeof (UINT16));
962 NewPtr->Data[BEVIndex] = Ptr->Data[Index];
965 NewBEVPtr = NewPtr->Data;