Home
last modified time | relevance | path

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

/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c1094 || (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
1096 || (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
1099 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1100 TFREE(rcvcall, T_CALL);
1109 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1110 TFREE(rcvcall, T_CALL);
1147 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1148 TFREE(rcvcall, T_CALL);
1172 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1173 TFREE(rcvcall, T_CALL);
[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) { 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()
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c126 if (!(call = (struct t_call *)t_alloc(fd, T_CALL, T_NONE))) {
153 t_free((char *)call, T_CALL); /* t_free will release allocated mem*/
H A Dlisten.c1755 if ((tmp->c_cp = (struct t_call *) t_alloc(bindfd, T_CALL,
1901 t_free((char *)call, T_CALL);
1908 t_free((char *)tmp->c_cp, T_CALL);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c215 if ((error = t_kalloc(tiptr, T_CALL, T_ADDR, in rtime()
227 (void) t_kfree(tiptr, (char *)server, T_CALL); in rtime()
231 (void) t_kfree(tiptr, (char *)server, T_CALL); in rtime()
/illumos-gate/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()
/illumos-gate/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.c483 rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_OPT|T_ADDR); in set_up_connection()
595 (void) t_free((char *)rcvcall, T_CALL); in set_up_connection()
605 (void) t_free((char *)rcvcall, T_CALL); in set_up_connection()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_free.c65 case T_CALL: in _tx_free()
H A Dt_alloc.c122 case T_CALL: in _tx_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h162 #define T_CALL 3 /* struct t_call */ macro
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c91 case T_CALL: in t_kfree()
H A Dt_kalloc.c97 case T_CALL: in t_kalloc()
/illumos-gate/usr/src/head/
H A Dxti.h365 #define T_CALL 3 /* struct t_call */ macro
/illumos-gate/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()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c391 (void) t_free((char *)ci->call, T_CALL); in destroy_tlx_info()