Searched refs:t_kbind (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | t_kuser.h | 95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_gen.c | 277 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport() 313 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport()
|
H A D | clnt_clts.c | 1683 } else if ((error = t_kbind(new->e_tiptr, NULL, NULL)) != 0) { in endpnt_get()
|
H A D | clnt_cots.c | 2225 if ((i = t_kbind(tiptr, NULL, NULL)) != 0) { in connmgr_get()
|
/titanic_50/usr/src/uts/common/ktli/ |
H A D | t_kbind.c | 68 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret) in t_kbind() function
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 106 if ((error = t_kbind(tiptr, NULL, NULL)) != 0) { in rtime()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 221 if ((error = t_kbind(*tiptr, NULL, NULL)) != 0) { in nd_init()
|
/titanic_50/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 525 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 636 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.files | 1516 TLIMOD_OBJS += tlimod.o t_kalloc.o t_kbind.o t_kclose.o \
|