Home | History | Annotate | Download | only in UserIdentifyManagerDxe

Lines Matching refs:OffSet

164   @param[out]     Offset   A pointer to the offset of the information record in the user profile.

176 OUT UINTN *Offset OPTIONAL
202 if (Offset != NULL) {
203 *Offset = InfoLen;
219 if (Offset != NULL) {
220 *Offset = InfoLen;
229 if (Offset != NULL) {
230 *Offset = 0;
422 UINTN OffSet;
439 OffSet = 0;
440 while (OffSet < ValueLen) {
441 Path = (EFI_DEVICE_PATH_PROTOCOL *) (PolicyInfo + TotalLen + sizeof (Access) + OffSet);
443 OffSet += PathSize;
445 if (OffSet != ValueLen) {
1185 UINTN Offset;
1191 Status = FindUserInfo (User, &Info, FALSE, &Offset);
1203 NextOffset = Offset + ALIGN_VARIABLE (Info->InfoSize);
1205 if (Offset < User->UserProfileSize) {
1206 CopyMem (User->ProfileInfo + Offset, User->ProfileInfo + NextOffset, User->UserProfileSize - Offset);
2733 @param Progress A pointer to a string filled in with the offset of the most