Searched refs:rpc (Results 26 - 50 of 409) sorted by relevance

1234567891011>>

/freebsd-11.0-release/share/doc/psd/26.rpcrfc/
H A DMakefile4 SRCS= stubs rpc.rfc.ms
/freebsd-11.0-release/lib/libc/rpc/
H A Dauthunix_prot.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/authunix_prot.c 288113 2015-09-22 15:40:07Z rodrigc $");
48 #include <rpc/types.h>
49 #include <rpc/xdr.h>
50 #include <rpc/auth.h>
51 #include <rpc/auth_unix.h>
H A Dsvc_run.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/svc_run.c 288113 2015-09-22 15:40:07Z rodrigc $");
39 * This is the rpc server side idle loop
46 #include <rpc/rpc.h>
52 #include <rpc/rpc.h>
H A Dgetrpcport.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/getrpcport.c 288113 2015-09-22 15:40:07Z rodrigc $");
51 #include <rpc/rpc.h>
52 #include <rpc/pmap_clnt.h>
H A Dpmap_prot2.c36 __FBSDID("$FreeBSD: releng/11.0/lib/libc/rpc/pmap_prot2.c 288113 2015-09-22 15:40:07Z rodrigc $");
48 #include <rpc/types.h>
49 #include <rpc/xdr.h>
50 #include <rpc/pmap_prot.h>
/freebsd-11.0-release/include/rpc/
H A Ddes_crypt.h3 * $FreeBSD: releng/11.0/include/rpc/des_crypt.h 258578 2013-11-25 19:04:36Z hrs $
47 #include <rpc/rpc.h>
H A Drpcb_clnt.h2 /* $FreeBSD: releng/11.0/include/rpc/rpcb_clnt.h 258578 2013-11-25 19:04:36Z hrs $ */
60 #include <rpc/types.h>
61 #include <rpc/rpcb_prot.h>
/freebsd-11.0-release/rescue/librescue/
H A DMakefile.depend7 include/rpc \
/freebsd-11.0-release/targets/pseudo/userland/libexec/
H A DMakefile.depend26 libexec/rpc.rquotad \
27 libexec/rpc.rstatd \
28 libexec/rpc.rusersd \
29 libexec/rpc.rwalld \
30 libexec/rpc.sprayd \
/freebsd-11.0-release/contrib/ofed/management/libibmad/src/
H A Drpc.c173 mad_rpc(const void *port_id, ib_rpc_t *rpc, ib_portid_t *dport, void *payload, argument
183 if ((len = mad_build_pkt(sndbuf, rpc, dport, 0, payload)) < 0)
187 p->class_agents[rpc->mgtclass],
188 len, rpc->timeout)) < 0) {
202 IBWARN("data offs %d sz %d", rpc->dataoffs, rpc->datasz);
203 xdump(stderr, "mad data\n", mad + rpc->dataoffs, rpc->datasz);
207 memcpy(rcvdata, mad + rpc->dataoffs, rpc
213 mad_rpc_rmpp(const void *port_id, ib_rpc_t *rpc, ib_portid_t *dport, ib_rmpp_hdr_t *rmpp, void *data) argument
271 madrpc(ib_rpc_t *rpc, ib_portid_t *dport, void *payload, void *rcvdata) argument
281 madrpc_rmpp(ib_rpc_t *rpc, ib_portid_t *dport, ib_rmpp_hdr_t *rmpp, void *data) argument
[all...]
H A Dgs.c55 ib_rpc_t rpc = {0}; local
65 rpc.mgtclass = IB_PERFORMANCE_CLASS;
66 rpc.method = IB_MAD_METHOD_GET;
67 rpc.attr.id = id;
71 rpc.attr.mod = 0;
72 rpc.timeout = timeout;
73 rpc.datasz = IB_PC_DATA_SZ;
74 rpc.dataoffs = IB_PC_DATA_OFFS;
81 return mad_rpc(srcport, &rpc, dest, rcvbuf, rcvbuf);
83 return madrpc(&rpc, des
125 ib_rpc_t rpc = {0}; local
[all...]
/freebsd-11.0-release/sys/nlm/
H A Dnlm_prot_server.c235 CLIENT *rpc; local
242 if (nlm_do_test(&args4, &res4, rqstp, &rpc))
252 if (rpc) {
253 nlm_test_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
254 CLNT_RELEASE(rpc);
267 CLIENT *rpc; local
277 if (nlm_do_lock(&args4, &res4, rqstp, TRUE, &rpc))
282 if (rpc) {
283 nlm_lock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv);
284 CLNT_RELEASE(rpc);
297 CLIENT *rpc; local
325 CLIENT *rpc; local
351 CLIENT *rpc; local
556 CLIENT *rpc; local
574 CLIENT *rpc; local
592 CLIENT *rpc; local
610 CLIENT *rpc; local
628 CLIENT *rpc; local
[all...]
/freebsd-11.0-release/lib/librpcsvc/
H A Dsecretkey.c48 #include <rpc/rpc.h>
49 #include <rpc/key_prot.h>
H A DMakefile.depend8 include/rpc \
H A Drnusers.c46 #include <rpc/rpc.h>
H A Drstat.c45 #include <rpc/rpc.h>
/freebsd-11.0-release/usr.bin/keylogin/
H A Dkeylogin.c48 #include <rpc/rpc.h>
49 #include <rpc/key_prot.h>
/freebsd-11.0-release/usr.sbin/rpc.lockd/
H A DMakefile2 # $FreeBSD: releng/11.0/usr.sbin/rpc.lockd/Makefile 281340 2015-04-09 21:48:17Z bapt $
4 PROG= rpc.lockd
5 MAN= rpc.lockd.8
6 MLINKS= rpc.lockd.8 lockd.8
/freebsd-11.0-release/etc/
H A Dnscd.conf11 enable-cache rpc yes
H A Dnsswitch.conf16 rpc: files
/freebsd-11.0-release/lib/libc/
H A DMakefile.depend7 include/rpc \
/freebsd-11.0-release/share/examples/sunrpc/msg/
H A Drprintmsg.c6 #include <rpc/rpc.h> /* always need this */
31 * server designated on the command line. We tell the rpc package
/freebsd-11.0-release/lib/librpcsec_gss/
H A DMakefile.depend8 include/rpc \
/freebsd-11.0-release/lib/libsysdecode/
H A DMakefile.depend8 include/rpc \
/freebsd-11.0-release/lib/libypclnt/
H A DMakefile.depend8 include/rpc \

Completed in 257 milliseconds

1234567891011>>