Home
last modified time | relevance | path

Searched refs:t_discon (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/uts/common/ktli/
H A Dt_kfree.c72 struct t_discon *dis; in t_kfree()
115 p.dis = (struct t_discon *)ptr; in t_kfree()
118 kmem_free(ptr, sizeof (struct t_discon)); in t_kfree()
H A Dt_kalloc.c75 struct t_discon *dis; in t_kalloc()
121 p.dis = kmem_zalloc(sizeof (struct t_discon), KM_SLEEP); in t_kalloc()
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dtx.h321 extern int _tx_rcvdis(int, struct t_discon *, int);
355 extern int _tx_rcvreldata(int, struct t_discon *, int);
359 extern int _tx_sndreldata(int, struct t_discon *, int);
H A Dxti_wrappers.c164 _xti_rcvdis(int fd, struct t_discon *discon) in _xti_rcvdis()
176 _xti_rcvreldata(int fd, struct t_discon *discon) in _xti_rcvreldata()
233 _xti_sndreldata(int fd, struct t_discon *discon) in _xti_sndreldata()
H A Dt_free.c47 struct t_discon *dis; in _tx_free()
87 p.dis = (struct t_discon *)ptr; in _tx_free()
H A Dt_sndreldata.c47 _tx_sndreldata(int fd, struct t_discon *discon, int api_semantics) in _tx_sndreldata()
H A Dt_alloc.c60 struct t_discon *dis; in _tx_alloc()
170 if ((p.dis = calloc(1, sizeof (struct t_discon))) == NULL) in _tx_alloc()
H A Dtli_wrappers.c148 t_rcvdis(int fd, struct t_discon *discon) in t_rcvdis()
H A Dt_rcvreldata.c51 _tx_rcvreldata(int fd, struct t_discon *discon, int api_semantics) in _tx_rcvreldata()
H A Dt_rcvdis.c48 _tx_rcvdis(int fd, struct t_discon *discon, int api_semantics) in _tx_rcvdis()
/titanic_41/usr/src/head/
H A Dxti.h325 struct t_discon { struct
519 extern int t_rcvdis(int, struct t_discon *);
521 extern int t_rcvreldata(int, struct t_discon *);
528 extern int t_sndreldata(int, struct t_discon *);
/titanic_41/usr/src/uts/common/sys/
H A Dtiuser.h122 struct t_discon { struct
215 extern int t_rcvdis(int fildes, struct t_discon *discon);
/titanic_41/usr/src/lib/libnsl/dial/
H A Dinterface.c337 struct t_discon *dropped; in show_tlook()
340 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) || in show_tlook()
/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h136 struct t_discon { struct
/titanic_41/usr/src/cmd/bnu/
H A Dinterface.c468 struct t_discon *dropped;
470 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c480 struct t_discon *discon; in process_tlook()
485 if ((discon = (struct t_discon *) in process_tlook()
/titanic_41/usr/src/cmd/listen/
H A Dlisten.c179 static void pitchcall(struct call_list *pending, struct t_discon *discon);
1073 static struct t_discon *disc; in doevent()
1099 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) { in doevent()
1625 pitchcall(struct call_list *pending, struct t_discon *discon) in pitchcall()
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl286 int t_rcvdis(int, struct t_discon *);
337 int t_sndreldata(int, struct t_discon *);
347 extern int t_rcvreldata(int, struct t_discon *);
370 int _xti_rcvdis(int, struct t_discon *);
372 int _xti_rcvreldata(int, struct t_discon *);
382 int _xti_sndreldata(int, struct t_discon *);
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c1269 struct t_discon discon; in discon_get()
1582 if (t_rcvdis(fd, (struct t_discon *)NULL) == -1) in do_poll_cots_action()
/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndrd.c1021 struct t_discon discon; in discon_get()
1271 if (t_rcvdis(fd, (struct t_discon *)NULL) == -1) in do_poll_cots_action()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c564 t_discon *) NULL); in set_up_connection()