| /onnv-gate/usr/src/lib/libnsl/dial/ |
| H A D | callers.c | 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() 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 D | callers.c | 1098 || (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 D | tlx.c | 390 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 D | cvcd.c | 558 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 D | nlsaddr.c | 128 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 D | listen.c | 1747 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 D | authdesubr.c | 202 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 D | nfs_tbind.c | 1215 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 D | sndrd.c | 975 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 D | tiuser.h | 176 #define T_CALL 3 /* struct t_call */ macro
|
| /onnv-gate/usr/src/lib/libnsl/nsl/ |
| H A D | t_free.c | 67 case T_CALL: in _tx_free()
|
| H A D | t_alloc.c | 122 case T_CALL: in _tx_alloc()
|
| /onnv-gate/usr/src/lib/libnsl/rpc/ |
| H A D | svc_vc.c | 191 (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 D | rpcb_clnt.c | 646 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 D | clnt_vc.c | 485 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 D | tiuser.h | 162 #define T_CALL 3 /* struct t_call */ macro
|
| /onnv-gate/usr/src/uts/common/ktli/ |
| H A D | t_kfree.c | 93 case T_CALL: in t_kfree()
|
| H A D | t_kalloc.c | 99 case T_CALL: in t_kalloc()
|
| /onnv-gate/usr/src/head/ |
| H A D | xti.h | 364 #define T_CALL 3 /* struct t_call */ macro
|
| /onnv-gate/usr/src/lib/krb5/kadm5/clnt/ |
| H A D | client_init.c | 280 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 D | inetsvc.c | 391 (void) t_free((char *)ci->call, T_CALL); in destroy_tlx_info()
|