HomeSort by: relevance | last modified time | path
    Searched refs:clnt_perror (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 126 clnt_perror(cl2, server);
170 clnt_perror(cl2, server);
211 clnt_perror(cl2, server);
262 clnt_perror(cl2, server);
296 clnt_perror(cl2, server);
318 clnt_perror(cl2, server);
381 clnt_perror(cl2, server);
451 clnt_perror(cl2, server);
502 clnt_perror(cl2, server);
  /src/usr.sbin/ypserv/common/
yplib_host.c 147 clnt_perror(client, "yp_match_host: clnt_call");
177 clnt_perror(client, "yp_first_host: clnt_call");
214 clnt_perror(client, "yp_next_host: clnt_call");
264 clnt_perror(client, "yp_order_host: clnt_call");
286 clnt_perror(client, "yp_master: clnt_call");
306 clnt_perror(client, "yp_maplist: clnt_call");
  /src/usr.sbin/spray/
spray.c 146 clnt_perror(cl, progname);
166 clnt_perror(cl, progname);
  /src/lib/libc/rpc/
pmap_getmaps.c 101 clnt_perror(client, "pmap_getmaps rpc problem");
Makefile.inc 7 clnt_bcast.c clnt_dg.c clnt_generic.c clnt_perror.c \
44 rpc_clnt_calls.3 clnt_perror.3 \
clnt_perror.c 1 /* $NetBSD: clnt_perror.c,v 1.30 2013/03/11 20:19:29 tron Exp $ */
37 static char *sccsid = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro";
38 static char *sccsid = "@(#)clnt_perror.c 2.1 88/07/29 4.0 RPCSRC";
40 __RCSID("$NetBSD: clnt_perror.c,v 1.30 2013/03/11 20:19:29 tron Exp $");
45 * clnt_perror.c
65 __weak_alias(clnt_perror,_clnt_perror)
182 clnt_perror(CLIENT *rpch, const char *s) function in typeref:typename:void
  /src/lib/libc/yp/
yp_maplist.c 67 clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
yp_master.c 78 clnt_perror(ysd->dom_client, "yp_master: clnt_call");
yp_order.c 76 clnt_perror(ysd->dom_client, "yp_order: clnt_call");
yp_first.c 80 clnt_perror(ysd->dom_client, "yp_first: clnt_call");
157 clnt_perror(ysd->dom_client, "yp_next: clnt_call");
yp_match.c 215 clnt_perror(ysd->dom_client, "yp_match: clnt_call");
  /src/usr.sbin/yppoll/
yppoll.c 201 clnt_perror(client, "yp_order: clnt_call");
213 clnt_perror(client, "yp_master: clnt_call");
  /src/usr.bin/rwall/
rwall.c 142 clnt_perror(cl, wallhost);
  /src/usr.sbin/rpc.lockd/
test.c 48 clnt_perror(clnt, "humbug");
129 clnt_perror(clnt, "nlm_lock_msg_1");
  /src/usr.sbin/ypserv/ypxfr/
ypxfr.c 596 clnt_perror(client, "yp_clear: clnt_call");
620 clnt_perror(client, "yppushresp_xdr: clnt_call");
  /src/include/rpc/
clnt.h 431 * Like clnt_perror(), but is more verbose in its output
442 extern void clnt_perror (CLIENT *, const char *); /* stderr */
  /src/sbin/umount/
umount.c 354 clnt_perror(clp, "Bad MNT RPC");
  /src/lib/libc/include/
namespace.h 265 #define clnt_perror _clnt_perror macro

Completed in 47 milliseconds