HomeSort by relevance Sort by last modified time
    Searched refs:OpCodeBuffer (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
OpcodeCreation.c 368 UINT8 *OpCodeBuffer;
438 OpCodeBuffer = F2UCreateOneOfOptionOpCode (UefiUpdateDataHandle, (FRAMEWORK_EFI_IFR_ONE_OF_OPTION *) FwOpHeader, FwOpcode->Width);
439 if (OpCodeBuffer == NULL) {
443 OpCodeBuffer = CreateGuidOptionKeyOpCode (UefiUpdateDataHandle, UOpcode.Question.QuestionId, FwOneOfOp->Value, FwOneOfOp->Key);
444 if (OpCodeBuffer == NULL) {
452 OpCodeBuffer = HiiCreateEndOpCode (UefiUpdateDataHandle);
453 if (OpCodeBuffer != NULL) {
488 UINT8 *OpcodeBuffer;
550 OpcodeBuffer = F2UCreateOneOfOptionOpCode (UefiUpdateDataHandle, (CONST FRAMEWORK_EFI_IFR_ONE_OF_OPTION *) FwOpHeader, 1);
551 if (OpcodeBuffer == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
Platform.c 476 @param[out] OpCodeBuffer On output, a dynamically allocated opcode buffer
479 OpCodeBuffer with HiiFreeOpCodeHandle() after use.
488 have been extended with new strings. OpCodeBuffer is
496 OUT VOID **OpCodeBuffer,
531 *OpCodeBuffer = OutputBuffer;
564 VOID *OpCodeBuffer;
574 OpCodeBuffer = HiiAllocateOpCodeHandle ();
575 if (OpCodeBuffer == NULL) {
583 OpCode = HiiCreateGuidOpCode (OpCodeBuffer, &gEfiIfrTianoGuid,
609 OpCodeBuffer, // create opcode inside this
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c     [all...]

Completed in 122 milliseconds