HomeSort by relevance Sort by last modified time
    Searched defs:rpc (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/amd64/threads/
machdep.c 42 uint64_t rpc; member in struct:__anon3151
62 frame.rpc = (uint64_t)_lwp_start;
  /onnv/onnv-gate/usr/src/cmd/rexd/
Makefile 28 PROG= rpc.rexd on
31 REXDPROG= rpc.rexd
45 REXDOBJS= rpc.rexd.o errprintf.o mount_nfs.o rex.o unix_login.o mntent.o
48 CLEANOBJS= exportent.o sharetab.o on.o rpc.rexd.o where.o
60 rpc.rexd := LDLIBS += -lrpcsvc -lbsm -lpam
75 rpc.rexd: $$@.o $(OBJS)
91 $(ROOTREXD): rpc.rexd
114 rpc.rexd.o: rex.h
  /onnv/onnv-gate/usr/src/lib/libnsl/nss/
getrpcent_r.c 38 #include <rpc/rpcent.h>
121 struct rpcent *rpc = (struct rpcent *)ent; local
147 rpc->r_name = buffer;
152 if (p >= limit) /* Syntax error -- no RPC number */
156 p++; /* Find the end of the RPC number */
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)),
  /onnv/onnv-gate/usr/src/lib/nsswitch/nis/common/
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"));
  /onnv/onnv-gate/usr/src/lib/libc/i386/threads/
machdep.c 53 uint32_t rpc; member in struct:__anon1
81 frame.rpc = (uint32_t)_lwp_start;
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/
Makefile 32 RPROG= rpc.rusersd
33 SPROG= rpc.sprayd
34 WPROG= rpc.rwalld
35 TPROG= rpc.rstatd
73 SUBDIRS= rpc.bootparamd nis/utils nis/bin nis/cachemgr nis/rpc.nisd \
74 nis/rpc.nispasswdd
76 SRCS= $(OBJS:%.o=%.c) rusers.c rpc.rusersd.c rup.c
78 ETCFILES= rpc
108 $(ROOTETC)/rpc := FILEMODE= 064
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
Makefile 51 PROG= nisinit rpc.nisd nislog nisldapmaptest
63 rpc.nisd := CCFLAGS += $(CCMT) -DNEED_DIROBJ
64 rpc.nisd := LDLIBS += -lnisdb -lldap
70 MAPFILE.INT.R = $(MAPFILE.NGB) mapfile-intf-rpc.nisd
73 rpc.nisd := LDFLAGS += $(MAPFILE.INT.R:%=-M%)
106 rpc.nisd: $(SRV_OBJS) $(MAPFILE.INT.R)
  /onnv/onnv-gate/usr/src/cmd/svc/servinfo/
servinfo.c 29 * IANA and running RPC services. Given a IANA name or RPC program name
39 #include <rpc/rpc.h>
40 #include <rpc/rpcent.h>
109 struct rpcent *rpc; local
116 rpc = (struct rpcent *)getrpcbynumber(prognum);
118 rpc = (struct rpcent *)getrpcbyname(sname);
122 * without a registered RPC entry.
124 if (rpc == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
tlx.c 27 * Contains routines that deal with TLI/XTI endpoints and rpc services.
45 * RPC functions.
105 * high, with the netid, all specified in 'rpc'. If registration fails,
109 register_rpc_service(const char *fmri, const rpc_info_t *rpc)
114 if ((nconf = getnetconfigent(rpc->netid)) == NULL) {
121 if (is_v6_netid(rpc->netid) && !can_use_af(AF_INET6)) {
123 "Couldn't register netid %s for RPC instance %s "
125 rpc->netid, fmri);
129 rpc->netid, fmri, nc_sperror());
134 for (ver = rpc->lowver; ver <= rpc->highver; ver++)
318 rpc_info_t *rpc = tlx_info->pr_info.ri; local
    [all...]
inetd.c 713 rpc_info_t *rpc = sock_info->pr_info.ri; local
755 if (rpc != NULL)
768 * Retrieve and store the address bound to for RPC services.
770 if (rpc != NULL) {
780 (void) memcpy(rpc->netbuf.buf, &ss,
782 rpc->netbuf.len = SS_ADDRLEN(ss);
783 rpc->netbuf.maxlen = SS_ADDRLEN(ss);
950 * Check if two transport protocols for RPC conflict.
1023 * Check if inetd thinks this RPC program number is already registered.
1025 * An RPC protocol conflict occurs i
    [all...]
  /onnv/onnv-gate/usr/src/cmd/nlsadmin/
nlsadmin.c 106 char *rpc; member in struct:svcfields
141 int sawsep = 0; /* flag for RPC separator */
546 /* rpcp: RPC prog and ver # */
781 (*entry.rpc)?entry.rpc:"NORPC", entry.id,
1288 entry->rpc = ptr;
1289 if ((ptr = strchr(entry->rpc, ':')) == NULL)
1292 if (*entry->rpc) {
1293 if ((tmp = strchr(entry->rpc, ',')) == NULL)
  /onnv/onnv-gate/usr/src/cmd/truss/
fcall.c 1447 uintptr_t rpc = get_return_address(&sp); local
1571 uintptr_t rpc; local
1578 uintptr_t rpc; \/* the return pc *\/ member in struct:__anon1871
1712 uintptr_t rpc; local
1817 uint32_t rpc; local
1833 uintptr_t rpc; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcinfo/
rpcinfo.c 40 * rpcinfo: ping a particular rpc program
57 #include <rpc/rpc.h>
59 #include <rpc/rpcb_prot.h>
60 #include <rpc/nettype.h>
62 #include <rpc/rpcent.h>
72 #include <rpc/pmap_prot.h>
73 #include <rpc/pmap_clnt.h>
489 struct rpcent *rpc; local
555 rpc = getrpcbynumber(head->pml_map.pm_prog)
711 struct rpcent *rpc; local
927 struct rpcent *rpc; local
1584 register struct rpcent *rpc; local
1742 struct rpcent *rpc; local
1769 register struct rpcent *rpc; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libinetsvc/common/
inetsvc.c 38 #include <rpc/rpcent.h>
57 #include <rpc/nettype.h>
320 destroy_rpc_info(rpc_info_t *rpc)
322 if (rpc != NULL) {
323 free(rpc->netbuf.buf);
324 free(rpc->netid);
325 free(rpc);
629 * This is an RPC service, so ensure that the RPC version
691 * If we don't know whether it's an rpc service or it
1306 struct rpcent rpc; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_filter.c 50 #include <rpc/rpc.h>
51 #include <rpc/rpcent.h>
134 * It points the base at the cached RPC header. For the
135 * purposes of selection, RPC reply headers look like call
427 * RPC packets are tough to filter.
443 unsigned x_prog; /* RPC program number */
444 unsigned x_vers; /* RPC version number */
445 unsigned x_proc; /* RPC procedure number */
453 find_rpc(struct rpc_msg *rpc)
552 struct rpc_msg *rpc; local
2027 struct rpcent *rpc; local
    [all...]

Completed in 720 milliseconds