Home
last modified time | relevance | path

Searched refs:T_DIS (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c340 (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 Dinterface.c461 (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 Dtlx.c486 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 Dt_free.c83 case T_DIS: in _tx_free()
H A Dt_alloc.c169 case T_DIS: in _tx_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h163 #define T_DIS 4 /* struct t_discon */ macro
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c111 case T_DIS: in t_kfree()
H A Dt_kalloc.c118 case T_DIS: in t_kalloc()
/illumos-gate/usr/src/head/
H A Dxti.h366 #define T_DIS 4 /* struct t_discon */ macro
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c1105 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) { in doevent()