Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c352 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 Dt_alloc.c271 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 Dtiuser.h189 #define T_ALL 0x07 /* all the above */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dtiuser.h175 #define T_ALL 0x07 /* all the above */ macro
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/cmd/avs/rdc/
H A Dsndrd.c977 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 Dcallers.c1096 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 Dinterface.c470 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
/titanic_50/usr/src/lib/libwrap/
H A Dtli.c345 if ((unit = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ALL)) == 0) {
/titanic_50/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)) ) {
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 Dxti.h378 #define T_ALL 0xffff /* all the above fields */ macro