Home
last modified time | relevance | path

Searched refs:T_CALL (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libnsl/dial/
H A Dcallers.c516 (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()
521 TFREE(sndcall, T_CALL); in tlicall()
522 TFREE(rcvcall, T_CALL); in tlicall()
532 TFREE(sndcall, T_CALL); in tlicall()
533 TFREE(rcvcall, T_CALL); in tlicall()
571 TFREE(sndcall, T_CALL); in tlicall()
572 TFREE(rcvcall, T_CALL); in tlicall()
596 TFREE(sndcall, T_CALL); in tlicall()
597 TFREE(rcvcall, T_CALL); in tlicall()
[all …]
/titanic_41/usr/src/cmd/bnu/
H A Dcallers.c1098 || (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
1100 || (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
1103 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1104 TFREE(rcvcall, T_CALL);
1113 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1114 TFREE(rcvcall, T_CALL);
1151 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1152 TFREE(rcvcall, T_CALL);
1176 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1177 TFREE(rcvcall, T_CALL);
[all …]
/titanic_41/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()
396 (void) t_free((char *)call, T_CALL); in get_new_conind()
461 (void) t_free((char *)call, T_CALL); in process_tlook()
507 (void) t_free((char *)cip->call, T_CALL); in process_tlook()
595 (void) t_free((char *)call, T_CALL); in tlx_accept()
609 (void) t_free((char *)call, T_CALL); in tlx_accept()
623 (void) t_free((char *)call, T_CALL); in tlx_accept()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c558 tcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);
570 t_free((char *)tcall, T_CALL);
577 t_free((char *)tcall, T_CALL);
593 tcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);
605 t_free((char *)tcall, T_CALL);
610 t_free((char *)tcall, T_CALL);
617 t_free((char *)tcall, T_CALL);
624 t_free((char *)tcall, T_CALL);
627 t_free((char *)tcall, T_CALL);
/titanic_41/usr/src/cmd/listen/
H A Dnlsaddr.c128 if (!(call = (struct t_call *)t_alloc(fd, T_CALL, T_NONE))) {
155 t_free((char *)call, T_CALL); /* t_free will release allocated mem*/
H A Dlisten.c1749 if ((tmp->c_cp = (struct t_call *) t_alloc(bindfd, T_CALL,
1895 t_free((char *)call, T_CALL);
1902 t_free((char *)tmp->c_cp, T_CALL);
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c214 if ((error = t_kalloc(tiptr, T_CALL, T_ADDR, in rtime()
226 (void) t_kfree(tiptr, (char *)server, T_CALL); in rtime()
230 (void) t_kfree(tiptr, (char *)server, T_CALL); in rtime()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c1226 conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL); in conn_get()
1235 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
1247 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
1349 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1360 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1372 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1400 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1412 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1458 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1464 (void) t_free((char *)call, T_CALL); in cots_listen_event()
/titanic_41/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()
986 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
999 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
1098 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1109 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1119 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1141 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1152 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1164 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1170 (void) t_free((char *)call, T_CALL); in cots_listen_event()
/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h176 #define T_CALL 3 /* struct t_call */ macro
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c181 (void) t_free((char *)r->t_call, T_CALL); in svc_vc_xprtfree()
252 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT); in svc_vc_create_private()
266 (void) t_free((char *)r->t_call, T_CALL); 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()
854 T_CALL, T_ADDR | T_OPT); in do_accept()
882 (void) t_free((char *)tcp2, T_CALL); in do_accept()
1067 (void) t_free((char *)r->t_call, T_CALL); in do_accept()
1076 (void) t_free((char *)tcp2, T_CALL); in do_accept()
H A Drpcb_clnt.c577 if ((sndcall = (struct t_call *)t_alloc(fd, T_CALL, 0)) == NULL) { in __rpcbind_is_up()
583 (void) t_free((char *)sndcall, T_CALL); in __rpcbind_is_up()
592 (void) t_free((char *)sndcall, T_CALL); in __rpcbind_is_up()
607 (void) t_free((char *)sndcall, T_CALL); in __rpcbind_is_up()
H A Dclnt_vc.c488 rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_OPT|T_ADDR); in set_up_connection()
600 (void) t_free((char *)rcvcall, T_CALL); in set_up_connection()
610 (void) t_free((char *)rcvcall, T_CALL); in set_up_connection()
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_free.c67 case T_CALL: in _tx_free()
H A Dt_alloc.c122 case T_CALL: in _tx_alloc()
/titanic_41/usr/src/uts/common/sys/
H A Dtiuser.h162 #define T_CALL 3 /* struct t_call */ macro
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kfree.c93 case T_CALL: in t_kfree()
H A Dt_kalloc.c99 case T_CALL: in t_kalloc()
/titanic_41/usr/src/head/
H A Dxti.h365 #define T_CALL 3 /* struct t_call */ macro
/titanic_41/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c280 t_free((char *)rcvcall, T_CALL); in get_connection()
290 t_free((char *)rcvcall, T_CALL); in get_connection()
/titanic_41/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c391 (void) t_free((char *)ci->call, T_CALL); in destroy_tlx_info()