OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxProfileSize
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.h
77
UINTN
MaxProfileSize
;
UserIdentifyManager.c
956
User->
MaxProfileSize
+= ((ExpandSize + InfoSizeInc - 1) / InfoSizeInc) * InfoSizeInc;
957
Info = AllocateZeroPool (User->
MaxProfileSize
);
1054
if (User->
MaxProfileSize
- User->UserProfileSize < ALIGN_VARIABLE (InfoSize)) {
[
all
...]
Completed in 6014 milliseconds