Home
last modified time | relevance | path

Searched refs:SERV_type (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c160 switch (tinfo.SERV_type) { in svc_tli_kcreate()
170 tinfo.SERV_type); in svc_tli_kcreate()
187 xprt->xp_type = tinfo.SERV_type; in svc_tli_kcreate()
231 if (hotstream && tinfo.SERV_type == T_CLTS) { in svc_tli_kcreate()
H A Drpcmod.c526 if (pptr->SERV_type == T_CLTS) { in rmm_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimod.h91 t_scalar_t SERV_type; member
H A Dtihdr.h374 t_scalar_t SERV_type; /* provider service type */ member
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c104 info->servtype = infoackp->SERV_type; in _tx_getinfo()
H A D_utility.c935 info->servtype = tiap->SERV_type; in _t_create()
998 ntiptr->ti_servtype = tiap->SERV_type; in _t_create()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c256 ntiptr->tp_info.servtype = inforeq.SERV_type; in t_kopen()
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c676 if ((tia->SERV_type == T_COTS) || (tia->SERV_type == T_COTS_ORD)) in timodprocessinfo()
678 else if (tia->SERV_type == T_CLTS) in timodprocessinfo()
H A Dtl.c4410 ia->SERV_type = T_COTS_ORD; in tl_copy_info()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c484 sti->sti_serv_type = tia->SERV_type; in copy_tinfo()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c398 switch (tinfo.SERV_type) { in nfs_srv_set_sc_versions()