Searched refs:rpc (Results 76 - 100 of 420) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/nfsuserd/
H A DMakefile.depend8 include/rpc \
/freebsd-11-stable/usr.sbin/rpc.umntall/
H A DMakefile.depend8 include/rpc \
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A DMakefile.depend8 include/rpc \
/freebsd-11-stable/usr.sbin/spray/
H A DMakefile.depend8 include/rpc \
/freebsd-11-stable/usr.sbin/yp_mkdb/
H A DMakefile.depend8 include/rpc \
/freebsd-11-stable/usr.sbin/ypbind/
H A DMakefile.depend9 include/rpc \
/freebsd-11-stable/usr.sbin/yppoll/
H A DMakefile.depend9 include/rpc \
/freebsd-11-stable/usr.sbin/yppush/
H A DMakefile.depend8 include/rpc \
/freebsd-11-stable/usr.sbin/ypset/
H A DMakefile.depend9 include/rpc \
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c75 ib_rpc_t rpc = { 0 }; local
96 rpc.mgtclass = mad_get_field(mad, 0, IB_MAD_MGMTCLASS_F);
97 rpc.method = IB_MAD_METHOD_GET | IB_MAD_RESPONSE;
98 rpc.attr.id = mad_get_field(mad, 0, IB_MAD_ATTRID_F);
99 rpc.attr.mod = mad_get_field(mad, 0, IB_MAD_ATTRMOD_F);
100 rpc.oui = mad_get_field(mad, 0, IB_VEND2_OUI_F);
101 rpc.trid = mad_get_field64(mad, 0, IB_MAD_TRID_F);
107 size, portid2str(&rport), rpc.attr.id, rpc.attr.mod, rport.qkey);
109 if (mad_build_pkt(umad, &rpc,
224 ib_rpc_t rpc = { 0 }; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc.c58 #include "event2/rpc.h"
95 struct evrpc *rpc; local
100 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
101 r = evrpc_unregister_rpc(base, rpc->uri);
218 event_err(1, "%s: failed to register rpc at %s",
228 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, argument
231 char *constructed_uri = evrpc_construct_uri(rpc->uri);
233 rpc->base = base;
234 rpc->cb = cb;
235 rpc
253 struct evrpc *rpc; local
287 struct evrpc *rpc = arg; local
341 struct evrpc *rpc; local
383 struct evrpc *rpc; local
406 struct evrpc *rpc; local
1111 struct evrpc* rpc = (struct evrpc *)mm_calloc(1, sizeof(struct evrpc)); local
1140 struct evrpc* rpc = local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dauthdes_prot.c43 #include <rpc/types.h>
44 #include <rpc/xdr.h>
45 #include <rpc/auth.h>
46 #include <rpc/auth_des.h>
H A Dpmap_getmaps.c40 * Client interface to pmap rpc service.
60 #include <rpc/rpc.h>
61 #include <rpc/pmap_prot.h>
62 #include <rpc/pmap_clnt.h>
92 clnt_perror(client, "pmap_getmaps rpc problem");
H A Dpmap_getport.c40 * Client interface to pmap rpc service.
55 #include <rpc/rpc.h>
56 #include <rpc/pmap_prot.h>
57 #include <rpc/pmap_clnt.h>
H A Dpmap_clnt.c40 * Client interface to pmap rpc service.
50 #include <rpc/rpc.h>
51 #include <rpc/pmap_prot.h>
52 #include <rpc/pmap_clnt.h>
53 #include <rpc/nettype.h>
H A Dgetrpcent.c35 __FBSDID("$FreeBSD: stable/11/lib/libc/rpc/getrpcent.c 360415 2020-04-27 23:49:13Z brooks $");
52 #include <rpc/rpc.h>
67 #define RPCDB "/etc/rpc"
117 struct rpcent rpc; member in struct:rpcent_state
145 rpcent_unpack(char *p, struct rpcent *rpc, char **r_aliases, argument
163 rpc->r_name = p;
166 rpc->r_number = atoi(cp);
167 q = rpc->r_aliases = r_aliases;
212 struct rpcent *rpc; local
389 struct rpcent *rpc; local
606 int rpc; local
660 struct rpcent *rpc; local
747 struct rpcent *rpc; local
804 NSS_MP_CACHE_HANDLING(rpc); variable
810 getrpcbyname_r(const char *name, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
843 getrpcbynumber_r(int number, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
876 getrpcent_r(struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
919 wrap_getrpcbyname_r(union key key, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
926 wrap_getrpcbynumber_r(union key key, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
933 wrap_getrpcent_r(union key key __unused, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
[all...]
/freebsd-11-stable/sys/nfsclient/
H A Dnfsmount.h43 #include <rpc/types.h>
44 #include <rpc/auth.h>
45 #include <rpc/clnt.h>
46 #include <rpc/rpcsec_gss.h>
63 int nm_rsize; /* Max size of read rpc */
64 int nm_wsize; /* Max size of write rpc */
65 int nm_readdirsize; /* Size of a readdir rpc */
81 int nm_secflavor; /* auth flavor to use for rpc */
/freebsd-11-stable/sys/rpc/
H A Dnettype.h37 * All for the topmost layer of rpc
45 #include <rpc/netconfig.h>
/freebsd-11-stable/share/doc/psd/
H A DMakefile34 23.rpc \
/freebsd-11-stable/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-stable/libexec/
H A DMakefile19 rpc.rquotad \
20 rpc.rstatd \
21 rpc.rusersd \
22 rpc.rwalld \
23 rpc.sprayd \
/freebsd-11-stable/lib/libc/tests/nss/
H A DMakefile.depend9 include/rpc \
/freebsd-11-stable/lib/libc/tests/rpc/
H A DMakefile.depend8 include/rpc \
/freebsd-11-stable/lib/librpcsvc/
H A Dyp_passwd.c37 #include <rpc/rpc.h>
/freebsd-11-stable/libexec/rpc.rquotad/
H A DMakefile.depend9 include/rpc \

Completed in 300 milliseconds

1234567891011>>