Searched defs:rpc (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/nis/common/ |
H A D | getrpcent.c | 28 * nis/getrpcent.c -- "nis" backend for nsswitch "rpc" database 38 #include <rpc/rpcent.h> 46 struct rpcent *rpc = (struct rpcent *)args->returnval; local 50 if (rpc) { 51 if (strcmp(rpc->r_name, name) == 0) { 54 for (aliasp = rpc->r_aliases; *aliasp != 0; aliasp++) { 94 res = _nss_nis_lookup(be, argp, 1, "rpc.byname", 121 return (_nss_nis_lookup(be, argp, 1, "rpc.bynumber", numstr, 0)); 140 "rpc.bynumber"));
|
/osnet-11/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 41 uint64_t rpc; member in struct:__anon1265 61 frame.rpc = (uint64_t)_lwp_start;
|
/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | getrpcent_r.c | 38 #include <rpc/rpcent.h> 121 struct rpcent *rpc = (struct rpcent *)ent; local 147 rpc->r_name = buffer; 165 rpc->r_number = (int)strtol(numbuf, &numend, 10); 183 rpc->r_aliases = 0; /* hope they don't try to peek in */ 187 rpc->r_aliases = ptr; 190 rpc->r_aliases = _nss_netdb_aliases(p, (int)(lenstr - (p - instr)),
|
/osnet-11/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 52 uint32_t rpc; member in struct:__anon1297 80 frame.rpc = (uint32_t)_lwp_start;
|
/osnet-11/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 38 #include <rpc/rpcent.h> 57 #include <rpc/nettype.h> 320 destroy_rpc_info(rpc_info_t *rpc) argument 322 if (rpc != NULL) { 323 free(rpc->netbuf.buf); 324 free(rpc->netid); 325 free(rpc); 689 * If we don't know whether it's an rpc service or its 1303 struct rpcent rpc; local 1308 if (getrpcbyname_r(svc_name, &rpc, bu [all...] |
Completed in 27 milliseconds