Symbol: clnt_perror
usr/src/cmd/dtrace/test/tst/common/nfs/tst.call.c
92
clnt_perror(client, "test");
usr/src/cmd/dtrace/test/tst/common/nfs/tst.call3.c
376
clnt_perror(mountclient, "mnt");
usr/src/cmd/dtrace/test/tst/common/nfs/tst.call3.c
407
clnt_perror(client, "call");
usr/src/cmd/dtrace/test/tst/common/nfs/tst.call3.c
415
clnt_perror(mountclient, "umnt");
usr/src/cmd/fs.d/nfs/tests/rpcsec_gss_conn/rpcsec_gss_conn.c
162
clnt_perror(client, "test");
usr/src/cmd/krb5/slave/kpropd.c
947
clnt_perror(handle->clnt,
usr/src/cmd/krb5/slave/kpropd.c
974
clnt_perror(handle->clnt,
usr/src/cmd/rpcinfo/rpcinfo.c
1016
clnt_perror(client, "rpcinfo: can't contact rpcbind: ");
usr/src/cmd/rpcinfo/rpcinfo.c
1109
clnt_perror(client, "rpcinfo: can't contact rpcbind: ");
usr/src/cmd/rpcinfo/rpcinfo.c
1666
clnt_perror(client, "rpcinfo");
usr/src/cmd/rpcinfo/rpcinfo.c
539
clnt_perror(client, "rpcinfo: can't contact portmapper");
usr/src/cmd/rpcinfo/rpcinfo.c
833
clnt_perror(client, "rpcinfo: can't contact rpcbind: ");
usr/src/cmd/rpcsvc/rwall.c
245
clnt_perror(clnt, hostname);
usr/src/cmd/rpcsvc/spray.c
124
clnt_perror(clnt, "SPRAYPROC_CLEAR ");
usr/src/cmd/rpcsvc/spray.c
133
clnt_perror(clnt, "SPRAYPROC_GET ");
usr/src/cmd/ypcmd/yp_b_subr.c
1055
clnt_perror(pdom->ping_clnt, "ping");
usr/src/cmd/ypcmd/yp_b_subr.c
654
clnt_perror(clnt2, servername);
usr/src/cmd/ypcmd/yppoll.c
287
clnt_perror(map_clnt, "Reason");
usr/src/cmd/ypcmd/ypwhich.c
416
(void) clnt_perror(client, errstring);
usr/src/cmd/ypcmd/ypwhich.c
584
(void) clnt_perror(client, errstring);
usr/src/cmd/ypcmd/ypwhich.c
744
(void) clnt_perror(binding->dom_client,
usr/src/cmd/ypcmd/ypxfr.c
1457
clnt_perror(domb.dom_client,
usr/src/cmd/ypcmd/ypxfr.c
1571
clnt_perror(domb.dom_client,
usr/src/cmd/ypcmd/ypxfr.c
652
(void) clnt_perror(pdomb->dom_client,
usr/src/cmd/ypcmd/ypxfr.c
799
clnt_perror(master_server.dom_client, "");
usr/src/cmd/ypcmd/ypxfr.c
861
clnt_perror(master_server.dom_client, "");
usr/src/cmd/ypcmd/ypxfr.c
909
clnt_perror(master_server.dom_client, "");
usr/src/cmd/ypcmd/ypxfr.c
970
clnt_perror(master_server.dom_client, "");
usr/src/cmd/ypcmd/ypxfrd_client.c
301
clnt_perror(clnt, "getdbm");
usr/src/lib/krb5/kadm5/clnt/client_principal.c
45
#define eret() {clnt_perror(handle->clnt, "null ret"); return KADM5_RPC_ERROR;}
usr/src/lib/libnsl/yp/yp_bind.c
630
clnt_perror(tb,
usr/src/lib/libnsl/yp/yp_bind.c
784
clnt_perror(tb,
usr/src/lib/libnsl/yp/yp_update.c
139
clnt_perror(client, "ypupdate call failed");
usr/src/ucbcmd/shutdown/shutdown.c
702
clnt_perror(cl, "shutdown warning");
usr/src/uts/common/rpc/clnt.h
974
void clnt_perror(const CLIENT *, const char *);
usr/src/uts/common/rpc/clnt.h
976
void clnt_perror();