/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 419 __rpcfd_to_nconf(int fd, int servtype) in __rpcfd_to_nconf() argument 431 if (servtype == 0) { in __rpcfd_to_nconf() 442 servtype = tinfo.servtype; in __rpcfd_to_nconf() 461 if (__rpc_matchserv(servtype, nconf->nc_semantics) == TRUE) { in __rpcfd_to_nconf() 477 __rpc_matchserv(int servtype, unsigned int nc_semantics) in __rpc_matchserv() argument 479 switch (servtype) { in __rpc_matchserv()
|
H A D | clnt_generic.c | 607 t_scalar_t servtype; in _clnt_tli_create_timed() local 626 servtype = T_CLTS; in _clnt_tli_create_timed() 629 servtype = T_COTS; in _clnt_tli_create_timed() 632 servtype = T_COTS_ORD; in _clnt_tli_create_timed() 637 servtype = tinfo.servtype; in _clnt_tli_create_timed() 651 servtype = tinfo.servtype; in _clnt_tli_create_timed() 655 switch (servtype) { in _clnt_tli_create_timed() 703 if ((nc = __rpcfd_to_nconf(fd, servtype)) != NULL) { in _clnt_tli_create_timed()
|
H A D | svc_generic.c | 485 switch (tinfo.servtype) { in svc_tli_create_common() 496 if ((tinfo.servtype == T_COTS_ORD) && in svc_tli_create_common() 521 xprt->xp_type = tinfo.servtype; in svc_tli_create_common()
|
H A D | svc_vc.c | 432 dummy->xp_type = tinfo.servtype; in svc_fd_create_private() 793 if ((tinfo.servtype != T_COTS) && (tinfo.servtype != T_COTS_ORD)) { in do_accept()
|
H A D | clnt_dg.c | 169 if (tinfo.servtype == T_CLTS) in clnt_dg_create()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | check_bound.c | 188 switch (tinfo.servtype) { in add_bndlist() 222 switch (tinfo.servtype) { in add_bndlist() 275 switch (tinfo.servtype) { in add_bndlist()
|
H A D | rpcb_svc_com.c | 745 if (tinfo.servtype != T_CLTS) in rpcbproc_callit_com()
|
/titanic_41/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 96 long servtype; /* provider service type */ member
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_getinfo.c | 106 info->servtype = infoackp->SERV_type; in _tx_getinfo()
|
H A D | _utility.c | 935 info->servtype = tiap->SERV_type; in _t_create()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tiuser.h | 81 t_scalar_t servtype; /* provider service type */ member
|
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 251 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kopen.c | 256 ntiptr->tp_info.servtype = inforeq.SERV_type; in t_kopen()
|
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 150 if (tinfo.servtype == T_CLTS) { in main() 263 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 369 if (t_getinfo(0, tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
|
H A D | yp_b_svc.c | 672 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS)) in closedown()
|
/titanic_41/usr/src/head/ |
H A D | xti.h | 271 t_scalar_t servtype; /* provider service type */ member
|
/titanic_41/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 457 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
|
/titanic_41/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 820 if (tinfo.servtype == T_CLTS) { in create_client()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 655 struct netconfig *__rpcfd_to_nconf(int fd, int servtype); 656 int __rpc_matchserv(int servtype, unsigned int nc_semantics);
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 2256 if (tiptr->tp_info.servtype == T_COTS_ORD) in connmgr_get()
|