Searched refs:rpc (Results 101 - 125 of 428) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.bin/rwall/
H A DMakefile.depend7 include/rpc \
/freebsd-13-stable/usr.bin/showmount/
H A DMakefile.depend7 include/rpc \
/freebsd-13-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-13-stable/lib/libc/rpc/
H A Dauthdes_prot.c45 #include <rpc/types.h>
46 #include <rpc/xdr.h>
47 #include <rpc/auth.h>
48 #include <rpc/auth_des.h>
H A Dpmap_getmaps.c42 * Client interface to pmap rpc service.
62 #include <rpc/rpc.h>
63 #include <rpc/pmap_prot.h>
64 #include <rpc/pmap_clnt.h>
94 clnt_perror(client, "pmap_getmaps rpc problem");
H A Dpmap_getport.c42 * Client interface to pmap rpc service.
57 #include <rpc/rpc.h>
58 #include <rpc/pmap_prot.h>
59 #include <rpc/pmap_clnt.h>
H A Dpmap_clnt.c42 * Client interface to pmap rpc service.
52 #include <rpc/rpc.h>
53 #include <rpc/pmap_prot.h>
54 #include <rpc/pmap_clnt.h>
55 #include <rpc/nettype.h>
H A Dgetrpcent.c54 #include <rpc/rpc.h>
69 #define RPCDB "/etc/rpc"
119 struct rpcent rpc; member in struct:rpcent_state
147 rpcent_unpack(char *p, struct rpcent *rpc, char **r_aliases, argument
165 rpc->r_name = p;
168 rpc->r_number = atoi(cp);
169 q = rpc->r_aliases = r_aliases;
214 struct rpcent *rpc; local
245 rpc
391 struct rpcent *rpc; local
608 int rpc; local
662 struct rpcent *rpc; local
749 struct rpcent *rpc; local
806 NSS_MP_CACHE_HANDLING(rpc); variable
812 getrpcbyname_r(const char *name, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
845 getrpcbynumber_r(int number, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
878 getrpcent_r(struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **result) argument
921 wrap_getrpcbyname_r(union key key, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
928 wrap_getrpcbynumber_r(union key key, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
935 wrap_getrpcent_r(union key key __unused, struct rpcent *rpc, char *buffer, size_t bufsize, struct rpcent **res) argument
[all...]
/freebsd-13-stable/contrib/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-13-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-13-stable/sys/rpc/
H A Dnettype.h39 * All for the topmost layer of rpc
47 #include <rpc/netconfig.h>
/freebsd-13-stable/share/doc/psd/
H A DMakefile33 23.rpc \
/freebsd-13-stable/sys/nfsclient/
H A Dnfsmount.h45 #include <rpc/types.h>
46 #include <rpc/auth.h>
47 #include <rpc/clnt.h>
48 #include <rpc/rpcsec_gss.h>
65 int nm_rsize; /* Max size of read rpc */
66 int nm_wsize; /* Max size of write rpc */
67 int nm_readdirsize; /* Size of a readdir rpc */
83 int nm_secflavor; /* auth flavor to use for rpc */
/freebsd-13-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-13-stable/libexec/
H A DMakefile21 rpc.rquotad \
22 rpc.rstatd \
23 rpc.rusersd \
24 rpc.rwalld \
25 rpc.sprayd \
/freebsd-13-stable/lib/libc/tests/rpc/
H A DMakefile.depend7 include/rpc \
/freebsd-13-stable/include/rpcsvc/
H A Dnis_cache.x46 %#include <rpc/types.h>
/freebsd-13-stable/lib/librpcsvc/
H A Dyp_passwd.c39 #include <rpc/rpc.h>
/freebsd-13-stable/libexec/rpc.rquotad/
H A DMakefile.depend8 include/rpc \
/freebsd-13-stable/libexec/rpc.rstatd/
H A DMakefile.depend7 include/rpc \
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/rpc/
H A Dxdr.h33 #include <rpc/types.h>
34 #include_next <rpc/xdr.h>
/freebsd-13-stable/share/examples/sunrpc/dir/
H A Ddir_proc.c5 #include <rpc/rpc.h>
H A Drls.c6 #include <rpc/rpc.h> /* always need this */
35 * server designated on the command line. We tell the rpc package
/freebsd-13-stable/share/examples/sunrpc/sort/
H A Drsort.c7 #include <rpc/rpc.h>
H A Dsort_proc.c2 #include <rpc/rpc.h>

Completed in 197 milliseconds

1234567891011>>