/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | rstat_main.c | 94 if (!svc_reg(transp, RSTATPROG, RSTATVERS_VAR, rstatprog_4, in main() 100 if (!svc_reg(transp, RSTATPROG, RSTATVERS_TIME, rstatprog_3, in main() 106 if (!svc_reg(transp, RSTATPROG, RSTATVERS_SWTCH, rstatprog_2, in main()
|
H A D | rpc.rusersd.c | 127 if (!svc_reg(transp, RUSERSPROG, RUSERSVERS_3, rusers_service, in main() 132 if (!svc_reg(transp, RUSERSPROG, RUSERSVERS_IDLE, in main()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 226 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS, ypbindprog_3, 0)) { 230 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS_2, 237 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS_1, 367 if (!svc_reg(xprt, YPBINDPROG, YPBINDVERS_2, 381 if (!svc_reg(xprt, YPBINDPROG, YPBINDVERS_1,
|
H A D | ypserv.c | 314 if (!svc_reg(service[i].xprt, YPPROG, YPVERS, ypdispatch, in ypinit() 325 if (service[i].olddispatch && !svc_reg(service[i].xprt, YPPROG, in ypinit()
|
H A D | ypxfrd_svc.c | 200 if (!svc_reg(transp, YPXFRD, V1, ypxfrd_1, 0)) { in main()
|
H A D | yppush.c | 709 if (!svc_reg(transport4, program, YPPUSHVERS, 716 if (!svc_reg(transport6, program, YPPUSHVERS,
|
H A D | ypupdated.c | 160 if (!svc_reg(transp, YPU_PROG, YPU_VERS, ypupdate_prog, 0)) {
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | key_generic.c | 101 if (svc_reg(l->xprt, prognum, versnum, 163 if (svc_reg(xprt, prognum, versnum,
|
/titanic_44/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 492 if (transp4 && !svc_reg(transp4, (ulong_t)YPPASSWDPROG, in main() 497 if (transp6 && !svc_reg(transp6, (ulong_t)YPPASSWDPROG, in main() 519 if (!svc_reg(transpl, (ulong_t)YPPASSWDPROG, (ulong_t)YPPASSWDVERS, in main()
|
/titanic_44/usr/src/cmd/gss/gssd/ |
H A D | gssd_generic.c | 137 if (svc_reg(xprt, prognum, versnum, dispatch, nconf)
|
H A D | gssd.c | 191 if (!svc_reg(transp, GSSPROG, GSSVERS, gssprog_1, NULL)) {
|
/titanic_44/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_generic.c | 115 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) in svc_create_local_service()
|
H A D | kwarnd.c | 171 if (!svc_reg(transp, KWARNPROG, KWARNVERS, kwarnprog_1, NULL)) {
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 142 if (svc_reg(l->xprt, prognum, versnum, in svc_create() 202 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) { in svc_tp_create()
|
H A D | svc_simple.c | 180 if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) { in rpc_reg()
|
H A D | svc.c | 857 svc_reg(const SVCXPRT *xprt, const rpcprog_t prog, const rpcvers_t vers, in svc_reg() function
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 109 if (!svc_reg(transp, BOOTPARAMPROG, BOOTPARAMVERS, in main()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 108 if (svc_reg(xprt, prog, vers, disp, ncp) == FALSE) { in fmd_rpc_svc_create_local()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_main.c | 309 xx = svc_reg(transp, CACHEFSDPROG, CACHEFSDVERS, in main()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc.h | 688 extern bool_t svc_reg(const SVCXPRT *, const rpcprog_t, const rpcvers_t, 723 extern bool_t svc_reg();
|
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 689 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS, rpcb_service_3, NULL)) { in init_transport() 697 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) { in init_transport()
|
/titanic_44/usr/src/man/man3nsl/ |
H A D | Makefile | 233 svc_reg.3nsl \ 480 svc_reg.3nsl := LINKSRC = rpc_svc_reg.3nsl
|
/titanic_44/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 171 if (!svc_reg(transp, RQUOTAPROG, RQUOTAVERS, dispatch, 0)) { in main()
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 390 svc_reg;
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 258 link path=usr/share/man/man3nsl/svc_reg.3nsl target=rpc_svc_reg.3nsl
|