Symbol: t_bind
usr/src/cmd/bnu/callers.c
1034
int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
usr/src/cmd/bnu/callers.c
1052
struct t_bind *bind_ret = 0;
usr/src/cmd/bnu/callers.c
1092
if ( (bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) ==
usr/src/cmd/bnu/callers.c
1093
(struct t_bind *)NULL
usr/src/cmd/bnu/callers.c
1107
if (t_bind(fd, (struct t_bind *) 0, bind_ret ) < 0) {
usr/src/cmd/bnu/interface.c
41
int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
usr/src/cmd/cmd-inet/usr.lib/inetd/tlx.c
231
struct t_bind breq;
usr/src/cmd/cmd-inet/usr.lib/inetd/tlx.c
232
struct t_bind bret;
usr/src/cmd/cmd-inet/usr.lib/inetd/tlx.c
247
if (t_bind(fd, &breq, retaddr != NULL ? &bret : NULL) < 0)
usr/src/cmd/cmd-inet/usr.lib/inetd/tlx.c
559
if (t_bind(fd, NULL, NULL) == -1) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
161
struct t_bind *, caddr_t *, bool_t, char *, enum clnt_stat *,
usr/src/cmd/fs.d/autofs/autod_nfs.c
164
struct netconfig *, ushort_t, struct t_info *, struct t_bind *,
usr/src/cmd/fs.d/autofs/autod_nfs.c
167
struct netconfig *, ushort_t, struct t_info *, struct t_bind *,
usr/src/cmd/fs.d/autofs/autod_nfs.c
2803
struct t_bind *tbind = NULL;
usr/src/cmd/fs.d/autofs/autod_nfs.c
2935
struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp,
usr/src/cmd/fs.d/autofs/autod_nfs.c
2960
if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL)
usr/src/cmd/fs.d/autofs/autod_nfs.c
4241
ushort_t port, struct t_info *tinfo, struct t_bind *tbind,
usr/src/cmd/fs.d/autofs/autod_nfs.c
4280
struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server,
usr/src/cmd/fs.d/autofs/autod_nfs.c
4298
if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR))
usr/src/cmd/fs.d/autofs/nfs_cast.c
199
if (t_bind(trans->tr_fd, (struct t_bind *)NULL,
usr/src/cmd/fs.d/autofs/nfs_cast.c
200
(struct t_bind *)NULL) < 0) {
usr/src/cmd/fs.d/autofs/nfs_cast.c
207
(struct t_bind *)t_alloc(trans->tr_fd, T_BIND, T_ADDR);
usr/src/cmd/fs.d/autofs/nfs_cast.c
208
if (trans->tr_taddr == (struct t_bind *)NULL) {
usr/src/cmd/fs.d/autofs/nfs_cast.c
74
struct t_bind *tr_taddr;
usr/src/cmd/fs.d/nfs/lib/nfs_resolve.c
191
cleanup_tli_parms(struct t_bind *tbind, int fd)
usr/src/cmd/fs.d/nfs/lib/nfs_resolve.c
275
setup_nb_parms(struct netconfig *nconf, struct t_bind *tbind,
usr/src/cmd/fs.d/nfs/lib/nfs_resolve.c
347
struct t_bind *tbind = NULL;
usr/src/cmd/fs.d/nfs/lib/nfs_resolve.c
359
if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL)
usr/src/cmd/fs.d/nfs/lib/nfs_resolve.h
38
extern int setup_nb_parms(struct netconfig *, struct t_bind *, struct t_info *,
usr/src/cmd/fs.d/nfs/lib/nfs_resolve.h
40
extern void cleanup_tli_parms(struct t_bind *, int);
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
1356
if (t_bind(new_fd, NULL, NULL) == -1) {
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
286
struct t_bind *ntb;
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
287
struct t_bind tb;
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
366
ntb = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL);
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
367
if (ntb == (struct t_bind *)NULL) {
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
382
if (t_bind(fd, &tb, ntb) == -1) {
usr/src/cmd/fs.d/nfs/mount/mount.c
1398
struct t_bind *tbind = NULL;
usr/src/cmd/fs.d/nfs/mount/mount.c
1413
if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR))
usr/src/cmd/gss/gssd/gssd_generic.c
100
bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/gss/gssd/gssd_generic.c
61
struct t_bind *bind_addr;
usr/src/cmd/keyserv/key_generic.c
133
bind_addr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/keyserv/key_generic.c
81
struct t_bind *bind_addr;
usr/src/cmd/krb5/kadmin/server/ovsec_kadmd.c
429
struct t_bind tbindstr, *tres;
usr/src/cmd/krb5/kadmin/server/ovsec_kadmd.c
741
tres = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/krb5/kadmin/server/ovsec_kadmd.c
755
if (t_bind(fd, &tbindstr, tres) < 0) {
usr/src/cmd/krb5/kwarn/kwarnd_generic.c
39
struct t_bind *bind_addr;
usr/src/cmd/krb5/kwarn/kwarnd_generic.c
78
bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/listen/listen.c
689
struct t_bind *req = (struct t_bind *)0;
usr/src/cmd/listen/listen.c
690
struct t_bind *ret = (struct t_bind *)0;
usr/src/cmd/listen/listen.c
706
while (!(req = (struct t_bind *)t_alloc(fd,T_BIND,T_ALL)) ) {
usr/src/cmd/listen/listen.c
714
while (!(ret = (struct t_bind *)t_alloc(fd,T_BIND,T_ALL)) ) {
usr/src/cmd/listen/listen.c
755
if (t_bind(fd, req, ret)) {
usr/src/cmd/rpcbind/check_bound.c
103
baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/rpcbind/check_bound.c
109
if (t_bind(fd, &taddr, baddr) != 0) {
usr/src/cmd/rpcbind/check_bound.c
146
add_bndlist(struct netconfig *nconf, struct t_bind *taddr, struct t_bind *baddr)
usr/src/cmd/rpcbind/check_bound.c
152
struct t_bind tmpaddr;
usr/src/cmd/rpcbind/check_bound.c
200
if (t_bind(fdl->fd, taddr, baddr) != 0) {
usr/src/cmd/rpcbind/check_bound.c
235
if (t_bind(fdl->fd, &tmpaddr, taddr) != 0) {
usr/src/cmd/rpcbind/check_bound.c
251
if (t_bind(fd, taddr, baddr) != 0) {
usr/src/cmd/rpcbind/check_bound.c
89
struct t_bind taddr, *baddr;
usr/src/cmd/rpcbind/rpcb_svc_com.c
554
if (t_bind(fd, NULL, NULL) == -1) {
usr/src/cmd/rpcbind/rpcbind.c
498
struct t_bind *taddr, *baddr;
usr/src/cmd/rpcbind/rpcbind.c
538
taddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/rpcbind/rpcbind.c
539
baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/rpcbind/rpcbind.c
573
if (t_bind(fd, taddr, baddr) != 0) {
usr/src/cmd/rpcbind/rpcbind.h
75
int add_bndlist(struct netconfig *, struct t_bind *, struct t_bind *);
usr/src/cmd/rpcsvc/rup.c
298
struct t_bind *taddr;
usr/src/cmd/syslogd/syslogd.c
3830
struct t_bind bind, *bound;
usr/src/cmd/syslogd/syslogd.c
3845
bound = (struct t_bind *)t_alloc(Nfd[cnt].fd, T_BIND, T_ADDR);
usr/src/cmd/syslogd/syslogd.c
3849
if (t_bind(Nfd[cnt].fd, &bind, bound) == 0) {
usr/src/cmd/syslogd/syslogd.c
3970
if (t_bind(f->f_file, NULL, NULL) < 0) {
usr/src/cmd/syslogd/syslogd.c
3989
struct t_bind bind, *bound;
usr/src/cmd/syslogd/syslogd.c
4040
bound = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/cmd/syslogd/syslogd.c
4044
if (t_bind(fd, &bind, bound) == 0) {
usr/src/cmd/ypcmd/ypxfrd_client.c
219
struct t_bind *tbind;
usr/src/cmd/ypcmd/ypxfrd_client.c
252
if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) ==
usr/src/head/xti.h
486
extern int t_bind(int, struct t_bind *, struct t_bind *);
usr/src/head/xti.h
500
extern int t_bind(int, const struct t_bind *, struct t_bind *);
usr/src/head/xti.h
515
extern int t_getprotaddr(int, struct t_bind *, struct t_bind *);
usr/src/lib/krb5/kadm5/clnt/client_init.c
246
if (t_bind(fd, (struct t_bind *)NULL, (struct t_bind *)NULL) == -1) {
usr/src/lib/libnsl/dial/callers.c
474
struct t_bind *bind_ret = 0;
usr/src/lib/libnsl/dial/callers.c
514
if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL ||
usr/src/lib/libnsl/dial/callers.c
529
if (t_bind(fd, (struct t_bind *)0, bind_ret) < 0) {
usr/src/lib/libnsl/nsl/t_alloc.c
111
if ((p.bind = calloc(1, sizeof (struct t_bind))) == NULL)
usr/src/lib/libnsl/nsl/t_alloc.c
58
struct t_bind *bind;
usr/src/lib/libnsl/nsl/t_bind.c
48
const struct t_bind *req,
usr/src/lib/libnsl/nsl/t_bind.c
49
struct t_bind *ret,
usr/src/lib/libnsl/nsl/t_free.c
43
struct t_bind *bind;
usr/src/lib/libnsl/nsl/t_free.c
60
p.bind = (struct t_bind *)ptr;
usr/src/lib/libnsl/nsl/t_getname.c
105
struct t_bind *boundaddr,
usr/src/lib/libnsl/nsl/t_getname.c
106
struct t_bind *peeraddr,
usr/src/lib/libnsl/nsl/t_getname.c
227
struct t_bind *boundaddr,
usr/src/lib/libnsl/nsl/t_getname.c
228
struct t_bind *peeraddr)
usr/src/lib/libnsl/nsl/t_getname.c
47
struct t_bind *boundaddr, struct t_bind *peer);
usr/src/lib/libnsl/nsl/tli_wrappers.c
54
t_bind(int fd, struct t_bind *req, struct t_bind *ret)
usr/src/lib/libnsl/nsl/tx.h
306
extern int _tx_bind(int, const struct t_bind *, struct t_bind *, int);
usr/src/lib/libnsl/nsl/tx.h
314
extern int _tx_getprotaddr(int, struct t_bind *, struct t_bind *, int);
usr/src/lib/libnsl/nsl/xti_wrappers.c
113
_xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr)
usr/src/lib/libnsl/nsl/xti_wrappers.c
73
_xti_bind(int fd, const struct t_bind *req, struct t_bind *ret)
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
1004
res = t_bind(fd, &tbindstr, tres);
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
906
struct t_bind tbindstr, *tres;
usr/src/lib/libnsl/nss/netdir_inet_sundry.c
958
tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/lib/libnsl/rpc/auth_time.c
512
if (t_bind(rtime_fd, NULL, NULL) < 0) {
usr/src/lib/libnsl/rpc/clnt_bcast.c
187
if (t_bind(fd, NULL, NULL) == -1) {
usr/src/lib/libnsl/rpc/clnt_generic.c
301
struct t_bind *tbind = NULL;
usr/src/lib/libnsl/rpc/clnt_generic.c
401
if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR))
usr/src/lib/libnsl/rpc/clnt_generic.c
619
if (t_bind(fd, NULL, NULL) == -1)
usr/src/lib/libnsl/rpc/clnt_generic.c
645
((state == T_UNBND) && (t_bind(fd, NULL, NULL) == -1)) ||
usr/src/lib/libnsl/rpc/rpc_soc.c
283
struct t_bind tbindstr, *tres;
usr/src/lib/libnsl/rpc/rpc_soc.c
328
tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/lib/libnsl/rpc/rpc_soc.c
346
res = t_bind(fd, &tbindstr, tres);
usr/src/lib/libnsl/rpc/rpcb_clnt.c
571
if (t_bind(fd, NULL, NULL) == -1) {
usr/src/lib/libnsl/rpc/rtime_tli.c
87
if (t_bind(fd, NULL, NULL) < 0) {
usr/src/lib/libnsl/rpc/svc_generic.c
202
struct t_bind bind;
usr/src/lib/libnsl/rpc/svc_generic.c
203
struct t_bind *bindp = NULL;
usr/src/lib/libnsl/rpc/svc_generic.c
226
const struct t_bind *bindaddr)
usr/src/lib/libnsl/rpc/svc_generic.c
258
const struct t_bind *bindaddr, const uint_t sendsz, const uint_t recvsz)
usr/src/lib/libnsl/rpc/svc_generic.c
274
const struct t_bind *bindaddr, const uint_t sendsz,
usr/src/lib/libnsl/rpc/svc_generic.c
279
struct t_bind *tres = NULL; /* bind info */
usr/src/lib/libnsl/rpc/svc_generic.c
364
tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/lib/libnsl/rpc/svc_generic.c
392
if (t_bind(fd, (struct t_bind *)bindaddr, tres) == -1) {
usr/src/lib/libnsl/rpc/svc_generic.c
422
if (t_bind(fd, tres, tres) == -1) {
usr/src/lib/libnsl/rpc/svc_generic.c
88
const struct t_bind *, uint_t, uint_t, boolean_t);
usr/src/lib/libnsl/rpc/svc_generic.c
92
const struct netconfig *, const struct t_bind *);
usr/src/lib/libnsl/rpc/svc_vc.c
182
if (r->t_bind)
usr/src/lib/libnsl/rpc/svc_vc.c
183
(void) t_free((char *)r->t_bind, T_BIND);
usr/src/lib/libnsl/rpc/svc_vc.c
262
r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/lib/libnsl/rpc/svc_vc.c
263
if (r->t_bind == NULL) {
usr/src/lib/libnsl/rpc/svc_vc.c
364
r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/lib/libnsl/rpc/svc_vc.c
365
if (r->t_bind == NULL) {
usr/src/lib/libnsl/rpc/svc_vc.c
804
if (t_bind(destfd, NULL, r->t_bind) == -1) {
usr/src/lib/libnsl/rpc/svc_vc.c
98
struct t_bind *t_bind;
usr/src/lib/libnsl/yp/yp_bind.c
1014
if (t_bind(fd, NULL, NULL) == -1) {
usr/src/lib/libnsl/yp/yp_bind.c
441
if (t_bind(fd, NULL, NULL) == -1) {
usr/src/lib/libnsl/yp/yp_rsvd.c
43
struct t_bind *tbind;
usr/src/lib/libnsl/yp/yp_rsvd.c
69
if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) {
usr/src/lib/librpcsvc/common/bindresvport.c
125
tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/lib/librpcsvc/common/bindresvport.c
131
tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
usr/src/lib/librpcsvc/common/bindresvport.c
179
res = t_bind(fd, tbind, tres);
usr/src/lib/librpcsvc/common/bindresvport.c
76
struct t_bind *tbind, *tres;
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
206
t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret)
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
212
if (t_bind(fd, req, ret) < 0) {
usr/src/uts/common/ktli/t_kalloc.c
71
struct t_bind *bind;
usr/src/uts/common/ktli/t_kalloc.c
91
p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP);
usr/src/uts/common/ktli/t_kbind.c
66
t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret)
usr/src/uts/common/ktli/t_kfree.c
68
struct t_bind *bind;
usr/src/uts/common/ktli/t_kfree.c
85
p.bind = (struct t_bind *)ptr;
usr/src/uts/common/ktli/t_kfree.c
88
kmem_free(ptr, sizeof (struct t_bind));
usr/src/uts/common/rpc/clnt_gen.c
226
struct t_bind *req;
usr/src/uts/common/rpc/clnt_gen.c
227
struct t_bind *ret;
usr/src/uts/common/rpc/svc.h
970
const struct t_bind *, const uint_t,
usr/src/uts/common/sys/t_kuser.h
95
extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
usr/src/uts/common/sys/tiuser.h
199
extern int t_bind(int fildes, struct t_bind *req, struct t_bind *ret);