Lines Matching refs:rpc_proc
372 if (task->tk_msg.rpc_proc > clnt->cl_maxproc) { in call_start()
375 task->tk_msg.rpc_proc); in call_start()
381 clnt->cl_protname, clnt->cl_vers, task->tk_msg.rpc_proc, in call_start()
385 rpcproc_count(clnt, task->tk_msg.rpc_proc)++; in call_start()
478 bufsiz = rpcproc_bufsiz(clnt, task->tk_msg.rpc_proc) + RPC_SLACK_SPACE; in call_allocate()
515 bufsiz = rpcproc_bufsiz(clnt, task->tk_msg.rpc_proc)+RPC_SLACK_SPACE; in call_encode()
531 encode = rpcproc_encode(clnt, task->tk_msg.rpc_proc); in call_encode()
632 if (!rpcproc_decode(clnt, task->tk_msg.rpc_proc) && task->tk_status >= 0) { in call_transmit()
742 kxdrproc_t decode = rpcproc_decode(clnt, task->tk_msg.rpc_proc); in call_decode()
859 *p++ = htonl(task->tk_msg.rpc_proc); /* procedure */ in call_header()
937 (unsigned int)task->tk_msg.rpc_proc, in call_verify()