Searched refs:tcap (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddelscreen.c60 if (screen->tcap)
61 (void) delterm(screen->tcap);
H A Dsetcurscreen.c61 (void) setcurterm(SP->tcap);
H A Dcurshdr.h143 TERMINAL *tcap; /* TERMINFO info */ member in struct:screen
H A Dnewscreen.c179 SP->tcap = cur_term;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c825 tcp_do_capability_ack(tcp_t *tcp, struct T_capability_ack *tcap, argument
828 tcap->CAP_bits1 = 0;
831 tcp_copy_info(&tcap->INFO_ack, tcp);
832 tcap->CAP_bits1 |= TC1_INFO;
836 tcap->ACCEPTOR_id = tcp->tcp_acceptor_id;
837 tcap->CAP_bits1 |= TC1_ACCEPTOR_ID;
852 struct T_capability_ack *tcap; local
866 tcap = (struct T_capability_ack *)mp->b_rptr;
867 tcp_do_capability_ack(tcp, tcap, cap_bits1);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c869 struct T_capability_ack *tcap = (struct T_capability_ack *)ioctlbuf; local
870 struct T_info_ack *tiap = &tcap->INFO_ack;
918 if ((tcap->CAP_bits1 & TC1_INFO) == 0) {
1001 if ((tcap->CAP_bits1 & TC1_ACCEPTOR_ID) != 0) {
1002 ntiptr->acceptor_id = tcap->ACCEPTOR_id;
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c395 struct T_capability_ack *tcap; local
404 tcap = (struct T_capability_ack *)(uintptr_t)mp->b_rptr;
405 tcap->CAP_bits1 = 0;
408 tcap->CAP_bits1 |= TC1_INFO;
409 *(&tcap->INFO_ack) = rds_g_t_info_ack_ipv4;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c484 struct T_capability_ack *tcap; local
493 tcap = (struct T_capability_ack *)mp->b_rptr;
494 tcap->CAP_bits1 = 0;
497 rts_copy_info(&tcap->INFO_ack, rts);
498 tcap->CAP_bits1 |= TC1_INFO;
H A Dkeysock.c751 struct T_capability_ack *tcap; local
760 tcap = (struct T_capability_ack *)mp->b_rptr;
761 tcap->CAP_bits1 = 0;
764 keysock_copy_info(&tcap->INFO_ack, ks);
765 tcap->CAP_bits1 |= TC1_INFO;
H A Dicmp.c1518 icmp_do_capability_ack(icmp_t *icmp, struct T_capability_ack *tcap, argument
1521 tcap->CAP_bits1 = 0;
1524 icmp_copy_info(&tcap->INFO_ack, icmp);
1525 tcap->CAP_bits1 |= TC1_INFO;
1540 struct T_capability_ack *tcap; local
1549 tcap = (struct T_capability_ack *)mp->b_rptr;
1551 icmp_do_capability_ack(icmp, tcap, cap_bits1);
H A Dspdsock.c3219 struct T_capability_ack *tcap; local
3228 tcap = (struct T_capability_ack *)mp->b_rptr;
3229 tcap->CAP_bits1 = 0;
3232 spdsock_copy_info(&tcap->INFO_ack, ss);
3233 tcap->CAP_bits1 |= TC1_INFO;
/illumos-gate/usr/src/uts/common/os/
H A Dndifm.c670 i_ndi_busop_fm_init(dev_info_t *dip, int tcap, ddi_iblock_cookie_t *ibc) argument
686 (pdip, dip, tcap, ibc);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c2008 struct T_capability_ack *tcap,
2016 if (tcap != NULL)
2017 sotpi_update_state(so, tcap, laddr, laddrlen, faddr, faddrlen,
2007 so_quiesced_cb(sock_upper_handle_t sock_handle, sock_quiesce_arg_t *arg, struct T_capability_ack *tcap, struct sockaddr *laddr, socklen_t laddrlen, struct sockaddr *faddr, socklen_t faddrlen, short opts) argument
H A Dsocktpi.c6542 sotpi_update_state(struct sonode *so, struct T_capability_ack *tcap, argument
6548 so_proc_tcapability_ack(so, tcap);
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c992 struct T_capability_ack *tcap; local
1046 tcap = (struct T_capability_ack *)mp->b_rptr;
1047 tcap->CAP_bits1 = TC1_INFO;
1048 tcap->INFO_ack = saved_info;
H A Dtl.c4335 struct T_capability_ack *tcap; local
4354 tcap = (struct T_capability_ack *)ackmp->b_rptr;
4355 tcap->CAP_bits1 = 0;
4358 tl_copy_info(&tcap->INFO_ack, tep);
4359 tcap->CAP_bits1 |= TC1_INFO;
4363 tcap->ACCEPTOR_id = tep->te_acceptor_id;
4364 tcap->CAP_bits1 |= TC1_ACCEPTOR_ID;
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c70 rootnex_busop_fminit(dev_info_t *dip, dev_info_t *tdip, int tcap,
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1310 udp_do_capability_ack(udp_t *udp, struct T_capability_ack *tcap, argument
1313 tcap->CAP_bits1 = 0;
1316 udp_copy_info(&tcap->INFO_ack, udp);
1317 tcap->CAP_bits1 |= TC1_INFO;
1331 struct T_capability_ack *tcap; local
1341 tcap = (struct T_capability_ack *)mp->b_rptr;
1342 udp_do_capability_ack(udp, tcap, cap_bits1);
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c218 static int rootnex_fm_init(dev_info_t *dip, dev_info_t *tdip, int tcap,
5032 rootnex_fm_init(dev_info_t *dip, dev_info_t *tdip, int tcap, argument

Completed in 175 milliseconds