| /src/lib/libc/rpc/ |
| getrpcent.c | 60 #include <rpc/rpc.h> 78 struct rpcent rpc; member in struct:rpcdata 84 #define RPCDB "/etc/rpc" 103 struct rpcent *rpc; local 106 while ((rpc = getrpcent()) != NULL) { 107 if (rpc->r_number == number) 111 return (rpc); 117 struct rpcent *rpc; local 123 while ((rpc = getrpcent()) != NULL) [all...] |
| /src/usr.sbin/rpcbind/ |
| security.c | 9 #include <rpc/rpc.h> 10 #include <rpc/rpcb_prot.h> 11 #include <rpc/pmap_prot.h> 184 struct rpcent *rpc; local 213 } else if ((rpc = getrpcbynumber((int) prognum))) { 214 progname = rpc->r_name;
|
| /src/sys/fs/nfs/nlm/ |
| nlm_prot_server.c | 121 * RPC server stubs. 237 CLIENT *rpc; local 244 if (nlm_do_test(&args4, &res4, rqstp, &rpc)) 254 if (rpc) { 255 nlm_test_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv); 256 CLNT_RELEASE(rpc); 269 CLIENT *rpc; local 279 if (nlm_do_lock(&args4, &res4, rqstp, TRUE, &rpc)) 284 if (rpc) { 285 nlm_lock_res_1(&res, &dummy, rpc, NULL, nlm_zero_tv) 299 CLIENT *rpc; local 327 CLIENT *rpc; local 353 CLIENT *rpc; local 558 CLIENT *rpc; local 576 CLIENT *rpc; local 594 CLIENT *rpc; local 612 CLIENT *rpc; local 630 CLIENT *rpc; local [all...] |
| nlm_prot_impl.c | 71 #include <rpc/rpc_com.h> 72 #include <rpc/rpcb_prot.h> 149 * A socket to use for RPC - shared by all IPv4 RPC clients. 156 * A socket to use for RPC - shared by all IPv6 RPC clients. 163 * An RPC client handle that can be used to communicate with the local 174 * A zero timeval for sending async RPC messages. 192 * (s) only accessed via server RPC which is single threaded 224 CLIENT *af_rpc; /* (c) rpc client to send message * 1266 struct nlm_rpc *rpc; local [all...] |
| /src/tests/lib/libppath/ |
| t_ppath.c | 139 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);
|
| /src/external/bsd/libevent/dist/ |
| evrpc-internal.h | 37 #define EVRPC_URI_PREFIX "/.rpc." 42 /* returns EVRPC_TERMINATE; if the rpc should be aborted. 76 /* the HTTP server under which we register our RPC calls */ 131 /* the server side of an rpc */ 133 /* We alias the RPC specific structs to this voided one */ 148 * the static structure for this rpc; that can be used to 151 struct evrpc *rpc; member in struct:evrpc_req_generic 164 /* the client side of an rpc request */ 174 /* pool on which this rpc request is being made */ 186 /* the name of the rpc */ [all...] |
| evrpc.c | 62 #include "event2/rpc.h" 99 struct evrpc *rpc; local 104 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) { 105 r = evrpc_unregister_rpc(base, rpc->uri); 209 * Registers a new RPC with the HTTP server. The evrpc object is expected 222 event_err(1, "%s: failed to register rpc at %s", 232 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, 235 char *constructed_uri = evrpc_construct_uri(rpc->uri); 237 rpc->base = base; 238 rpc->cb = cb 257 struct evrpc *rpc; local 291 struct evrpc *rpc = arg; local 346 struct evrpc *rpc; local 388 struct evrpc *rpc; local 411 struct evrpc *rpc; local 1115 struct evrpc* rpc = (struct evrpc *)mm_calloc(1, sizeof(struct evrpc)); local 1144 struct evrpc* rpc = local [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evrpc-internal.h | 38 #define EVRPC_URI_PREFIX "/.rpc." 43 /* returns EVRPC_TERMINATE; if the rpc should be aborted. 77 /* the HTTP server under which we register our RPC calls */ 132 /* the server side of an rpc */ 134 /* We alias the RPC specific structs to this voided one */ 149 * the static structure for this rpc; that can be used to 152 struct evrpc *rpc; member in struct:evrpc_req_generic 165 /* the client side of an rpc request */ 175 /* pool on which this rpc request is being made */ 187 /* the name of the rpc */ [all...] |
| evrpc.c | 60 #include "event2/rpc.h" 97 struct evrpc *rpc; local 102 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) { 103 r = evrpc_unregister_rpc(base, rpc->uri); 207 * Registers a new RPC with the HTTP server. The evrpc object is expected 220 event_err(1, "%s: failed to register rpc at %s", 230 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, 233 char *constructed_uri = evrpc_construct_uri(rpc->uri); 235 rpc->base = base; 236 rpc->cb = cb 255 struct evrpc *rpc; local 289 struct evrpc *rpc = arg; local 344 struct evrpc *rpc; local 386 struct evrpc *rpc; local 409 struct evrpc *rpc; local 1113 struct evrpc* rpc = (struct evrpc *)mm_calloc(1, sizeof(struct evrpc)); local 1142 struct evrpc* rpc = local [all...] |
| /src/external/gpl3/gcc/dist/libcc1/ |
| gdbctx.hh | 335 // Instances of this rpc<> template function are installed into the 339 R rpc (CTX *s, Arg... rest) function in namespace:cc1_plugin
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| gdbctx.hh | 335 // Instances of this rpc<> template function are installed into the 339 R rpc (CTX *s, Arg... rest) function in namespace:cc1_plugin
|
| /src/sys/lib/libsa/ |
| rpc.c | 1 /* $NetBSD: rpc.c,v 1.31 2019/04/05 20:09:29 christos Exp $ */ 39 * @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL) 43 * RPC functions used by NFS and bootparams. 68 #include "rpc.h" 86 u_int32_t rp_rpcvers; /* rpc version (2) */ 112 * Make a rpc call; return length of answer 169 /* RPC call structure. */ 204 * Check the RPC reply status. 299 /* RPC reply header: */ 300 struct rpc_reply rpc; member in struct:hackhdr [all...] |
| /src/usr.bin/getent/ |
| getent.c | 64 #include <rpc/rpcent.h> 80 static int rpc(int, char *[]); 105 { "rpc", rpc, }, 729 * rpc 733 rpc(int argc, char *argv[]) function
|
| /src/usr.bin/rpcinfo/ |
| rpcinfo.c | 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 7 * may copy or modify Sun RPC without charge, but are not authorized 11 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE 15 * Sun RPC is provided with no support and without any obligation on the 20 * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC 45 * rpcinfo: ping a particular rpc program 66 #include <rpc/rpc.h> 68 #include <rpc/rpcb_prot.h> 69 #include <rpc/rpcent.h 474 struct rpcent *rpc; local 686 struct rpcent *rpc; local 900 struct rpcent *rpc; local 1511 struct rpcent *rpc; local 1670 const struct rpcent *rpc; local 1696 const struct rpcent *rpc; local [all...] |