HomeSort by: relevance | last modified time | path
    Searched refs:RPC (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/inetd/
inetd.h 77 #define RPC
82 #ifdef RPC
83 #include <rpc/rpc.h>
84 #include <rpc/rpcb_clnt.h>
161 int se_rpcprog; /* rpc program number */
162 int se_rpcversl; /* rpc program lowest version */
163 int se_rpcversh; /* rpc program highest version */
parse.c 303 #ifdef RPC
325 #endif /* RPC */
1028 if (strncmp(sep->se_proto, "rpc/", 4) == 0) {
1029 #ifdef RPC
1033 ERR("%s: no rpc version",
1042 ERR("%s/%s: bad rpc version",
1053 ERR("%s: rpc services not supported",
1056 #endif /* RPC */
inetd.c 106 * For RPC services
107 * service name/version must be in /etc/rpc
115 * For non-RPC services, the "service name" can be of the form
133 * For RPC services, host-address specifiers are accepted and will
136 * one line for any given RPC service, even if the host-address
980 #ifdef RPC
1012 #endif /* RPC */
1018 #ifdef RPC
1035 #endif /* RPC */
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
InstrBuilder.cpp 159 for (ResourcePlusCycles &RPC : ID.Resources) {
160 if (countPopulation(RPC.first) > 1 && !RPC.second.isReserved()) {
162 uint64_t Mask = RPC.first ^ PowerOf2Floor(RPC.first);
164 if (RPC.second.NumUnits > countPopulation(Mask)) {
165 RPC.second.setReserved();
166 RPC.second.NumUnits = MaxResourceUnits;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 438 RegisterCell RPC = RegisterCell::self(Reg[0].Reg, W0);
439 RPC.fill(0, 2, BT::BitValue::Zero);
440 return rr0(eADD(RPC, eIMM(im(2), W0)), Outputs);
  /src/external/gpl3/gdb/dist/gdb/
mep-tdep.c 679 { CSR(RPC), 0xffffffff },
953 "rpb", "rpe", "rpc", "hi", /* 4 */
  /src/external/gpl3/gdb.old/dist/gdb/
mep-tdep.c 679 { CSR(RPC), 0xffffffff },
953 "rpb", "rpe", "rpc", "hi", /* 4 */
  /src/external/bsd/ipf/dist/
HISTORY 304 add MSN RPC proxy
  /src/crypto/external/cpl/trousers/dist/
configure 905 RPC
5438 # The RPC mechanism to build into both libtspi and the tcsd
5440 # AC_SUBST(RPC, "soap")
5441 RPC="tcstp"

Completed in 47 milliseconds