Searched refs:EFI_USER_INFO_USAGE_COUNT (Results 1 – 2 of 2) sorted by relevance
1561 EFI_USER_INFO_USAGE_COUNT UsageCount; in AddDefaultUserProfile()1617 Info->InfoSize = sizeof (EFI_USER_INFO) + sizeof (EFI_USER_INFO_USAGE_COUNT); in AddDefaultUserProfile()1619 CopyMem ((UINT8 *) (Info + 1), &UsageCount, sizeof (EFI_USER_INFO_USAGE_COUNT)); in AddDefaultUserProfile()1905 EFI_USER_INFO_USAGE_COUNT UsageCount; in UpdateUserInfo()1911 InfoLen = MAX (sizeof (EFI_USER_INFO_CREATE_DATE), sizeof (EFI_USER_INFO_USAGE_COUNT)); in UpdateUserInfo()1974 CopyMem (&UsageCount, (UINT8 *) (NewInfo + 1), sizeof (EFI_USER_INFO_USAGE_COUNT)); in UpdateUserInfo()1981 Info->InfoSize = sizeof (EFI_USER_INFO) + sizeof (EFI_USER_INFO_USAGE_COUNT); in UpdateUserInfo()1982 CopyMem ((UINT8 *) (Info + 1), &UsageCount, sizeof (EFI_USER_INFO_USAGE_COUNT)); in UpdateUserInfo()
131 typedef UINT64 EFI_USER_INFO_USAGE_COUNT; typedef