Home
last modified time | relevance | path

Searched refs:t_alloc (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/head/
H A Dxti.h175 #pragma redefine_extname t_alloc _xti_alloc
220 #define t_alloc _xti_alloc macro
485 extern char *t_alloc(int, int, int);
499 extern void *t_alloc(int, int, int);
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c116 extern char *malloc(), *t_alloc();
126 if (!(call = (struct t_call *)t_alloc(fd, T_CALL, T_NONE))) {
H A Dlisten.c168 extern char *t_alloc();
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)) ) {
1105 while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) { in doevent()
1683 extern char *t_alloc();
1755 if ((tmp->c_cp = (struct t_call *) t_alloc(bindfd, T_CALL,
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c148 if ((client = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ADDR)) == 0) {
167 if ((server = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ADDR)) == 0) {
345 if ((unit = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ALL)) == 0) {
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c125 tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
131 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_xti.h177 #pragma redefine_extname t_alloc _xti_alloc
222 #define t_alloc _xti_alloc macro
/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 || 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()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c69 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) { in __yp_clnt_create_rsvdport_netid_req()
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c40 char *t_alloc();
461 (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
H A Dcallers.c1033 char *t_alloc();
1092 if ( (bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) ==
1094 || (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
1096 || (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c100 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c78 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR); in svc_create_local_service()
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h198 extern char *t_alloc(int fildes, int struct_type, int fields);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c48 t_alloc(int fd, int struct_type, int fields) in t_alloc() function
/illumos-gate/usr/src/cmd/keyserv/
H A Dkey_generic.c133 bind_addr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
/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) { in get_new_conind()
486 t_alloc(fd, T_DIS, T_ALL)) == NULL) { in process_tlook()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c252 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT); in svc_vc_create_private()
262 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_vc_create_private()
358 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT); in svc_vc_xprtcopy()
364 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_vc_xprtcopy()
853 tcp2 = (struct t_call *)t_alloc(srcfd, in do_accept()
H A Dclnt_dg.c222 tr_data = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ADDR | T_OPT); in clnt_dg_create()
926 uderr = (struct t_uderr *)t_alloc(cu->cu_fd, T_UDERROR, T_ADDR); in _rcv_unitdata_err()
/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); 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()
H A Dnfs_resolve.c359 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) in get_server_addr()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c252 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) ==
/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c103 baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in check_bound()
H A Drpcbind.c538 taddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in init_transport()
539 baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in init_transport()
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com54 _utility.o t_accept.o t_alloc.o t_bind.o t_close.o \

12