/titanic_41/usr/src/head/ |
H A D | xti.h | 176 #pragma redefine_extname t_bind _xti_bind 221 #define t_bind _xti_bind macro 309 struct t_bind { struct 486 extern int t_bind(int, struct t_bind *, struct t_bind *); 500 extern int t_bind(int, const struct t_bind *, struct t_bind *); 515 extern int t_getprotaddr(int, struct t_bind *, struct t_bind *);
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_getname.c | 49 struct t_bind *boundaddr, struct t_bind *peer); 107 struct t_bind *boundaddr, in _tx_getprotaddr() 108 struct t_bind *peeraddr, in _tx_getprotaddr() 229 struct t_bind *boundaddr, in __tx_tlitpi_getprotaddr_locked() 230 struct t_bind *peeraddr) in __tx_tlitpi_getprotaddr_locked()
|
H A D | tx.h | 306 extern int _tx_bind(int, const struct t_bind *, struct t_bind *, int); 314 extern int _tx_getprotaddr(int, struct t_bind *, struct t_bind *, int);
|
H A D | xti_wrappers.c | 76 _xti_bind(int fd, const struct t_bind *req, struct t_bind *ret) in _xti_bind() 116 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr) in _xti_getprotaddr()
|
H A D | tli_wrappers.c | 56 t_bind(int fd, struct t_bind *req, struct t_bind *ret) in t_bind() function
|
H A D | t_free.c | 45 struct t_bind *bind; in _tx_free() 62 p.bind = (struct t_bind *)ptr; in _tx_free()
|
H A D | t_bind.c | 50 const struct t_bind *req, in _tx_bind() 51 struct t_bind *ret, in _tx_bind()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | check_bound.c | 89 struct t_bind taddr, *baddr; in check_bound() 103 baddr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in check_bound() 109 if (t_bind(fd, &taddr, baddr) != 0) { in check_bound() 146 add_bndlist(struct netconfig *nconf, struct t_bind *taddr, struct t_bind *baddr) in add_bndlist() 152 struct t_bind tmpaddr; in add_bndlist() 200 if (t_bind(fdl->fd, taddr, baddr) != 0) { in add_bndlist() 235 if (t_bind(fdl->fd, &tmpaddr, taddr) != 0) { in add_bndlist() 251 if (t_bind(fd, taddr, baddr) != 0) { in add_bndlist()
|
H A D | rpcbind.h | 75 int add_bndlist(struct netconfig *, struct t_bind *, struct t_bind *);
|
/titanic_41/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 76 struct t_bind *tbind, *tres; 125 tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 131 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); 179 res = t_bind(fd, tbind, tres);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tiuser.h | 106 struct t_bind { struct 199 extern int t_bind(int fildes, struct t_bind *req, struct t_bind *ret);
|
H A D | t_kuser.h | 95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 88 const struct t_bind *, uint_t, uint_t, boolean_t); 214 const struct t_bind *bindaddr, const uint_t sendsz, const uint_t recvsz) in svc_tli_create() 230 const struct t_bind *bindaddr, const uint_t sendsz, in svc_tli_create_common() 235 struct t_bind *tres = NULL; /* bind info */ in svc_tli_create_common() 320 tres = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_tli_create_common() 366 if (t_bind(fd, (struct t_bind *)bindaddr, tres) == -1) { in svc_tli_create_common() 396 if (t_bind(fd, tres, tres) == -1) { in svc_tli_create_common()
|
H A D | svc_vc.c | 98 struct t_bind *t_bind; member 182 if (r->t_bind) in svc_vc_xprtfree() 183 (void) t_free((char *)r->t_bind, T_BIND); in svc_vc_xprtfree() 262 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_vc_create_private() 263 if (r->t_bind == NULL) { in svc_vc_create_private() 364 r->t_bind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR); in svc_vc_xprtcopy() 365 if (r->t_bind == NULL) { in svc_vc_xprtcopy() 804 if (t_bind(destfd, NULL, r->t_bind) == -1) { in do_accept()
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.h | 38 extern int setup_nb_parms(struct netconfig *, struct t_bind *, struct t_info *, 40 extern void cleanup_tli_parms(struct t_bind *, int);
|
H A D | nfs_resolve.c | 191 cleanup_tli_parms(struct t_bind *tbind, int fd) in cleanup_tli_parms() 275 setup_nb_parms(struct netconfig *nconf, struct t_bind *tbind, in setup_nb_parms() 347 struct t_bind *tbind = NULL; in get_server_addr() 359 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) in get_server_addr()
|
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 70 struct t_bind *bind; in t_kfree() 87 p.bind = (struct t_bind *)ptr; in t_kfree() 90 kmem_free(ptr, sizeof (struct t_bind)); in t_kfree()
|
H A D | t_kbind.c | 68 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret) in t_kbind()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 131 struct t_bind *reqb; 132 struct t_bind *retb; 352 if (((reqb = (struct t_bind *)t_alloc(cvcd_ssp, T_BIND, T_ALL)) 353 == (struct t_bind *)NULL)) { 357 if (((retb = (struct t_bind *)t_alloc(cvcd_ssp, T_BIND, T_ALL)) 358 == (struct t_bind *)NULL)) { 371 if (t_bind(cvcd_ssp, reqb, retb) == -1) {
|
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 45 struct t_bind *tbind; in __yp_clnt_create_rsvdport_netid_req() 71 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) { in __yp_clnt_create_rsvdport_netid_req()
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_generic.c | 41 struct t_bind *bind_addr; in svc_create_local_service() 80 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR); in svc_create_local_service()
|
/titanic_41/usr/src/cmd/gss/gssd/ |
H A D | gssd_generic.c | 63 struct t_bind *bind_addr; 102 bind_addr = (struct t_bind *) t_alloc(fd, T_BIND, T_ADDR);
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 76 struct t_bind *tr_taddr; 201 if (t_bind(trans->tr_fd, (struct t_bind *)NULL, in nfs_cast() 202 (struct t_bind *)NULL) < 0) { in nfs_cast() 209 (struct t_bind *)t_alloc(trans->tr_fd, T_BIND, T_ADDR); in nfs_cast() 210 if (trans->tr_taddr == (struct t_bind *)NULL) { in nfs_cast()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | key_generic.c | 83 struct t_bind *bind_addr; 135 bind_addr = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR);
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 474 struct t_bind *bind_ret = 0; in tlicall() 514 if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL || in tlicall() 529 if (t_bind(fd, (struct t_bind *)0, bind_ret) < 0) { in tlicall()
|