/titanic_50/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()
|
/titanic_50/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 352 if (((reqb = (struct t_bind *)t_alloc(cvcd_ssp, T_BIND, T_ALL)) 357 if (((retb = (struct t_bind *)t_alloc(cvcd_ssp, T_BIND, T_ALL)) 558 tcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL); 593 tcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 189 #define T_ALL 0x07 /* all the above */ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tiuser.h | 175 #define T_ALL 0x07 /* all the above */ macro
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | sndrd.c | 977 conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL); in conn_get() 1369 unitdata = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ALL); in do_poll_clts_action() 1485 uderr = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ALL); in do_poll_clts_action() 1729 ntb = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL); in rdcd_bindit()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | callers.c | 1096 if ( (bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == 1098 || (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == 1100 || (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
|
H A D | interface.c | 470 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | tli.c | 345 if ((unit = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ALL)) == 0) {
|
/titanic_50/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)) ) { 1099 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) { in doevent() 1750 T_ALL)) == NULL) {
|
/titanic_50/usr/src/head/ |
H A D | xti.h | 378 #define T_ALL 0xffff /* all the above fields */ macro
|