Searched refs:RPC_SUCCESS (Results 51 - 75 of 76) sorted by relevance

1234

/freebsd-13-stable/sys/rpc/
H A Dclnt_vc.c385 errp->re_status = stat = RPC_SUCCESS;
553 errp->re_status = stat = RPC_SUCCESS;
557 if (stat == RPC_SUCCESS) {
593 KASSERT(stat != RPC_SUCCESS || *resultsp,
594 ("RPC_SUCCESS without reply"));
607 if (auth && stat != RPC_SUCCESS)
1302 if (ret == RPC_SUCCESS && reterr == RPCTLSERR_OK)
H A Drpc_generic.c180 (xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
770 if (stat == RPC_SUCCESS) {
H A Dclnt_dg.c703 errp->re_status = stat = RPC_SUCCESS;
707 if (errp->re_status == RPC_SUCCESS) {
779 if (auth && stat != RPC_SUCCESS)
H A Dsvc_vc.c823 if (ret != RPC_SUCCESS || reterr != RPCTLSERR_OK) {
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c342 enum clnt_stat stat = RPC_SUCCESS;
404 if (stat == RPC_SUCCESS) {
446 if (stat == RPC_SUCCESS) {
479 if (stat != RPC_SUCCESS || !port) {
488 if (stat == RPC_SUCCESS && !do_tcp) {
1153 if (stat != RPC_SUCCESS) {
1218 if (stat != RPC_SUCCESS) {
1611 if (stat != RPC_SUCCESS) {
/freebsd-13-stable/sys/kgssapi/
H A Dgss_impl.c248 if (stat != RPC_SUCCESS) {
/freebsd-13-stable/usr.bin/ypwhich/
H A Dypwhich.c112 if (r != RPC_SUCCESS) {
/freebsd-13-stable/usr.sbin/rpc.statd/
H A Dfile.c281 != RPC_SUCCESS)
H A Dprocs.c428 (xdrproc_t)xdr_void, &dummy, timeout) != RPC_SUCCESS)
/freebsd-13-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c335 (xdrproc_t)xdr_void, out)) != RPC_SUCCESS) {
/freebsd-13-stable/lib/libc/rpc/
H A Dauth_time.c360 if (status == RPC_SUCCESS)
H A Dkey_call.c456 wait_time) == RPC_SUCCESS) {
H A Dclnt_dg.c541 cu->cu_error.re_status = RPC_SUCCESS;
545 if (cu->cu_error.re_status == RPC_SUCCESS) {
H A Drpc_generic.c454 (xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
/freebsd-13-stable/usr.sbin/yppush/
H A Dyppush_main.c349 if (err.re_status != RPC_SUCCESS &&
/freebsd-13-stable/tools/regression/rpcsec_gss/
H A Drpctest.c156 if (stat == RPC_SUCCESS) {
/freebsd-13-stable/sbin/umount/
H A Dumount.c452 if (clnt_stat != RPC_SUCCESS) {
/freebsd-13-stable/libexec/ypxfr/
H A Dypxfr_main.c556 (xdrproc_t)xdr_void, (void *)out)) != RPC_SUCCESS) {
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c844 if (clntstat != RPC_SUCCESS) {
901 if (clntstat != RPC_SUCCESS) {
/freebsd-13-stable/usr.sbin/ypbind/
H A Dypbind.c759 if (stat != RPC_SUCCESS) {
816 if (stat != RPC_SUCCESS || out == FALSE) {
/freebsd-13-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c391 if (call_stat != RPC_SUCCESS)
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c910 if (call_stat != RPC_SUCCESS)
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_server.c303 if (err.re_status != RPC_SUCCESS &&
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c837 if (stat == RPC_SUCCESS) {
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1285 if (reply_error.re_status != RPC_SUCCESS) {

Completed in 198 milliseconds

1234