Searched refs:rpc (Results 326 - 350 of 409) sorted by relevance

<<11121314151617

/freebsd-11.0-release/sys/rpc/
H A Dclnt_bck.c37 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/clnt_bck.c 301800 2016-06-10 17:53:28Z ngie $");
45 * A sequence of calls may be batched-up in a send buffer. The rpc call
48 * the rpc timeout value is zero (see clnt.h, rpc).
84 #include <rpc/rpc.h>
85 #include <rpc/rpc_com.h>
86 #include <rpc/krpc.h>
350 * Hack to provide rpc-based message passing
H A Drpcb_prot.h9 #include <rpc/rpc.h>
42 * $FreeBSD: releng/11.0/sys/rpc/rpcb_prot.h 258578 2013-11-25 19:04:36Z hrs $
338 * and implement it ourselves in rpc/rpcb_prot.c.
H A Drpcb_clnt.c41 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/rpcb_clnt.c 301734 2016-06-09 14:33:00Z kevlo $");
45 * interface to rpcbind rpc service.
60 #include <rpc/rpc.h>
61 #include <rpc/rpcb_clnt.h>
62 #include <rpc/rpcb_prot.h>
64 #include <rpc/rpc_com.h>
489 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_4.c45 #include <rpc/rpc.h>
H A Dutil.c40 #include <rpc/rpc.h>
H A Drpcbind.c45 * Implements the program, version to address mapping for rpc.
58 #include <rpc/rpc.h>
/freebsd-11.0-release/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c16 #include <rpc/rpc.h>
/freebsd-11.0-release/usr.sbin/rpc.lockd/
H A Dtest.c4 #include <rpc/rpc.h>
12 static const char rcsid[] = "$FreeBSD: releng/11.0/usr.sbin/rpc.lockd/test.c 74462 2001-03-19 12:50:13Z alfred $";
H A Dlockd.c2 /* $FreeBSD: releng/11.0/usr.sbin/rpc.lockd/lockd.c 292864 2015-12-29 11:24:41Z uqs $ */
70 #include <rpc/rpc.h>
71 #include <rpc/rpc_com.h>
189 fprintf(stderr, "Can't find or load kernel support for rpc.lockd - using non-kernel implementation\n");
432 openlog("rpc.lockd", 0, LOG_DAEMON);
519 /* Get rpc.statd's address on this transport */
838 /* Get rpc.statd's address on this transport */
964 errx(1, "usage: rpc.lockd [-d <debuglevel>]"
/freebsd-11.0-release/usr.sbin/rpc.statd/
H A Dprocs.c35 __FBSDID("$FreeBSD: releng/11.0/usr.sbin/rpc.statd/procs.c 168276 2007-04-02 18:59:48Z matteo $");
42 #include <rpc/rpc.h>
328 on disc). However, this would confuse the rpc.lockd
427 syslog(LOG_ERR, "Failed to call rpc.statd client at host %s",
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_4.c47 #include <rpc/rpc.h>
H A Dutil.c42 #include <rpc/rpc.h>
106 * the best address (e.g. the `r_addr' field of an rpc, which
H A Drpcbind.c45 * Implements the program, version to address mapping for rpc.
58 #include <rpc/rpc.h>
59 #include <rpc/rpc_com.h>
/freebsd-11.0-release/include/
H A DMakefile11 SUBDIR= arpa protocols rpcsvc rpc xlocale
226 cd ${.CURDIR}/../sys/rpc; \
228 ${DESTDIR}${INCLUDEDIR}/rpc
341 cd ${.CURDIR}/../sys/rpc; \
343 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/rpc/$$h \
344 ${DESTDIR}${INCLUDEDIR}/rpc; \
/freebsd-11.0-release/sys/nlm/
H A Dnlm_prot_impl.c63 #include <rpc/rpc_com.h>
64 #include <rpc/rpcb_prot.h>
216 CLIENT *af_rpc; /* (c) rpc client to send message */
752 * unlock any active locks owned by the host. When rpc.lockd is
1171 NLM_ERR("Failed to contact local NSM - rpc error %d\n", stat);
1236 NLM_ERR("Failed to contact local NSM - rpc error %d\n", stat);
1258 struct nlm_rpc *rpc; local
1264 rpc = &host->nh_srvrpc;
1266 rpc = &host->nh_clntrpc;
1276 if (rpc
[all...]
/freebsd-11.0-release/sys/kgssapi/
H A Dgsstest.c44 #include <rpc/rpc.h>
45 #include <rpc/rpc_com.h>
46 #include <rpc/rpcb_prot.h>
47 #include <rpc/rpcsec_gss.h>
/freebsd-11.0-release/lib/libc/rpc/
H A Drpcb_clnt.c38 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/rpcb_clnt.c 301734 2016-06-09 14:33:00Z kevlo $");
42 * interface to rpcbind rpc service.
51 #include <rpc/rpc.h>
52 #include <rpc/rpcb_prot.h>
53 #include <rpc/nettype.h>
57 #include <rpc/pmap_prot.h>
473 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpc_generic.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/rpc_generic.c 298226 2016-04-18 21:05:15Z avos $");
52 #include <rpc/rpc.h>
61 #include <rpc/nettype.h>
197 * Returns the type of the network as defined in <rpc/nettype.h>
261 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
329 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Dsvc.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/svc.c 298830 2016-04-30 01:24:24Z pfg $");
57 #include <rpc/rpc.h>
59 #include <rpc/pmap_clnt.h>
75 * Each entry represents a set of procedures (an rpc program).
167 * The dispatch routine will be called when a rpc request for this
267 * The dispatch routine will be called when a rpc request for this
355 * Send a reply to an rpc request
430 * protocol: the portmapper (or rpc binder).
/freebsd-11.0-release/lib/librpcsec_gss/
H A Drpcsec_gss.c73 #include <rpc/rpc.h>
74 #include <rpc/rpcsec_gss.h>
/freebsd-11.0-release/usr.bin/quota/
H A Dquota.c56 #include <rpc/rpc.h>
57 #include <rpc/pmap_prot.h>
579 * rpc.rquotad does not support group quotas
644 warnx("bad rpc result, host: %s", fst->f_mntfromname);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c139 ppath_component_t *pc, *rpc; local
157 rp = ppath_pop(p, &rpc);
159 ATF_CHECK_EQ(rpc, pc);
160 ppath_component_release(rpc);
163 rp = ppath_pop(p, &rpc);
165 rp = ppath_pop(p, &rpc);
/freebsd-11.0-release/include/rpcsvc/
H A Dnis.x65 %#include <rpc/xdr.h>
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dremote-vx.c49 #include <rpc/rpc.h>
53 #include <sys/time.h> /* UTek's <rpc/rpc.h> doesn't #incl this */
97 static const char rpcerr[] = "network target debugging: rpc error";
740 Takes an error exit if rpc fails.
794 Returns -1 if rpc failed, 0 otherwise. */
808 Returns -1 if rpc failed, 0 otherwise
825 Returns -1 and complain()s if rpc fails. */
851 Calls error() if rpc fail
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c30 #include <rpc/rpc.h>

Completed in 145 milliseconds

<<11121314151617