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

/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h189 #define T_ALL 0x07 /* all the above */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h175 #define T_ALL 0x07 /* all the above */ macro
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c271 if (fields != T_ALL) {
274 * if T_ALL is used.
319 if (fields != T_ALL) {
322 * if T_ALL is used.
/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 ||
516 (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL ||
518 (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL) {
H A Dinterface.c340 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
/illumos-gate/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);
/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) {
486 t_alloc(fd, T_DIS, T_ALL)) == NULL) {
/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/head/
H A Dxti.h378 #define T_ALL 0xffff /* all the above fields */ macro
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c977 conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);
1369 unitdata = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ALL);
1485 uderr = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ALL);
1729 ntb = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL);
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c470 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
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)) ==
/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);
377 * should't be called with T_ALL.
924 unitdata = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ALL);
1039 uderr = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ALL);
1226 conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);
/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)) ) {
1099 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) {
1750 T_ALL)) == NULL) {

Completed in 83 milliseconds