Searched refs:rpc (Results 276 - 300 of 409) sorted by relevance

<<11121314151617

/freebsd-11.0-release/contrib/amd/include/
H A Dam_defs.h268 * Actions to take if <rpc/rpc.h> exists.
278 # include <rpc/rpc.h>
285 * Actions to take if <rpc/types.h> exists.
288 # include <rpc/types.h>
292 * Actions to take if <rpc/xdr.h> exists.
296 # include <rpc/xdr.h>
975 * Actions to take if <rpc/auth_des.h> exists.
978 # include <rpc/auth_de
[all...]
/freebsd-11.0-release/sys/dev/uart/
H A Duart_dev_z8530.c100 uint8_t mpm, rpc, tpc; local
102 rpc = RPC_RXE;
107 rpc |= RPC_RB8;
110 rpc |= RPC_RB7;
113 rpc |= RPC_RB6;
116 rpc |= RPC_RB5;
144 uart_setmreg(bas, WR_RPC, rpc);
/freebsd-11.0-release/usr.sbin/ypserv/
H A DMakefile.yp112 RPC = $(YPSRCDIR)/rpc
143 TARGETS= servers hosts networks protocols rpc services shells group
210 rpc: rpc.byname rpc.bynumber
225 # rpc.yppasswdd. In this case, the maps will be updated by the rpc.yppasswdd
489 rpc.byname: $(RPC)
502 rpc.bynumber: $(RPC)
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_bcast.c39 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/clnt_bcast.c 300621 2016-05-24 18:53:06Z ngie $");
48 * The following is kludged-up support for simple rpc broadcasts.
60 #include <rpc/rpc.h>
62 #include <rpc/pmap_prot.h>
63 #include <rpc/pmap_clnt.h>
64 #include <rpc/pmap_rmt.h>
66 #include <rpc/nettype.h>
H A Dclnt_generic.c38 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/clnt_generic.c 297829 2016-04-11 18:09:38Z pfg $");
55 #include <rpc/rpc.h>
56 #include <rpc/nettype.h>
154 * change using the rpc equivalent of _ioctl()'s.
260 * change using the rpc equivalent of _ioctl()'s : clnt_control()
326 * change using the rpc equivalent of _ioctl()'s : clnt_control().
H A Dkey_prot_xdr.c7 #include <rpc/key_prot.h>
40 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/key_prot_xdr.c 258578 2013-11-25 19:04:36Z hrs $");
H A Drpc_callmsg.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/rpc_callmsg.c 301769 2016-06-09 22:18:25Z pfg $");
50 #include <rpc/rpc.h>
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c63 #include "event2/rpc.h"
64 #include "event2/rpc.h"
108 MessageCb(EVRPC_STRUCT(Message)* rpc, void *arg)
110 struct kill* kill_reply = rpc->reply;
113 struct evhttp_request* req = EVRPC_REQUEST_HTTP(rpc);
125 EVRPC_REQUEST_DONE(rpc);
131 NeverReplyCb(EVRPC_STRUCT(NeverReply)* rpc, void *arg)
134 saved_rpc = rpc;
212 "/.rpc.Message") == -1) {
291 "/.rpc
[all...]
/freebsd-11.0-release/usr.sbin/ypldap/
H A Dyp.c39 #include <rpc/rpc.h>
40 #include <rpc/xdr.h>
41 #include <rpc/pmap_clnt.h>
42 #include <rpc/pmap_prot.h>
43 #include <rpc/pmap_rmt.h>
/freebsd-11.0-release/sys/nfs/
H A Dkrpc_subr.c41 * libnetboot/rpc.c
42 * @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL)
63 #include <rpc/types.h>
64 #include <rpc/auth.h>
65 #include <rpc/rpc_msg.h>
95 u_int32_t rp_rpcvers; /* rpc version (2) */
131 * Call portmap to lookup a port number for a particular rpc program
376 printf("rpc denied, error=%d\n", error);
387 printf("rpc denied, status=%d\n", error);
/freebsd-11.0-release/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c35 #include <rpc/rpc.h>
36 #include <rpc/rpcsec_gss.h>
/freebsd-11.0-release/tools/regression/rpcsec_gss/
H A Drpctest.c44 #include <rpc/rpc.h>
45 #include <rpc/rpcsec_gss.h>
/freebsd-11.0-release/sys/rpc/
H A Dclnt.h32 * $FreeBSD: releng/11.0/sys/rpc/clnt.h 258581 2013-11-25 19:08:38Z hrs $
44 #include <rpc/clnt_stat.h>
48 #include <rpc/netconfig.h>
125 * Client rpc handle.
150 /* the ioctl() of rpc */
171 /* the ioctl() of rpc */
197 * client side rpc interface ops
371 * RPCTEST is a test program which is accessible on every rpc
389 * implementations of client side rpc. They can return NULL if a
548 * Added for compatibility to old rpc 4.
[all...]
H A Dclnt_rc.c29 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/clnt_rc.c 248255 2013-03-13 21:06:03Z jhb $");
46 #include <rpc/rpc.h>
47 #include <rpc/rpc_com.h>
48 #include <rpc/krpc.h>
/freebsd-11.0-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c39 __FBSDID("$FreeBSD: releng/11.0/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c 249096 2013-04-04 15:16:53Z gnn $");
49 #include <rpc/rpc.h>
50 #include <rpc/rpcsec_gss.h>
/freebsd-11.0-release/usr.sbin/ypserv/common/
H A Dyplib_host.c50 #include <rpc/rpc.h>
51 #include <rpc/xdr.h>
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dnfsd.c60 #include <rpc/rpc.h>
61 #include <rpc/pmap_clnt.h>
62 #include <rpc/pmap_prot.h>
/freebsd-11.0-release/lib/librpcsvc/
H A Dxcrypt.c41 #include <rpc/des_crypt.h>
/freebsd-11.0-release/sys/
H A DMakefile8 rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A DMakefile.am48 rpc.c \
/freebsd-11.0-release/include/rpc/
H A Dclnt.h32 * $FreeBSD: releng/11.0/include/rpc/clnt.h 258581 2013-11-25 19:08:38Z hrs $
41 #include <rpc/clnt_stat.h>
89 * Client rpc handle.
110 /* the ioctl() of rpc */
143 * client side rpc interface ops
241 * RPCTEST is a test program which is accessible on every rpc
259 * implementations of client side rpc. They can return NULL if a
377 * Added for compatibility to old rpc 4.0. Obsoleted by clnt_vc_create().
406 * Memory based rpc (for speed check and testing)
534 #include <rpc/clnt_so
[all...]
/freebsd-11.0-release/lib/libc/net/
H A Deui64.c80 #include <rpc/rpc.h>
H A Dgethostbynis.c44 #include <rpc/rpc.h>
H A Dgetnetbynis.c44 #include <rpc/rpc.h>
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_fha_new.c32 #include <rpc/rpc.h>

Completed in 225 milliseconds

<<11121314151617