Home | History | Annotate | Download | only in Protocol

Lines Matching full:procedure

90   @param  FunctionId         The Function ID associated with this Extended SAL Procedure.

91 @param Arg2 Second argument to the Extended SAL procedure.
92 @param Arg3 Third argument to the Extended SAL procedure.
93 @param Arg4 Fourth argument to the Extended SAL procedure.
94 @param Arg5 Fifth argument to the Extended SAL procedure.
95 @param Arg6 Sixth argument to the Extended SAL procedure.
96 @param Arg7 Seventh argument to the Extended SAL procedure.
97 @param Arg8 Eighth argument to the Extended SAL procedure.
98 @param VirtualMode TRUE if the Extended SAL Procedure is being invoked in virtual mode.
99 FALSE if the Extended SAL Procedure is being invoked in physical mode.
100 @param ModuleGlobal A pointer to the global context associated with this Extended SAL Procedure.
102 @return The result returned from the specified Extended SAL Procedure
121 Registers an Extended SAL Procedure.
123 The Extended SAL Procedure specified by InternalSalProc and named by ClassGuidLo,
127 @param ClassGuidLo The lower 64-bits of the class GUID for the Extended SAL Procedure being added.
129 @param ClassGuidHi The upper 64-bits of the class GUID for the Extended SAL Procedure being added.
131 @param FunctionId The Function ID for the Extended SAL Procedure that is being added. This Function
132 ID is a member of the Extended SAL Procedure class specified by ClassGuidLo
134 @param InternalSalProc A pointer to the Extended SAL Procedure being added.
136 This pointer is passed to the Extended SAL Procedure specified by ClassGuidLo,
142 @retval EFI_SUCCESS The Extended SAL Procedure was added.
143 @retval EFI_OUT_OF_RESOURCES There are not enough resources available to add the Extended SAL Procedure.
158 Calls a previously registered Extended SAL Procedure.
160 This function calls the Extended SAL Procedure specified by ClassGuidLo, ClassGuidHi,
165 @param ClassGuidLo The lower 64-bits of the class GUID for the Extended SAL Procedure
167 @param ClassGuidHi The upper 64-bits of the class GUID for the Extended SAL Procedure
169 @param FunctionId Function ID for the Extended SAL Procedure being called.
170 @param Arg2 Second argument to the Extended SAL procedure.
171 @param Arg3 Third argument to the Extended SAL procedure.
172 @param Arg4 Fourth argument to the Extended SAL procedure.
173 @param Arg5 Fifth argument to the Extended SAL procedure.
174 @param Arg6 Sixth argument to the Extended SAL procedure.
175 @param Arg7 Seventh argument to the Extended SAL procedure.
176 @param Arg8 Eighth argument to the Extended SAL procedure.
178 @retval EFI_SAL_NOT_IMPLEMENTED The Extended SAL Procedure specified by ClassGuidLo,
181 for the specified Extended SAL Procedure are available.
182 @retval Other The result returned from the specified Extended SAL Procedure