Searched defs:bind_ret (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c474 struct t_bind *bind_ret = 0; local
514 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL ||
520 TFREE(bind_ret, T_BIND);
529 if (t_bind(fd, (struct t_bind *)0, bind_ret) < 0) {
531 TFREE(bind_ret, T_BIND);
539 DEBUG(5, "tlicall: bound to %s\n", bind_ret->addr.buf);
570 TFREE(bind_ret, T_BIND);
595 TFREE(bind_ret, T_BIND);
618 TFREE(bind_ret, T_BIND);
628 TFREE(bind_ret, T_BIN
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c1056 struct t_bind *bind_ret = 0; local
1096 if ( (bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) ==
1103 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1111 if (t_bind(fd, (struct t_bind *) 0, bind_ret ) < 0) {
1113 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1120 DEBUG(5, "tlicall: bound to %s\n", bind_ret->addr.buf);
1151 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1176 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1198 TFREE(bind_ret, T_BIND);TFREE(sndcall, T_CALL);
1207 TFREE(bind_ret, T_BIN
[all...]

Completed in 59 milliseconds