Lines Matching refs:rpc_stat
378 enum clnt_stat rpc_stat; local
400 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
412 if (rpc_stat == RPC_PROGVERSMISMATCH) {
416 } else if (rpc_stat == RPC_SUCCESS) {
424 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
427 if (rpc_stat == RPC_PROGVERSMISMATCH) {
431 } else if (rpc_stat == RPC_SUCCESS) {
452 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
625 enum clnt_stat rpc_stat; local
632 rpc_stat = rpc_broadcast(prognum, vers, NULLPROC,
635 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
636 errx(1, "broadcast failed: %s", clnt_sperrno(rpc_stat));
1269 enum clnt_stat rpc_stat; local
1294 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1309 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1313 } else if (rpc_stat == RPC_SUCCESS) {
1320 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1323 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1327 } else if (rpc_stat == RPC_SUCCESS) {
1347 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1371 enum clnt_stat rpc_stat; local
1403 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1416 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1420 } else if (rpc_stat == RPC_SUCCESS) {
1427 rpc_stat = CLNT_CALL(client, NULLPROC,
1430 if (rpc_stat == RPC_PROGVERSMISMATCH) {
1434 } else if (rpc_stat == RPC_SUCCESS) {
1453 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,