Lines Matching refs:rpc_stat
368 enum clnt_stat rpc_stat; local
390 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
402 if (rpc_stat == RPC_PROGVERSMISMATCH) {
406 } else if (rpc_stat == RPC_SUCCESS) {
414 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
417 if (rpc_stat == RPC_PROGVERSMISMATCH) {
421 } else if (rpc_stat == RPC_SUCCESS) {
442 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
615 enum clnt_stat rpc_stat; local
622 rpc_stat = rpc_broadcast(prognum, vers, NULLPROC,
625 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
626 errx(1, "broadcast failed: %s", clnt_sperrno(rpc_stat));
1259 enum clnt_stat rpc_stat; local
1284 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1299 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1303 } else if (rpc_stat == RPC_SUCCESS) {
1310 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1313 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1317 } else if (rpc_stat == RPC_SUCCESS) {
1337 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1361 enum clnt_stat rpc_stat; local
1393 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1406 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1410 } else if (rpc_stat == RPC_SUCCESS) {
1417 rpc_stat = CLNT_CALL(client, NULLPROC,
1420 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1424 } else if (rpc_stat == RPC_SUCCESS) {
1443 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,