Searched refs:T_DIS (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 340 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) || in show_tlook() 343 (void) t_free((char *)dropped, T_DIS); in show_tlook() 347 (void) t_free((char *)dropped, T_DIS); in show_tlook()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 461 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) || 464 t_free((char *)dropped, T_DIS); 468 t_free((char *)dropped, T_DIS);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 486 t_alloc(fd, T_DIS, T_ALL)) == NULL) { in process_tlook() 492 (void) t_free((char *)discon, T_DIS); in process_tlook() 511 (void) t_free((char *)discon, T_DIS); in process_tlook()
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_free.c | 83 case T_DIS: in _tx_free()
|
H A D | t_alloc.c | 169 case T_DIS: in _tx_alloc()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 163 #define T_DIS 4 /* struct t_discon */ macro
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 111 case T_DIS: in t_kfree()
|
H A D | t_kalloc.c | 118 case T_DIS: in t_kalloc()
|
/illumos-gate/usr/src/head/ |
H A D | xti.h | 366 #define T_DIS 4 /* struct t_discon */ macro
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | listen.c | 1105 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) { in doevent()
|