Lines Matching refs:reply

210  * and incremented by 1/cwnd when each rpc reply is received and a full cwnd
353 uint32_t reply = 0, rxid = 0, verf_type, verf_len;
358 nfsm_chain_get_32(error, &nmrep, reply);
359 if (!error && ((reply != RPC_REPLY) || (rxid != nso->nso_pingxid)))
955 /* If we were succesfull at sending a ping, wait up to a second for a reply */
2629 * If we hit an error building the reply, we can't easily back up.
2709 /* build reply header */
2726 /* reply status */
2765 /* Calculate the size of the reply */
2774 /* send the reply */
3391 * Match an RPC reply with the corresponding request
3398 u_int32_t reply = 0, rxid = 0;
3401 /* Get the xid and check that it is an rpc reply */
3404 nfsm_chain_get_32(error, &nmrep, reply);
3405 if (error || (reply != RPC_REPLY)) {
3412 * Loop through the request list to match up the reply
3500 * Wait for the reply for a given request...
3570 * - call nfs_wait_reply() to wait for the reply
3572 * - break down rpc header and return with error or nfs reply
3887 * Call nfs_wait_reply() to wait for the reply.
3897 * doing the initial NFS request reply processing.
3975 * If there was a successful reply, make sure to mark the mount as up.
4392 * Don't wait for a reply to a context destroy advisory
5017 * Necessary for STREAM sockets to ensure you get an entire rpc request/reply
5099 uint32_t rxid = 0, reply = 0, reply_status, rejected_status;
5209 nfsm_chain_get_32(error, nmrep, reply);
5211 if ((rxid != xid) || (reply != RPC_REPLY))
5679 * Generate the rpc reply header
5699 * If this is a big reply, use a cluster else
5733 /* reply status */
5778 /* error composing reply header */