Searched refs:tinfo (Results 1 - 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c114 struct T_info_ack tinfo; local
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
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_get.h46 asn1_error_code asn1_get_tag_2 (asn1buf *buf, taginfo *tinfo);
H A Dasn1_decode.c42 taginfo tinfo
44 #define asn1class (tinfo.asn1class)
45 #define construction (tinfo.construction)
46 #define tagnum (tinfo.tagnum)
47 #define length (tinfo.length)
50 retval = asn1_get_tag_2(buf,&tinfo);\
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A DsunFM_impl.h71 #define netsnmp_table_helper_add_index(tinfo, type) \
72 snmp_varlist_add_variable(&tinfo->indexes, NULL, 0, (uchar_t)type, \
/illumos-gate/usr/src/lib/librdc/common/
H A Dllib-lrdc44 struct t_info *tinfo, int portmap);
H A Dnetaddrs.c340 struct netconfig *nconf, ushort_t port, struct t_info *tinfo,
353 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) == -1)
527 char *proto, char *srvport, struct t_info *tinfo, int portmap)
589 tinfo, portmap)) == NULL) {
626 port, tinfo, portmap)) == NULL) {
339 get_the_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, int portmap) argument
526 get_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig **nconfp, char *proto, char *srvport, struct t_info *tinfo, int portmap) argument
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c82 struct t_info tinfo; local
95 fd = t_open(nconf->nc_device, O_RDWR, &tinfo);
101 if (t_getinfo(fd, &tinfo) == -1)
123 bindaddr.maxlen = bindaddr.len = __rpc_get_a_size(tinfo.addr);
286 struct t_info tinfo; local
326 if (t_getinfo(fd, &tinfo) == -1) {
336 tbindstr.addr.len = tbindstr.addr.maxlen = __rpc_get_a_size(tinfo.addr);
520 struct t_info tinfo; local
527 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) {
533 __rpc_get_a_size(tinfo
[all...]
H A Dsvc_generic.c234 struct t_info tinfo; /* transport info */ local
246 fd = t_open(nconf->nc_device, O_RDWR, &tinfo);
272 if (t_getinfo(fd, &tinfo) == -1) {
485 switch (tinfo.servtype) {
496 if ((tinfo.servtype == T_COTS_ORD) &&
521 xprt->xp_type = tinfo.servtype;
527 xprt->xp_rtaddr.maxlen = __rpc_get_a_size(tinfo.addr);
555 * if (madefd && (tinfo.servtype == T_CLTS))
H A Dsvc_simple.c133 struct t_info tinfo; local
138 if (t_getinfo(svcxprt->xp_fd, &tinfo) == -1) {
149 if ((recvsz = __rpc_get_t_size(0, tinfo.tsdu)) == 0) {
H A Drpc_generic.c150 t_scalar_t size) /* normally tinfo.addr */
425 struct t_info tinfo; local
432 if (t_getinfo(fd, &tinfo) == -1) {
442 servtype = tinfo.servtype;
H A Dsvc_vc.c202 struct t_info tinfo; local
226 if (t_getinfo(fd, &tinfo) == -1) {
240 r->sendsize = __rpc_get_t_size((int)sendsize, tinfo.tsdu);
241 r->recvsize = __rpc_get_t_size((int)recvsize, tinfo.tsdu);
272 r->cf_tsdu = tinfo.tsdu;
395 struct t_info tinfo; local
406 if (t_getinfo(fd, &tinfo) == -1) {
418 sendsize = __rpc_get_t_size((int)sendsize, tinfo.tsdu);
419 recvsize = __rpc_get_t_size((int)recvsize, tinfo.tsdu);
425 dummy = makefd_xprt(fd, sendsize, recvsize, tinfo
739 struct t_info tinfo; local
[all...]
H A Dclnt_generic.c605 struct t_info tinfo; /* transport info */ local
635 if (t_getinfo(fd, &tinfo) == -1)
637 servtype = tinfo.servtype;
649 (t_getinfo(fd, &tinfo) == -1))
651 servtype = tinfo.servtype;
H A Dclnt_bcast.c176 struct t_info tinfo; local
184 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) == -1) {
204 if (((addrlen = __rpc_get_a_size(tinfo.addr)) == 0) ||
218 tinfo.tsdu)) == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c152 taginfo_t *tinfo; local
158 tinfo = pppoe_gettaginfo(tag_type);
160 show_header("PPPoE: ", tinfo->tag_name,
182 if (tag_length != 0 && tinfo->interpret_tagvalue != NULL)
183 tinfo->interpret_tagvalue(tag_value, tag_length);
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c249 struct t_info tinfo; local
251 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c151 struct t_info tinfo; local
174 if ((fdl->fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) < 0) {
188 switch (tinfo.servtype) {
222 switch (tinfo.servtype) {
243 if ((fd = t_open(nconf->nc_device, O_RDWR, &tinfo)) < 0) {
275 switch (tinfo.servtype) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c369 struct t_info tinfo; local
371 if (t_getinfo(0, tinfo) || (tinfo.servtype == T_CLTS))
H A Dyp_b_svc.c670 struct t_info tinfo; local
672 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c205 struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server,
276 struct t_info *tinfo, char *hostname, int fd, bool_t direct_to_server,
343 struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server,
356 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) < 0)
362 if (setup_nb_parms(nconf, tbind, tinfo, hostname, fd, direct_to_server,
203 resolve_netconf(char *host, rpcprog_t prog, rpcvers_t nfsver, struct netconfig **netconf, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstatp) argument
275 setup_nb_parms(struct netconfig *nconf, struct t_bind *tbind, struct t_info *tinfo, char *hostname, int fd, bool_t direct_to_server, ushort_t port, rpcprog_t prog, rpcvers_t vers, bool_t file_handle) argument
341 get_server_addr(char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat) argument
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c876 SINFO_DATA *tinfo; local
895 tinfo = &sinfo_data[sec->type];
908 sec->shdr->sh_type = tinfo->sh_type;
909 sec->shdr->sh_flags = tinfo->sh_flags;
910 if ((tinfo->sh_flags & SHF_ALLOC) == 0) {
949 sec->shdr->sh_addralign = tinfo->sh_addralign;
950 sec->shdr->sh_entsize = tinfo->sh_entsize;
955 switch (tinfo->sh_type) {
1002 sec->data->d_type = tinfo->libelf_type;
1005 sec->data->d_align = tinfo
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c138 struct t_info tinfo; local
144 if (t_getinfo(0, &tinfo) == -1) {
148 if (tinfo.servtype == T_CLTS) {
149 if (tinfo.addr == INET_ADDRSTRLEN)
259 struct t_info tinfo; local
261 if (!t_getinfo(0, &tinfo) && (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1394 struct netconfig *nconf, ushort_t port, struct t_info *tinfo,
1409 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) == -1)
1752 char *proto, ushort_t port, struct t_info *tinfo, caddr_t *fhp,
1768 tinfo, fhp, get_pubfh, fspath, error));
1810 vers, nconf, port, tinfo,
1839 tinfo, fhp, get_pubfh, fspath, error)) == NULL)
1870 port, tinfo, fhp, get_pubfh, fspath, error))
2411 struct t_info tinfo; local
2425 nfsvers_to_use, nconfp, NULL, port, &tinfo,
2431 nfsvers_to_use, nconfp, nfs_proto, port, &tinfo,
1393 get_the_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t get_pubfh, char *fspath, err_ret_t *error) argument
1751 get_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig **nconfp, char *proto, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t get_pubfh, char *fspath, err_ret_t *error) argument
[all...]
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c455 struct t_info tinfo; local
457 if (t_getinfo(0, &tinfo) || (tinfo.servtype == T_CLTS))
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c571 vrrp_timerinfo_t *tinfo = &qinfo->show_vt; local
614 (void) timeval_since_str(tinfo->vt_since_last_tran, buf,
629 (void) timeval_since_str(tinfo->vt_since_last_adv, buf,
633 (void) snprintf(buf, bufsize, "%d", tinfo->vt_master_down_intv);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c552 uintptr_t tinfo; local
592 tinfo = (uintptr_t)curthread;
593 m_info.thrp = (cpr_ptr)tinfo;
595 tinfo = (uintptr_t)i_cpr_resume_setup;
596 m_info.func = (cpr_ptr)tinfo;
604 tinfo = (uintptr_t)&i_cpr_data_page;
605 m_info.tmp_stack = (cpr_ptr)tinfo;

Completed in 101 milliseconds

12