Home | History | Annotate | Download | only in IScsiDxe

Lines Matching refs:StartOpCodeHandle

977   VOID                        *StartOpCodeHandle;

1082 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1083 ASSERT (StartOpCodeHandle != NULL);
1091 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
1107 StartOpCodeHandle, // Container for dynamic created opcodes
1122 StartOpCodeHandle, // Label DEVICE_ENTRY_LABEL
1126 HiiFreeOpCodeHandle (StartOpCodeHandle);