/src/share/examples/emul/ultrix/etc/ |
svc.conf | 21 rpc=local # /etc/rpc (getrpcent()) key
|
/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 in function:getrpcbynumber 106 while ((rpc = getrpcent()) != NULL) { 107 if (rpc->r_number == number) 111 return (rpc); 117 struct rpcent *rpc; local in function:getrpcbyname 123 while ((rpc = getrpcent()) != NULL) [all...] |
/src/tests/lib/libppath/ |
t_ppath.c | 139 ppath_component_t *pc, *rpc; local in function:ATF_TC_BODY 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/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 in function:logit 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 in function:nlm_test_msg_1_svc 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 in function:nlm_lock_msg_1_svc 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 in function:nlm_cancel_msg_1_svc 327 CLIENT *rpc; local in function:nlm_unlock_msg_1_svc 353 CLIENT *rpc; local in function:nlm_granted_msg_1_svc 558 CLIENT *rpc; local in function:nlm4_test_msg_4_svc 576 CLIENT *rpc; local in function:nlm4_lock_msg_4_svc 594 CLIENT *rpc; local in function:nlm4_cancel_msg_4_svc 612 CLIENT *rpc; local in function:nlm4_unlock_msg_4_svc 630 CLIENT *rpc; local in function:nlm4_granted_msg_4_svc [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 in function:nlm_host_get_rpc [all...] |
/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:rpc_fromaddr::hackhdr [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
r8a77970.dtsi | 1045 rpc: spi@ee200000 { label 1046 compatible = "renesas,r8a77970-rpc-if", 1047 "renesas,rcar-gen3-rpc-if"; 1054 clock-names = "rpc";
|
r8a774c0.dtsi | 1660 rpc: spi@ee200000 { label 1661 compatible = "renesas,r8a774c0-rpc-if", 1662 "renesas,rcar-gen3-rpc-if"; 1669 clock-names = "rpc";
|
r8a77980.dtsi | 1350 rpc: spi@ee200000 { label 1351 compatible = "renesas,r8a77980-rpc-if", 1352 "renesas,rcar-gen3-rpc-if"; 1359 clock-names = "rpc";
|
r8a774a1.dtsi | 2322 rpc: spi@ee200000 { label 2323 compatible = "renesas,r8a774a1-rpc-if", 2324 "renesas,rcar-gen3-rpc-if"; 2331 clock-names = "rpc";
|
r8a774b1.dtsi | 2179 rpc: spi@ee200000 { label 2180 compatible = "renesas,r8a774b1-rpc-if", 2181 "renesas,rcar-gen3-rpc-if"; 2188 clock-names = "rpc";
|
r8a774e1.dtsi | 2412 rpc: spi@ee200000 { label 2413 compatible = "renesas,r8a774e1-rpc-if", 2414 "renesas,rcar-gen3-rpc-if"; 2421 clock-names = "rpc";
|
/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 in typeref:typename:int
|
/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 in function:pmapdump 686 struct rpcent *rpc; local in function:rpcbdump 900 struct rpcent *rpc; local in function:rpcbaddrlist 1511 struct rpcent *rpc; local in function:getprognum 1670 const struct rpcent *rpc; local in function:print_rmtcallstat 1696 const struct rpcent *rpc; local in function:print_getaddrstat [all...] |