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