Searched refs:TFREE (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c460 #define TFREE(p, type) if ((p)) (void) t_free((char *)(p), (type)) macro
520 TFREE(bind_ret, T_BIND);
521 TFREE(sndcall, T_CALL);
522 TFREE(rcvcall, T_CALL);
531 TFREE(bind_ret, T_BIND);
532 TFREE(sndcall, T_CALL);
533 TFREE(rcvcall, T_CALL);
570 TFREE(bind_ret, T_BIND);
571 TFREE(sndcall, T_CALL);
572 TFREE(rcvcal
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dcallers.c1041 #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(rcvcal
[all...]

Completed in 168 milliseconds