Lines Matching full:procedure
20 The details of programming applications to use Remote Procedure Calls
22 routines necessary to convert procedure arguments and results into
48 writes an ordinary main program that makes local procedure calls to the
78 .I "Remote Procedure Call Programming Guide)\.
150 was turned into a remote procedure,
155 procedure to turn it into a remote procedure. Unfortunately,
158 support, it's not very difficult to make a procedure remote.
161 all procedure inputs and outputs. In this case, we have a
162 procedure
185 an entire remote program here which contains the single procedure
187 This procedure was declared to be in version 1 of the
188 remote program. No null procedure (procedure 0) is necessary because
203 procedure itself. Here's the definition of a remote procedure
206 procedure we declared above:
212 * msg_proc.c: implementation of the remote procedure "printmessage"
245 Notice here that the declaration of the remote procedure
247 differs from that of the local procedure
270 the remote procedure. Here it is:
325 * Call the remote procedure "printmessage" on the server
342 * Okay, we successfully called the remote procedure.
371 which call the remote procedure.
373 The remote procedure
543 procedure.
674 * Call the remote procedure \fIreaddir\fP on the server
691 * Okay, we successfully called the remote procedure.
745 The client program and the server procedure can be tested together
747 than with the client and server stubs. The procedure calls will be
748 executed as ordinary local procedure calls and the program can be
846 When a procedure is known to be called via broadcast RPC,
851 To prevent the server from replying, a remote procedure can
856 Here is an example of a procedure that replies only if it
875 Note that if procedure returns type \*Qvoid *\*U, they must return a non-NULL
883 This extra information is actually supplied to the server procedure as a
887 procedure to only allow root users to print a message to the console.
923 .I "Remote Procedure Calls: Protocol Specification"
1123 procedure-list
1126 procedure-list:
1127 procedure ";"
1128 procedure ";" procedure-list
1130 procedure:
1131 type-ident procedure-ident "(" type-ident ")" "=" value
1298 result of a remote procedure).