Lines Matching defs:tinfo
114 struct T_info_ack tinfo;
145 strioc.ic_len = sizeof (tinfo);
146 strioc.ic_dp = (char *)&tinfo;
147 tinfo.PRIM_type = T_INFO_REQ;
160 switch (tinfo.SERV_type) {
162 error = svc_clts_kcreate(fp, max_msgsize, &tinfo, &xprt);
166 error = svc_cots_kcreate(fp, max_msgsize, &tinfo, &xprt);
170 tinfo.SERV_type);
187 xprt->xp_type = tinfo.SERV_type;
231 if (hotstream && tinfo.SERV_type == T_CLTS) {