Home
last modified time | relevance | path

Searched refs:T_ALL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c514 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL || in tlicall()
516 (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL || in tlicall()
518 (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL) { in tlicall()
H A Dinterface.c340 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) || in show_tlook()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c271 if (fields != T_ALL) { in _alloc_buf()
319 if (fields != T_ALL) { in _alloc_buf()
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h175 #define T_ALL 0x07 /* all the above */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c390 if ((call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL) { in get_new_conind()
486 t_alloc(fd, T_DIS, T_ALL)) == NULL) { in process_tlook()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c366 ntb = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL); in nfslib_bindit()
924 unitdata = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ALL); in do_poll_clts_action()
1039 uderr = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ALL); in do_poll_clts_action()
1226 conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL); in conn_get()
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c1092 if ( (bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) ==
1094 || (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
1096 || (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
H A Dinterface.c461 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c345 if ((unit = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ALL)) == 0) {
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c706 while (!(req = (struct t_bind *)t_alloc(fd,T_BIND,T_ALL)) ) {
714 while (!(ret = (struct t_bind *)t_alloc(fd,T_BIND,T_ALL)) ) {
1105 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) { in doevent()
1756 T_ALL)) == NULL) {
/illumos-gate/usr/src/head/
H A Dxti.h378 #define T_ALL 0xffff /* all the above fields */ macro