Lines Matching refs:statp
1173 svc_get_autherr(struct svc_rqst *rqstp, __be32 *statp)
1176 return *statp;
1181 svc_generic_dispatch(struct svc_rqst *rqstp, __be32 *statp)
1193 *statp = rpc_garbage_args;
1197 *statp = procp->pc_func(rqstp);
1199 if (*statp == rpc_drop_reply ||
1206 if (*statp != rpc_success)
1214 *statp = rpc_system_err;
1282 __be32 *statp;
1378 statp = resv->iov_base +resv->iov_len;
1389 if (!svc_generic_dispatch(rqstp, statp))
1391 if (*statp == rpc_garbage_args)
1393 auth_stat = svc_get_autherr(rqstp, statp);
1398 if (!process.dispatch(rqstp, statp))
1403 if (*statp != rpc_success)
1404 resv->iov_len = ((void*)statp) - resv->iov_base + 4;