Searched refs:TFREE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 460 #define TFREE(p, type) if ((p)) (void) t_free((char *)(p), (type)) macro 520 TFREE(bind_ret, T_BIND); in tlicall() 521 TFREE(sndcall, T_CALL); in tlicall() 522 TFREE(rcvcall, T_CALL); in tlicall() 531 TFREE(bind_ret, T_BIND); in tlicall() 532 TFREE(sndcall, T_CALL); in tlicall() 533 TFREE(rcvcall, T_CALL); in tlicall() 570 TFREE(bind_ret, T_BIND); in tlicall() 571 TFREE(sndcall, T_CALL); in tlicall() 572 TFREE(rcvcall, T_CALL); in tlicall() [all …]
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | callers.c | 1041 #define TFREE(p, type) if ((p)) t_free((char *)(p), (type)) macro 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); 1198 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL); [all …]
|