Searched refs:t_alloc (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c122 tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
128 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c66 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) {
/osnet-11/usr/src/lib/libwrap/
H A Dtli.c152 if ((client = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ADDR)) == 0) {
153 tcpd_warn("t_alloc: %s", tli_error());
171 if ((server = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ADDR)) == 0) {
172 tcpd_warn("t_alloc: %s", tli_error());
353 if ((unit = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ALL)) == 0) {
354 tcpd_warn("t_alloc: %s", tli_error());
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c47 t_alloc(int fd, int struct_type, int fields) function
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c512 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL ||
513 (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL ||
514 (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL) {
515 tfaillog(fd, "t_alloc");
H A Dinterface.c336 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
/osnet-11/usr/src/lib/libnsl/
H A DMakefile.com51 _utility.o t_accept.o t_alloc.o t_bind.o t_close.o \
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c261 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT);
270 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
365 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT);
370 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
854 tcp2 = (struct t_call *)t_alloc(srcfd,
H A Drpc_soc.c325 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
H A Dsvc_generic.c319 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
H A Dclnt_dg.c213 tr_data = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ADDR | T_OPT);
908 * Below even when t_alloc() fails we pass uderr=NULL to t_rcvuderr()
919 uderr = (struct t_uderr *)t_alloc(cu->cu_fd, T_UDERROR, T_ADDR);
H A Dclnt_generic.c401 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR))
H A Drpcb_clnt.c641 if ((sndcall = (struct t_call *)t_alloc(fd, T_CALL, 0)) == NULL) {
H A Dclnt_vc.c482 rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_OPT|T_ADDR);
/osnet-11/usr/src/lib/librdc/common/
H A Dnetaddrs.c355 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL)
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c953 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);

Completed in 37 milliseconds