Lines Matching full:procedure
61 RPC library routines allow C language programs to make procedure
63 First, the client calls a procedure to send a request to the server.
72 routines handle the client side of the procedure call.
98 A function macro that calls the remote procedure
110 is the XDR function used to encode the procedure's arguments, and
112 is the XDR function used to decode the procedure's results;
114 is the address of the procedure's argument(s), and
148 Normally used after a procedure call fails for a routine
160 Normally used after a remote procedure call fails
230 except that the remote procedure's output is decoded there;
271 Call the remote procedure associated with
281 is used to encode the procedure's arguments, and
283 is used to decode the procedure's results;
285 is the address of the procedure's argument(s), and