Searched refs:rpc (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/rpc.umntall/
H A DMakefile4 PROG= rpc.umntall
5 MAN= rpc.umntall.8
6 SRCS= rpc.umntall.c mounttab.c
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dcc.c54 ib_rpc_cc_t rpc = { 0 }; local
58 rpc.method = IB_MAD_METHOD_GET;
59 rpc.attr.id = attrid;
60 rpc.attr.mod = mod;
61 rpc.timeout = timeout;
63 rpc.datasz = IB_CC_LOG_DATA_SZ;
64 rpc.dataoffs = IB_CC_LOG_DATA_OFFS;
67 rpc.datasz = IB_CC_DATA_SZ;
68 rpc.dataoffs = IB_CC_DATA_OFFS;
70 rpc
89 ib_rpc_cc_t rpc = { 0 }; local
[all...]
H A Dvendor.c67 ib_rpc_v1_t rpc = { 0 }; local
68 ib_rpc_t *rpcold = (ib_rpc_t *)(void *)&rpc;
82 rpc.mgtclass = call->mgmt_class | IB_MAD_RPC_VERSION1;
84 rpc.method = call->method;
85 rpc.attr.id = call->attrid;
86 rpc.attr.mod = call->mod;
87 rpc.timeout = resp_expected ? call->timeout : 0;
88 rpc.datasz =
90 rpc.dataoffs =
94 rpc
[all...]
H A Dbm.c54 ib_rpc_t rpc = { 0 }; local
70 rpc.mgtclass = IB_BOARD_MGMT_CLASS;
72 rpc.method = call->method;
73 rpc.attr.id = call->attrid;
74 rpc.attr.mod = call->mod;
75 rpc.timeout = resp_expected ? call->timeout : 0;
77 rpc.datasz = IB_BM_BKEY_AND_DATA_SZ;
78 rpc.dataoffs = IB_BM_BKEY_OFFS;
87 rpc.method, rpc
[all...]
H A Dgs.c54 ib_rpc_v1_t rpc = { 0 }; local
55 ib_rpc_t *rpcold = (ib_rpc_t *)(void *)&rpc;
66 rpc.mgtclass = IB_PERFORMANCE_CLASS | IB_MAD_RPC_VERSION1;
67 rpc.method = IB_MAD_METHOD_GET;
68 rpc.attr.id = id;
72 rpc.attr.mod = 0;
73 rpc.timeout = timeout;
74 rpc.datasz = IB_PC_DATA_SZ;
75 rpc.dataoffs = IB_PC_DATA_OFFS;
83 errno = rpc
91 ib_rpc_v1_t rpc = { 0 }; local
[all...]
H A Dsmp.c64 ib_rpc_t rpc = { 0 }; local
71 rpc.mgtclass = IB_SMI_DIRECT_CLASS; /* direct SMI */
73 rpc.mgtclass = IB_SMI_CLASS; /* Lid routed SMI */
75 rpc.method = IB_MAD_METHOD_SET;
76 rpc.attr.id = attrid;
77 rpc.attr.mod = mod;
78 rpc.timeout = timeout;
79 rpc.datasz = IB_SMP_DATA_SIZE;
80 rpc.dataoffs = IB_SMP_DATA_OFFS;
81 rpc
110 ib_rpc_t rpc = { 0 }; local
[all...]
H A Dserv.c51 int mad_send(ib_rpc_t * rpc, ib_portid_t * dport, ib_rmpp_hdr_t * rmpp, argument
54 return mad_send_via(rpc, dport, rmpp, data, ibmp);
57 int mad_send_via(ib_rpc_t * rpc, ib_portid_t * dport, ib_rmpp_hdr_t * rmpp, argument
67 if (mad_build_pkt(umad, rpc, dport, rmpp, data) < 0)
71 IBWARN("data offs %d sz %d", rpc->dataoffs, rpc->datasz);
73 (char *)umad_get_mad(umad) + rpc->dataoffs, rpc->datasz);
76 if (umad_send(srcport->port_id, srcport->class_agents[rpc->mgtclass & 0xff],
77 umad, IB_MAD_SIZE, mad_get_timeout(srcport, rpc
96 ib_rpc_t rpc = { 0 }; local
[all...]
/freebsd-11-stable/include/rpc/
H A Drpc.h1 /* $NetBSD: rpc.h,v 1.13 2000/06/02 22:57:56 fvdl Exp $ */
30 * from: @(#)rpc.h 1.9 88/02/08 SMI
31 * from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
36 * rpc.h, Just includes the billions of rpc header files necessary to
44 #include <rpc/types.h> /* some typedefs */
49 #include <rpc/xdr.h> /* generic (de)serializer */
52 #include <rpc/auth.h> /* generic authenticator (client side) */
55 #include <rpc/clnt.h> /* generic rpc stuf
[all...]
/freebsd-11-stable/sys/rpc/
H A Drpc.h1 /* $NetBSD: rpc.h,v 1.13 2000/06/02 22:57:56 fvdl Exp $ */
30 * from: @(#)rpc.h 1.9 88/02/08 SMI
31 * from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
36 * rpc.h, Just includes the billions of rpc header files necessary to
44 #include <rpc/types.h> /* some typedefs */
49 #include <rpc/xdr.h> /* generic (de)serializer */
52 #include <rpc/auth.h> /* generic authenticator (client side) */
55 #include <rpc/clnt.h> /* generic rpc stuf
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_commondata.c38 #include <rpc/rpc.h>
H A Drpcsec_gss_stub.c29 #include <rpc/rpc.h>
30 #include <rpc/rpcsec_gss.h>
/freebsd-11-stable/libexec/rpc.rquotad/
H A DMakefile3 PROG = rpc.rquotad
5 MAN = rpc.rquotad.8
/freebsd-11-stable/libexec/rpc.rstatd/
H A DMakefile3 PROG = rpc.rstatd
5 MAN = rpc.rstatd.8
/freebsd-11-stable/libexec/rpc.rusersd/
H A DMakefile3 PROG = rpc.rusersd
5 MAN = rpc.rusersd.8
/freebsd-11-stable/libexec/rpc.rwalld/
H A DMakefile3 PROG = rpc.rwalld
5 MAN = rpc.rwalld.8
/freebsd-11-stable/share/doc/psd/23.rpc/
H A DMakefile3 VOLUME= psd/23.rpc
4 SRCS= stubs rpc.prog.ms
/freebsd-11-stable/libexec/rpc.sprayd/
H A DMakefile1 # $FreeBSD: stable/11/libexec/rpc.sprayd/Makefile 332605 2018-04-16 16:27:08Z asomers $
3 PROG = rpc.sprayd
5 MAN = rpc.sprayd.8
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss_misc.c29 #include <rpc/rpc.h>
30 #include <rpc/rpcsec_gss.h>
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_misc.c33 #include <rpc/rpc.h>
34 #include <rpc/rpcsec_gss.h>
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/
H A Devrpc.h35 use <event2/rpc.h> instead. Depending on what functionality you
41 #include <event2/rpc.h>
/freebsd-11-stable/lib/librpcsvc/
H A Drwall.c45 #include <rpc/rpc.h>
/freebsd-11-stable/targets/pseudo/userland/include/
H A DMakefile.depend10 include/rpc \
/freebsd-11-stable/share/examples/sunrpc/msg/
H A Dmsg_proc.c8 #include <rpc/rpc.h> /* always need this here */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DRPCError.cpp20 char llvm::orc::rpc::RPCFatalError::ID = 0;
21 char llvm::orc::rpc::ConnectionClosed::ID = 0;
22 char llvm::orc::rpc::ResponseAbandoned::ID = 0;
23 char llvm::orc::rpc::CouldNotNegotiate::ID = 0;
27 namespace rpc { namespace in namespace:llvm::orc
57 } // end namespace rpc
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetrpc_test.c32 #include <rpc/rpc.h>
112 free_rpcent(struct rpcent *rpc) argument
116 ATF_REQUIRE(rpc != NULL);
118 free(rpc->r_name);
120 for (cp = rpc->r_aliases; *cp; ++cp)
122 free(rpc->r_aliases);
166 sdump_rpcent(struct rpcent *rpc, char *buffer, size_t buflen) argument
172 rpc->r_name, rpc
197 rpcent_read_snapshot_func(struct rpcent *rpc, char *line) argument
275 struct rpcent *rpc; local
290 rpcent_test_correctness(struct rpcent *rpc, void *mdata __unused) argument
323 rpcent_check_ambiguity(struct rpcent_test_data *td, struct rpcent *rpc) argument
334 struct rpcent *rpc; local
372 struct rpcent *rpc; local
391 rpcent_test_getrpcent(struct rpcent *rpc, void *mdata __unused) argument
[all...]

Completed in 207 milliseconds

1234567891011>>