/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 72 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 D | t_kalloc.c | 75 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 D | tx.h | 321 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 D | xti_wrappers.c | 164 _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 D | t_free.c | 47 struct t_discon *dis; in _tx_free() 87 p.dis = (struct t_discon *)ptr; in _tx_free()
|
H A D | t_sndreldata.c | 47 _tx_sndreldata(int fd, struct t_discon *discon, int api_semantics) in _tx_sndreldata()
|
H A D | t_alloc.c | 60 struct t_discon *dis; in _tx_alloc() 170 if ((p.dis = calloc(1, sizeof (struct t_discon))) == NULL) in _tx_alloc()
|
H A D | tli_wrappers.c | 148 t_rcvdis(int fd, struct t_discon *discon) in t_rcvdis()
|
H A D | t_rcvreldata.c | 51 _tx_rcvreldata(int fd, struct t_discon *discon, int api_semantics) in _tx_rcvreldata()
|
H A D | t_rcvdis.c | 48 _tx_rcvdis(int fd, struct t_discon *discon, int api_semantics) in _tx_rcvdis()
|
/titanic_41/usr/src/head/ |
H A D | xti.h | 325 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 D | tiuser.h | 122 struct t_discon { struct 215 extern int t_rcvdis(int fildes, struct t_discon *discon);
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 337 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 D | tiuser.h | 136 struct t_discon { struct
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | interface.c | 468 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 D | tlx.c | 480 struct t_discon *discon; in process_tlook() 485 if ((discon = (struct t_discon *) in process_tlook()
|
/titanic_41/usr/src/cmd/listen/ |
H A D | listen.c | 179 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 D | llib-lnsl | 286 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 D | nfs_tbind.c | 1269 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 D | sndrd.c | 1021 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 D | clnt_vc.c | 564 t_discon *) NULL); in set_up_connection()
|