Lines Matching full:procedure
27 Makes a PAL procedure call.
29 This is a wrapper function to make a PAL procedure call. Based on the Index value,
31 as required or optional. If a PAL procedure is specified as optional, a unique return
33 This indicates that the procedure is not present in this PAL implementation. It is the
35 procedure. No parameter checking is performed on the 4 input parameters, but there are
40 returned or undefined result may occur during the execution of the procedure.
43 @param Index The PAL procedure Index number.
44 @param Arg2 The 2nd parameter for PAL procedure calls.
45 @param Arg3 The 3rd parameter for PAL procedure calls.
46 @param Arg4 The 4th parameter for PAL procedure calls.
48 @return Structure returned from the PAL Call procedure, including the status and return value.