| /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...] |
| 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;
|
| 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_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...] |
| 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);
|
| 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/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...] |
| 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
|
| 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...] |
| 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...] |