Searched refs:T_ALL (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 514 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 D | interface.c | 340 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) || in show_tlook()
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_alloc.c | 271 if (fields != T_ALL) { in _alloc_buf() 319 if (fields != T_ALL) { in _alloc_buf()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 175 #define T_ALL 0x07 /* all the above */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 390 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 D | nfs_tbind.c | 366 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 D | callers.c | 1092 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 D | interface.c | 461 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | tli.c | 345 if ((unit = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ALL)) == 0) {
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | listen.c | 706 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 D | xti.h | 378 #define T_ALL 0xffff /* all the above fields */ macro
|