/freebsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 161 clnt_perror(client, "yp_match_host: clnt_call"); in yp_match_host() 196 clnt_perror(client, "yp_first_host: clnt_call"); in yp_first_host() 237 clnt_perror(client, "yp_next_host: clnt_call"); in yp_next_host() 298 clnt_perror(client, "yp_order_host: clnt_call"); in yp_order_host() 324 clnt_perror(client, "yp_master: clnt_call"); in yp_master_host() 348 clnt_perror(client, "yp_maplist: clnt_call"); in yp_maplist_host()
|
/freebsd/crypto/krb5/src/lib/rpc/unit-test/ |
H A D | client.c | 193 clnt_perror(clnt, whoami); in main() 207 clnt_perror(clnt, "Sequence number improperly reset"); in main() 219 clnt_perror(clnt, "Auto-resynchronization failed"); in main() 229 clnt_perror(clnt, "Auto-resynchronization did not work"); in main()
|
/freebsd/usr.sbin/yppoll/ |
H A D | yppoll.c | 105 clnt_perror(client, "yp_order: clnt_call"); in get_remote_info() 117 clnt_perror(client, "yp_master: clnt_call"); in get_remote_info()
|
/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | Makefile.in | 30 $(srcdir)/clnt_perror.c \ 78 clnt_perror.$(OBJEXT) \ 127 clnt_perror.o \
|
H A D | pmap_getmaps.c | 83 clnt_perror(client, "pmap_getmaps rpc problem"); in pmap_getmaps()
|
H A D | pmap_clnt.c | 132 clnt_perror(client, "Cannot register service"); in pmap_set()
|
H A D | clnt_perror.c | 178 clnt_perror(CLIENT *rpch, char *s) in clnt_perror() function
|
H A D | deps | 71 clnt_perror.so clnt_perror.po $(OUTPRE)clnt_perror.$(OBJEXT): \ 75 clnt_perror.c
|
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 716 clnt_perror(ysd->dom_client, "yp_match: clnt_call"); in yp_match() 808 clnt_perror(ysd->dom_client, "yp_first: clnt_call"); in yp_first() 889 clnt_perror(ysd->dom_client, "yp_next: clnt_call"); in yp_next() 977 clnt_perror(clnt, "yp_all: clnt_call"); in yp_all() 1037 clnt_perror(ysd->dom_client, "yp_order: clnt_call"); in yp_order() 1084 clnt_perror(ysd->dom_client, "yp_master: clnt_call"); in yp_master() 1127 clnt_perror(ysd->dom_client, "yp_maplist: clnt_call"); in yp_maplist()
|
/freebsd/share/examples/sunrpc/msg/ |
H A D | rprintmsg.c | 52 clnt_perror(cl, server);
|
/freebsd/lib/libc/rpc/ |
H A D | pmap_getmaps.c | 87 clnt_perror(client, "pmap_getmaps rpc problem"); in pmap_getmaps()
|
H A D | Makefile.inc | 4 clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \ 75 rpc_clnt_calls.3 clnt_perror.3 \
|
H A D | Symbol.map | 32 clnt_perror;
|
H A D | clnt_perror.c | 176 clnt_perror(CLIENT *rpch, const char *s) in clnt_perror() function
|
/freebsd/share/examples/sunrpc/dir/ |
H A D | rls.c | 56 clnt_perror(cl, server);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 379 clnt_perror(mountclient, "mnt"); in dotest() 410 clnt_perror(client, "call"); in dotest() 418 clnt_perror(mountclient, "umnt"); in dotest()
|
H A D | tst.call.c | 94 clnt_perror(client, "test"); in dotest()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 36 clnt_perror(clnt, "humbug"); 112 clnt_perror(clnt, "nlm_lock_msg_1");
|
/freebsd/krb5/lib/rpc/ |
H A D | Makefile | 31 clnt_perror.c \
|
/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | clnt.h | 321 void clnt_perror(CLIENT *, char *); /* stderr */
|
H A D | rename.h | 140 #define clnt_perror gssrpc_clnt_perror macro
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 518 clnt_perror(client, "rpcinfo: can't contact portmapper"); 785 clnt_perror(client, "rpcinfo: can't contact rpcbind: "); 935 clnt_perror(client, "rpcinfo: can't contact rpcbind: "); 1018 clnt_perror(client, "rpcinfo: can't contact rpcbind: "); 1523 clnt_perror(client, "rpcinfo");
|
/freebsd/include/rpc/ |
H A D | clnt.h | 435 extern void clnt_perror(CLIENT *, const char *); /* stderr */
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 432 extern void clnt_perror(CLIENT *, const char *); /* stderr */
|
/freebsd/tools/regression/rpcsec_gss/ |
H A D | rpctest.c | 159 clnt_perror(client, "call failed"); in test_client()
|