/titanic_44/usr/src/man/man3rpc/ |
H A D | Makefile | 19 MANSECT= 3rpc 21 MANFILES= rstat.3rpc \ 22 rusers.3rpc \ 23 rwall.3rpc 25 MANLINKS= havedisk.3rpc \ 26 rnusers.3rpc 28 havedisk.3rpc := LINKSRC = rstat.3rpc 30 rnusers.3rpc := LINKSRC = rusers.3rpc
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 109 register_rpc_service(const char *fmri, const rpc_info_t *rpc) in register_rpc_service() argument 114 if ((nconf = getnetconfigent(rpc->netid)) == NULL) { in register_rpc_service() 121 if (is_v6_netid(rpc->netid) && !can_use_af(AF_INET6)) { in register_rpc_service() 125 rpc->netid, fmri); in register_rpc_service() 129 rpc->netid, fmri, nc_sperror()); in register_rpc_service() 134 for (ver = rpc->lowver; ver <= rpc->highver; ver++) { in register_rpc_service() 135 if (!rpcb_set(rpc->prognum, ver, nconf, &(rpc->netbuf))) { in register_rpc_service() 138 fmri, rpc->netid); in register_rpc_service() 140 for (ver--; ver >= rpc->lowver; ver--) in register_rpc_service() 141 (void) rpcb_unset(rpc->prognum, ver, nconf); in register_rpc_service() [all …]
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | Makefile | 26 PROG= rpc.rexd on 29 REXDPROG= rpc.rexd 50 REXDOBJS= rpc.rexd.o errprintf.o mount_nfs.o rex.o unix_login.o mntent.o 53 CLEANOBJS= exportent.o sharetab.o on.o rpc.rexd.o where.o 65 rpc.rexd := LDLIBS += -lrpcsvc -lbsm -lpam 80 rpc.rexd: $$@.o $(OBJS) 96 $(ROOTREXD): rpc.rexd 119 rpc.rexd.o: rex.h
|
/titanic_44/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 109 struct rpcent *rpc; in svc_getrpcinfo() local 116 rpc = (struct rpcent *)getrpcbynumber(prognum); in svc_getrpcinfo() 118 rpc = (struct rpcent *)getrpcbyname(sname); in svc_getrpcinfo() 124 if (rpc == NULL) { in svc_getrpcinfo() 131 rpc = &rentry; in svc_getrpcinfo() 132 rpc->r_number = prognum; in svc_getrpcinfo() 133 rpc->r_name = sname; in svc_getrpcinfo() 154 if (blist->rpcb_map.r_prog != rpc->r_number) in svc_getrpcinfo() 174 (void) printf("Name %s\n", rpc->r_name); in svc_getrpcinfo()
|
/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | Makefile | 32 RPROG= rpc.rusersd 33 SPROG= rpc.sprayd 34 WPROG= rpc.rwalld 35 TPROG= rpc.rstatd 76 SUBDIRS= rpc.bootparamd 78 SRCS= $(OBJS:%.o=%.c) rusers.c rpc.rusersd.c rup.c 80 ETCFILES= rpc 108 $(ROOTETC)/rpc := FILEMODE= 0644 116 rpc.rstatd:= LDLIBS += -lkstat 118 rpc.rwalld:= CPPFLAGS += -D_REENTRANT [all …]
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | service-network-network-servers.mf | 38 dir path=lib/svc/manifest/network/rpc group=sys 56 file path=lib/svc/manifest/network/rpc/rstat.xml group=sys mode=0444 57 file path=lib/svc/manifest/network/rpc/rusers.xml group=sys mode=0444 58 file path=lib/svc/manifest/network/rpc/spray.xml group=sys mode=0444 59 file path=lib/svc/manifest/network/rpc/wall.xml group=sys mode=0444 65 file path=usr/lib/netsvc/rstat/rpc.rstatd mode=0555 66 file path=usr/lib/netsvc/rusers/rpc.rusersd mode=0555 67 file path=usr/lib/netsvc/rwall/rpc.rwalld mode=0555 68 file path=usr/lib/netsvc/spray/rpc.sprayd mode=0555 86 file path=usr/share/man/man1m/rpc.rstatd.1m [all …]
|
H A D | service-network-nis.mf | 59 file path=usr/lib/netsvc/yp/rpc.yppasswdd mode=0555 60 file path=usr/lib/netsvc/yp/rpc.ypupdated mode=0555 74 file path=usr/share/man/man1m/rpc.rexd.1m 75 file path=usr/share/man/man1m/rpc.yppasswdd.1m 76 file path=usr/share/man/man1m/rpc.ypupdated.1m 96 link path=usr/share/man/man1m/rexd.1m target=rpc.rexd.1m 97 link path=usr/share/man/man1m/yppasswdd.1m target=rpc.yppasswdd.1m 98 link path=usr/share/man/man1m/ypupdated.1m target=rpc.ypupdated.1m
|
H A D | system-boot-network.mf | 36 dir path=lib/svc/manifest/network/rpc group=sys 44 file path=lib/svc/manifest/network/rpc/bootparams.xml group=sys mode=0444 46 file path=usr/sbin/rpc.bootparamd mode=0555 48 file path=usr/share/man/man1m/rpc.bootparamd.1m 57 link path=usr/share/man/man1m/bootparamd.1m target=rpc.bootparamd.1m
|
H A D | service-storage-removable-media.mf | 37 dir path=lib/svc/manifest/network/rpc group=sys 44 file path=lib/svc/manifest/network/rpc/smserver.xml group=sys mode=0444 53 file path=usr/lib/smedia/rpc.smserverd mode=0555 57 file path=usr/share/man/man1m/rpc.smserverd.1m
|
/titanic_44/usr/src/cmd/truss/ |
H A D | fcall.c | 1447 uintptr_t rpc = get_return_address(&sp); in function_entry() local 1455 rpc = (uint32_t)rpc; in function_entry() 1466 rpc >= Dp->base && rpc < Dp->base + Dp->size)) in function_entry() 1485 (void) create_bkpt(rpc, 1, 1); /* may or may not be set */ in function_entry() 1487 Stk->stack[Stk->ncall].pc = rpc; in function_entry() 1571 uintptr_t rpc; in trap_one_stack() local 1578 uintptr_t rpc; /* the return pc */ in trap_one_stack() member 1590 frame[nframe].rpc = pc; in trap_one_stack() 1608 rpc = frame[nframe].rpc; /* caller's return pc */ in trap_one_stack() 1615 rpc >= Dp->base && rpc < Dp->base + Dp->size) in trap_one_stack() [all …]
|
/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | getrpcent_r.c | 121 struct rpcent *rpc = (struct rpcent *)ent; in str2rpcent() local 147 rpc->r_name = buffer; in str2rpcent() 165 rpc->r_number = (int)strtol(numbuf, &numend, 10); in str2rpcent() 183 rpc->r_aliases = 0; /* hope they don't try to peek in */ in str2rpcent() 187 rpc->r_aliases = ptr; in str2rpcent() 190 rpc->r_aliases = _nss_netdb_aliases(p, (int)(lenstr - (p - instr)), in str2rpcent()
|
/titanic_44/usr/src/cmd/svc/shell/ |
H A D | mfsthistory | 46 svc:/network/rpc/bootparams:default var/svc/manifest/network/rpc/bootparams.xml 47 svc:/network/rpc/bootparams var/svc/manifest/network/rpc/bootparams.xml 99 svc:/network/rpc/bind:default var/svc/manifest/network/rpc/bind.xml 100 svc:/network/rpc/bind var/svc/manifest/network/rpc/bind.xml 101 svc:/network/rpc/keyserv:default var/svc/manifest/network/rpc/keyserv.xml 102 svc:/network/rpc/keyserv var/svc/manifest/network/rpc/keyserv.xml 160 svc:/network/rpc/gss:default var/svc/manifest/network/rpc/gss.xml 161 svc:/network/rpc/gss var/svc/manifest/network/rpc/gss.xml 176 svc:/network/rpc/mdcomm:default var/svc/manifest/network/rpc/mdcomm.xml 177 svc:/network/rpc/mdcomm var/svc/manifest/network/rpc/mdcomm.xml [all …]
|
/titanic_44/usr/src/lib/nsswitch/nis/common/ |
H A D | getrpcent.c | 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++) {
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | Makefile | 27 PROG= rpc.bootparamd 33 include ../Makefile.rpc 48 rpc.bootparamd: $(OBJS)
|
/titanic_44/usr/src/uts/sparc/nfs/ |
H A D | inc.flg | 40 usr/src/uts/common/rpc \ 48 find_files "s.*.x" usr/src/uts/common/rpc 49 echo_file usr/src/uts/common/rpc/Makefile
|
/titanic_44/usr/src/uts/sparc/nfssrv/ |
H A D | inc.flg | 41 usr/src/uts/common/rpc \ 49 find_files "s.*.x" usr/src/uts/common/rpc 50 echo_file usr/src/uts/common/rpc/Makefile
|
/titanic_44/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 493 struct rpcent *rpc; local 557 rpc = getrpcbynumber(head->pml_map.pm_prog); 558 if (rpc) 559 (void) printf(" %s\n", rpc->r_name); 714 struct rpcent *rpc; local 847 rpc = getrpcbynumber(head->rpcb_map.r_prog); 848 if (rpc) 849 (void) printf(" %-10s", rpc->r_name); 921 rpc = getrpcbynumber(rs->prog); 922 if (rpc) [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 68 interpret_rpc(int flags, char *rpc, int fraglen, int type) in interpret_rpc() argument 81 xdr_init(rpc, fraglen); in interpret_rpc() 107 rpc, fraglen); in interpret_rpc() 132 rpc, fraglen); in interpret_rpc() 163 rpc, fraglen); in interpret_rpc() 229 prog, vers, proc, rpc, fraglen); in interpret_rpc() 232 rpc_detail_reply(flags, xid, x, rpc, fraglen); in interpret_rpc() 691 valid_rpc(char *rpc, int rpclen) in valid_rpc() argument 699 xdrmem_create(&xdrm, rpc, rpclen, XDR_DECODE); in valid_rpc()
|
/titanic_44/usr/src/cmd/ypcmd/ypupdated/ |
H A D | Makefile | 26 NETYPPROG = rpc.ypupdated 49 RPCYPUPDATEOBJ = rpc.ypupdated.o openchild.o 74 rpc.ypupdated: $(RPCYPUPDATEOBJ)
|
/titanic_44/usr/src/man/man1m/ |
H A D | Makefile | 415 rpc.bootparamd.1m \ 416 rpc.rexd.1m \ 417 rpc.rstatd.1m \ 418 rpc.rusersd.1m \ 419 rpc.rwalld.1m \ 420 rpc.smserverd.1m \ 421 rpc.sprayd.1m \ 422 rpc.yppasswdd.1m \ 423 rpc.ypupdated.1m \ 736 bootparamd.1m := LINKSRC = rpc.bootparamd.1m [all …]
|
/titanic_44/usr/src/lib/libnsl/ |
H A D | req.flg | 29 echo_file usr/src/uts/common/rpc/Makefile 30 echo_file usr/src/uts/common/rpc/key_prot.x
|
/titanic_44/usr/src/cmd/fm/scripts/ |
H A D | fmsim.ksh | 268 -o rpc.adm.prog=0 -o rpc.adm.path=$simroot/rpc $eol 294 while [[ ! -s $simroot/rpc ]]; do 306 echo "fmsim: rpc adm requests can rendezvous at" $(<$simroot/rpc)
|
/titanic_44/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 115 positive-time-to-live rpc 3600 116 negative-time-to-live rpc 5 117 keep-hot-count rpc 20 118 check-files rpc yes
|
/titanic_44/usr/src/cmd/ypcmd/net_files/ |
H A D | Makefile | 81 all: passwd group hosts ipnodes ethers networks rpc services protocols \ 198 rpc.time: $(DIR)/rpc 200 $(DIR)/rpc $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/rpc.bynumber; 201 @touch rpc.time; 203 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) rpc.bynumber; fi 460 rpc: rpc.time target
|
/titanic_44/usr/src/uts/ |
H A D | Makefile | 153 common/rpc \ 173 common/rpc \ 191 @cd common/rpc; pwd; $(MAKE) $@
|