Home | History | Annotate | Download | only in UefiHiiLib

Lines Matching refs:StartOpCodeHandle

4131   specified by StartOpCodeHandle.  The following rules are used to determine if

4136 from StartOpCodeHandle except the first opcode are inserted immediately after
4144 from StartOpCodeHandle except the first opcode are inserted immediately after
4150 If StartOpCodeHandle is NULL, then ASSERT().
4157 @param[in] StartOpCodeHandle An OpCode Handle that contains the set of IFR
4159 The first IFR instruction in StartOpCodeHandle
4166 opcodes specified by StartOpCodeHandle are
4174 IFR opcode in StartOpCodeHandle.
4187 IN VOID *StartOpCodeHandle,
4209 ASSERT (StartOpCodeHandle != NULL);
4217 OpCodeBufferStart = (HII_LIB_OPCODE_BUFFER *) StartOpCodeHandle;