HomeSort by: relevance | last modified time | path
    Searched refs:REPLY (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/gzip/
zmore 66 REPLY=`dd bs=1 count=1 2>/dev/null`
70 case "$REPLY" in
  /src/usr.sbin/rpc.yppasswdd/
yppasswdd_mkpw.c 75 #define REPLY(val) do { \
82 REPLY((val)); \
89 REPLY(1);
166 REPLY(0);
  /src/include/rpc/
rpc_msg.h 50 * NOTE: call and reply use the same overall struct but
56 REPLY=1
79 * Reply part of an rpc exchange
83 * Reply to an rpc request that was accepted by the server.
106 * Reply to an rpc request that was rejected by the server.
122 * Body of a reply to an rpc request.
180 * XDR routine to handle an rpc reply.
189 * XDR routine to handle a accepted rpc reply.
197 * XDR routine to handle a rejected rpc reply.
205 * Fills in the error part of a reply message
    [all...]
  /src/lib/libc/rpc/
svc.c 437 /* ******************* REPLY GENERATION ROUTINES ************ */
440 * Send a reply to an rpc request
449 rply.rm_direction = REPLY;
459 * No procedure error reply
468 rply.rm_direction = REPLY;
476 * Can't decode args error reply
485 rply.rm_direction = REPLY;
502 rply.rm_direction = REPLY;
555 * Authentication error reply
564 rply.rm_direction = REPLY;
    [all...]
rpc_prot.c 113 * XDR the MSG_ACCEPTED part of a reply message union
147 * XDR the MSG_DENIED part of a reply message union
179 * XDR a reply message
190 (rmsg->rm_direction == REPLY) )
286 * given a reply message, fills in the error
  /src/bin/ksh/
c_sh.c 260 static char REPLY[] = "REPLY";
292 *--wp = REPLY;
  /src/sys/fs/nfs/common/
krpc_subr.c 183 * Do a remote procedure call (RPC) and wait for its reply.
196 struct krpc_reply *reply; local in function:krpc_call
303 * Send it, repeatedly, until a reply is received,
332 * Wait for up to timo seconds for a reply.
355 /* Does the reply contain at least a header? */
360 reply = mtod(m, struct krpc_reply *);
362 /* Is it the right reply? */
363 if (reply->rp_direction != txdr_unsigned(REPLY))
366 if (reply->rp_xid != txdr_unsigned(xid)
    [all...]

Completed in 15 milliseconds