Lines Matching refs:rpc_stat
392 enum clnt_stat rpc_stat; local
416 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
428 if (rpc_stat == RPC_PROGVERSMISMATCH) {
432 } else if (rpc_stat == RPC_SUCCESS) {
440 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
443 if (rpc_stat == RPC_PROGVERSMISMATCH) {
447 } else if (rpc_stat == RPC_SUCCESS) {
468 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
642 enum clnt_stat rpc_stat; local
651 rpc_stat = rpc_broadcast(prognum, vers, NULLPROC,
654 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT)) {
656 clnt_sperrno(rpc_stat));
1375 enum clnt_stat rpc_stat; local
1404 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
1419 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1423 } else if (rpc_stat == RPC_SUCCESS) {
1430 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
1433 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1437 } else if (rpc_stat == RPC_SUCCESS) {
1457 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
1483 enum clnt_stat rpc_stat; local
1520 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,
1533 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1537 } else if (rpc_stat == RPC_SUCCESS) {
1544 rpc_stat = CLNT_CALL(client, NULLPROC,
1547 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1551 } else if (rpc_stat == RPC_SUCCESS) {
1570 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void,