Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c70 struct t_discon *dis; in t_kfree()
113 p.dis = (struct t_discon *)ptr; in t_kfree()
116 kmem_free(ptr, sizeof (struct t_discon)); in t_kfree()
H A Dt_kalloc.c73 struct t_discon *dis; in t_kalloc()
119 p.dis = kmem_zalloc(sizeof (struct t_discon), KM_SLEEP); in t_kalloc()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_xti.h289 int _xti_rcvdis(int, struct t_discon *);
291 int _xti_rcvreldata(int, struct t_discon *);
301 int _xti_sndreldata(int, struct t_discon *);
/illumos-gate/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.c161 _xti_rcvdis(int fd, struct t_discon *discon) in _xti_rcvdis()
173 _xti_rcvreldata(int fd, struct t_discon *discon) in _xti_rcvreldata()
230 _xti_sndreldata(int fd, struct t_discon *discon) in _xti_sndreldata()
H A Dt_free.c45 struct t_discon *dis; in _tx_free()
85 p.dis = (struct t_discon *)ptr; in _tx_free()
H A Dt_sndreldata.c45 _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.c146 t_rcvdis(int fd, struct t_discon *discon) in t_rcvdis()
H A Dt_rcvreldata.c49 _tx_rcvreldata(int fd, struct t_discon *discon, int api_semantics) in _tx_rcvreldata()
H A Dt_rcvdis.c46 _tx_rcvdis(int fd, struct t_discon *discon, int api_semantics) in _tx_rcvdis()
/illumos-gate/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 *);
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h122 struct t_discon { struct
215 extern int t_rcvdis(int fildes, struct t_discon *discon);
/illumos-gate/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()
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c459 struct t_discon *dropped;
461 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
/illumos-gate/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()
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c179 static void pitchcall(struct call_list *pending, struct t_discon *discon);
1078 static struct t_discon *disc; in doevent()
1105 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) { in doevent()
1631 pitchcall(struct call_list *pending, struct t_discon *discon) in pitchcall()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c559 t_discon *) NULL); in set_up_connection()