Home
last modified time | relevance | path

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

/onnv-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 …]
/onnv-gate/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 …]
/onnv-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()
/onnv-gate/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);
/onnv-gate/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.c1747 if ((tmp->c_cp = (struct t_call *) t_alloc(bindfd, T_CALL,
1893 t_free((char *)call, T_CALL);
1900 t_free((char *)tmp->c_cp, T_CALL);
/onnv-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c202 if ((error = t_kalloc(tiptr, T_CALL, T_ADDR, in rtime()
214 (void) t_kfree(tiptr, (char *)server, T_CALL); in rtime()
218 (void) t_kfree(tiptr, (char *)server, T_CALL); in rtime()
/onnv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c1215 conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL); in conn_get()
1224 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
1236 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
1338 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1350 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1362 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1390 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1441 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1447 (void) t_free((char *)call, T_CALL); in cots_listen_event()
/onnv-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c975 conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL); in conn_get()
984 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
997 (void) t_free((char *)conn->conn_call, T_CALL); in conn_get()
1096 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1108 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1118 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1149 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1169 (void) t_free((char *)call, T_CALL); in cots_listen_event()
1175 (void) t_free((char *)call, T_CALL); in cots_listen_event()
/onnv-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h176 #define T_CALL 3 /* struct t_call */ macro
/onnv-gate/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()
/onnv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c191 (void) t_free((char *)r->t_call, T_CALL); in svc_vc_xprtfree()
262 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT); in svc_vc_create_private()
276 (void) t_free((char *)r->t_call, T_CALL); in svc_vc_create_private()
368 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT); in svc_vc_xprtcopy()
860 T_CALL, T_ADDR | T_OPT); in do_accept()
880 (void) t_free((char *)tcp2, T_CALL); in do_accept()
895 (void) t_free((char *)tcp2, T_CALL); in do_accept()
H A Drpcb_clnt.c646 if ((sndcall = (struct t_call *)t_alloc(fd, T_CALL, 0)) == NULL) { in __rpcbind_is_up()
655 (void) t_free((char *)sndcall, T_CALL); in __rpcbind_is_up()
664 (void) t_free((char *)sndcall, T_CALL); in __rpcbind_is_up()
679 (void) t_free((char *)sndcall, T_CALL); in __rpcbind_is_up()
H A Dclnt_vc.c485 rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_OPT|T_ADDR); in set_up_connection()
570 (void) t_free((char *)rcvcall, T_CALL); in set_up_connection()
584 (void) t_free((char *)rcvcall, T_CALL); in set_up_connection()
/onnv-gate/usr/src/uts/common/sys/
H A Dtiuser.h162 #define T_CALL 3 /* struct t_call */ macro
/onnv-gate/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()
/onnv-gate/usr/src/head/
H A Dxti.h364 #define T_CALL 3 /* struct t_call */ macro
/onnv-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()
/onnv-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c391 (void) t_free((char *)ci->call, T_CALL); in destroy_tlx_info()