Home
last modified time | relevance | path

Searched refs:T_info_ack (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c55 struct T_info_ack *infoackp; in _tx_getinfo()
89 if (retlen != (int)sizeof (struct T_info_ack)) { in _tx_getinfo()
96 infoackp = (struct T_info_ack *)ctlbuf.buf; in _tx_getinfo()
H A Dt_alloc.c55 struct T_info_ack info; in _tx_alloc()
95 if (strioc.ic_len != (int)sizeof (struct T_info_ack)) { in _tx_alloc()
H A D_utility.c70 struct T_info_ack *tsap);
505 _t_alloc_bufs(int fd, struct _ti_user *tiptr, struct T_info_ack *tsap) in _t_alloc_bufs()
870 struct T_info_ack *tiap = &tcap->INFO_ack; in _t_create()
1646 struct T_info_ack *tiap; in _t_do_postconn_sync()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kgtstate.c69 struct T_info_ack inforeq; in t_kgetstate()
103 if (strioc.ic_len != sizeof (struct T_info_ack)) in t_kgetstate()
H A Dt_kopen.c72 struct T_info_ack inforeq; in t_kopen()
240 if (strioc.ic_len != sizeof (struct T_info_ack)) { in t_kopen()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h365 struct T_info_ack { struct
493 struct T_info_ack
560 struct T_info_ack info_ack; /* info ack */
H A Dt_kuser.h130 #define TINFOACKSZ sizeof (struct T_info_ack)
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c365 static struct T_info_ack rds_g_t_info_ack_ipv4 = {
424 struct T_info_ack *tap; in rds_info_req()
428 mp = tpi_ack_alloc(omp, sizeof (struct T_info_ack), M_PCPROTO, in rds_info_req()
432 tap = (struct T_info_ack *)(uintptr_t)mp->b_rptr; in rds_info_req()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c114 struct T_info_ack tinfo; in svc_tli_kcreate()
H A Drpcmod.c443 struct T_info_ack *pptr; in tmp_rput()
447 pptr = (struct T_info_ack *)mp->b_rptr; in tmp_rput()
475 struct T_info_ack *pptr; in rmm_open()
497 sizeof (struct T_info_ack), crp, curproc->p_pid)) == NULL) { in rmm_open()
524 pptr = (struct T_info_ack *)t->info_ack->b_rptr; in rmm_open()
H A Dsvc.h817 extern int svc_clts_kcreate(struct file *, uint_t, struct T_info_ack *,
819 extern int svc_cots_kcreate(struct file *, uint_t, struct T_info_ack *,
H A Dsvc_cots.c192 svc_cots_kcreate(file_t *fp, uint_t max_msgsize, struct T_info_ack *tinfo, in svc_cots_kcreate()
H A Dsvc_clts.c162 svc_clts_kcreate(file_t *fp, uint_t sendsz, struct T_info_ack *tinfo, in svc_clts_kcreate()
H A Dclnt_cots.c2642 struct T_info_ack *tinfo; in connmgr_connect()
2770 tinfo = (struct T_info_ack *)mp->b_rptr; in connmgr_connect()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c805 tcp_copy_info(struct T_info_ack *tia, tcp_t *tcp) in tcp_copy_info()
809 extern struct T_info_ack tcp_g_t_info_ack; in tcp_copy_info()
810 extern struct T_info_ack tcp_g_t_info_ack_v6; in tcp_copy_info()
886 mp = tpi_ack_alloc(mp, sizeof (struct T_info_ack), M_PCPROTO, in tcp_info_req()
892 tcp_copy_info((struct T_info_ack *)mp->b_rptr, tcp); in tcp_info_req()
H A Dtcp.c372 struct T_info_ack tcp_g_t_info_ack = {
386 struct T_info_ack tcp_g_t_info_ack_v6 = {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c83 static struct T_info_ack rts_g_t_info_ack = {
467 rts_copy_info(struct T_info_ack *tap, rts_t *rts) in rts_copy_info()
521 rts_copy_info((struct T_info_ack *)mp->b_rptr, rts); in rts_info_req()
H A Dkeysock.c102 static struct T_info_ack keysock_g_t_info_ack = {
728 keysock_copy_info(struct T_info_ack *tap, keysock_t *ks) in keysock_copy_info()
775 mp = tpi_ack_alloc(mp, sizeof (struct T_info_ack), M_PCPROTO, in keysock_info_req()
779 keysock_copy_info((struct T_info_ack *)mp->b_rptr, in keysock_info_req()
H A Dspdsock.c97 static struct T_info_ack spdsock_g_t_info_ack = {
3208 spdsock_copy_info(struct T_info_ack *tap, spdsock_t *ss) in spdsock_copy_info()
3257 mp = tpi_ack_alloc(mp, sizeof (struct T_info_ack), M_PCPROTO, in spdsock_info_req()
3261 spdsock_copy_info((struct T_info_ack *)mp->b_rptr, in spdsock_info_req()
H A Dicmp.c205 static struct T_info_ack icmp_g_t_info_ack = {
1511 icmp_copy_info(struct T_info_ack *tap, icmp_t *icmp) in icmp_copy_info()
1575 mp = tpi_ack_alloc(mp, sizeof (struct T_info_ack), M_PCPROTO, in icmp_info_req()
1579 icmp_copy_info((struct T_info_ack *)mp->b_rptr, icmp); in icmp_info_req()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c475 copy_tinfo(struct sonode *so, struct T_info_ack *tia) in copy_tinfo()
615 sizeof (struct T_info_req) + sizeof (struct T_info_ack), in do_tinfo()
633 (t_uscalar_t)sizeof (struct T_info_ack), &mp, 0))) { in do_tinfo()
640 copy_tinfo(so, (struct T_info_ack *)mp->b_rptr); in do_tinfo()
2581 if (MBLKL(mp) < sizeof (struct T_info_ack)) { in strsock_proto()
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c670 timodprocessinfo(queue_t *q, struct tim_tim *tp, struct T_info_ack *tia) in timodprocessinfo()
974 struct T_info_ack *tia = (struct T_info_ack *)pptr; in timodrproc()
1014 struct T_info_ack saved_info; in timodrproc()
1082 sizeof (struct T_info_ack); /* TI_GETINFO */ in timodrproc()
H A Dtl.c752 static struct T_info_ack tl_cots_info_ack =
767 static struct T_info_ack tl_clts_info_ack =
4402 tl_copy_info(struct T_info_ack *ia, tl_endpt_t *tep) in tl_copy_info()
4477 ackmp = tpi_ack_alloc(mp, sizeof (struct T_info_ack), in tl_info_req()
4482 tl_memrecover(tep->te_wq, mp, sizeof (struct T_info_ack)); in tl_info_req()
4489 tl_copy_info((struct T_info_ack *)ackmp->b_rptr, tep); in tl_info_req()
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c1797 t_uscalar_t max_optbuf_len = sizeof (struct T_info_ack); in optcom_max_optbuf_len()
1821 t_uscalar_t max_optbuf_len = sizeof (struct T_info_ack); in optcom_max_optsize()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c298 static struct T_info_ack udp_g_t_info_ack_ipv4 = {
314 static struct T_info_ack udp_g_t_info_ack_ipv6 = {
1380 udp_copy_info(struct T_info_ack *tap, udp_t *udp) in udp_copy_info()
1442 mp = tpi_ack_alloc(mp, sizeof (struct T_info_ack), M_PCPROTO, in udp_info_req()
1446 udp_copy_info((struct T_info_ack *)mp->b_rptr, udp); in udp_info_req()

12