Searched refs:MinSize (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h251 UINT8 MinSize; ///< Minimum allowable sized password. member in struct:__anon10546
264 UINT8 MinSize; ///< Minimum allowable sized password. member in struct:__anon10547
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DHiiLib.h775 @param[in] MinSize The string minimum length.
795 IN UINT8 MinSize,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h951 UINT8 MinSize; member in struct:_EFI_IFR_STRING
961 UINT16 MinSize; member in struct:_EFI_IFR_PASSWORD
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h1040 UINT8 MinSize; member in struct:_EFI_IFR_STRING
1050 UINT16 MinSize; member in struct:_EFI_IFR_PASSWORD
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h1059 UINT8 MinSize; member in struct:_EFI_IFR_STRING
1069 UINT16 MinSize; member in struct:_EFI_IFR_PASSWORD
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h1333 mString->MinSize = 0;
1358 mString->MinSize = Flags;
1374 mPassword->MinSize = 0;
1383 VOID SetMinSize (IN UINT16 MinSize) { argument
1384 mPassword->MinSize = MinSize;
H A DVfrSyntax.g178 #token MinSize("minsize") "minsize"
2285 MinSize "=" MIN:Number "," <<
2289 _PCATCH (VFR_RETURN_INVALID_PARAMETER, MIN->getLine(), "String MinSize takes only one byte, which can't be larger than 0xFF.");
2291 _PCATCH (VFR_RETURN_INVALID_PARAMETER, MIN->getLine(), "String MinSize can't be larger than the max number of elements in string array.");
2302 _PCATCH (VFR_RETURN_INVALID_PARAMETER, MAX->getLine(), "String MaxSize can't be less than String MinSize.");
2339 MinSize "=" MIN:Number "," <<
2343 _PCATCH (VFR_RETURN_INVALID_PARAMETER, MIN->getLine(), "Password MinSize takes only two byte, which can't be larger than 0xFFFF.");
2345 _PCATCH (VFR_RETURN_INVALID_PARAMETER, MIN->getLine(), "Password MinSize can't be larger than the max number of elements in password array.");
2356 _PCATCH (VFR_RETURN_INVALID_PARAMETER, MAX->getLine(), "Password MaxSize can't be less than Password MinSize.");
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c3027 @param[in] MinSize String minimum length
3047 IN UINT8 MinSize,
3064 OpCode.MinSize = MinSize;
3038 HiiCreateStringOpCode( IN VOID *OpCodeHandle, IN EFI_QUESTION_ID QuestionId, IN EFI_VARSTORE_ID VarStoreId, IN UINT16 VarOffset, IN EFI_STRING_ID Prompt, IN EFI_STRING_ID Help, IN UINT8 QuestionFlags, IN UINT8 StringFlags, IN UINT8 MinSize, IN UINT8 MaxSize, IN VOID *DefaultsOpCodeHandle OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c1692 // MinSize is the minimum number of characters that can be accepted for this opcode,
1696 CurrentStatement->Minimum = ((EFI_IFR_STRING *) OpCodeData)->MinSize;
1712 // MinSize is the minimum number of characters that can be accepted for this opcode,
1716 CopyMem (&CurrentStatement->Minimum, &((EFI_IFR_PASSWORD *) OpCodeData)->MinSize, sizeof (UINT16));
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h1067 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib

Completed in 135 milliseconds