Lines Matching defs:rpc
71 #include <rpc/rpc_com.h>
72 #include <rpc/rpcb_prot.h>
224 CLIENT *af_rpc; /* (c) rpc client to send message */
760 * unlock any active locks owned by the host. When rpc.lockd is
1179 NLM_ERR("Failed to contact local NSM - rpc error %d\n", stat);
1244 NLM_ERR("Failed to contact local NSM - rpc error %d\n", stat);
1266 struct nlm_rpc *rpc;
1272 rpc = &host->nh_srvrpc;
1274 rpc = &host->nh_clntrpc;
1284 if (rpc->nr_client && time_uptime > rpc->nr_create_time + 2*60) {
1285 client = rpc->nr_client;
1286 rpc->nr_client = NULL;
1292 if (!rpc->nr_client) {
1299 if (rpc->nr_client) {
1304 rpc->nr_client = client;
1305 rpc->nr_create_time = time_uptime;
1310 client = rpc->nr_client;