Searched refs:t_alloc (Results 1 - 16 of 16) sorted by relevance
/osnet-11/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 122 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 D | yp_rsvd.c | 66 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) {
|
/osnet-11/usr/src/lib/libwrap/ |
H A D | tli.c | 152 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 D | tli_wrappers.c | 47 t_alloc(int fd, int struct_type, int fields) function
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 512 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 D | interface.c | 336 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
|
/osnet-11/usr/src/lib/libnsl/ |
H A D | Makefile.com | 51 _utility.o t_accept.o t_alloc.o t_bind.o t_close.o \
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svc_vc.c | 261 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 D | rpc_soc.c | 325 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
|
H A D | svc_generic.c | 319 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
|
H A D | clnt_dg.c | 213 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 D | clnt_generic.c | 401 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR))
|
H A D | rpcb_clnt.c | 641 if ((sndcall = (struct t_call *)t_alloc(fd, T_CALL, 0)) == NULL) {
|
H A D | clnt_vc.c | 482 rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_OPT|T_ADDR);
|
/osnet-11/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 355 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL)
|
/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 953 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
|
Completed in 38 milliseconds