Home
last modified time | relevance | path

Searched refs:t_kbind (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dt_kuser.h95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_gen.c277 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport()
313 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport()
H A Dclnt_clts.c1683 } else if ((error = t_kbind(new->e_tiptr, NULL, NULL)) != 0) { in endpnt_get()
H A Dclnt_cots.c2225 if ((i = t_kbind(tiptr, NULL, NULL)) != 0) { in connmgr_get()
/titanic_50/usr/src/uts/common/ktli/
H A Dt_kbind.c68 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 Dauthdesubr.c106 if ((error = t_kbind(tiptr, NULL, NULL)) != 0) { in rtime()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c221 if ((error = t_kbind(*tiptr, NULL, NULL)) != 0) { in nd_init()
/titanic_50/usr/src/uts/sparc/ml/
H A Dmodstubs.s525 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s636 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
/titanic_50/usr/src/uts/common/
H A DMakefile.files1516 TLIMOD_OBJS += tlimod.o t_kalloc.o t_kbind.o t_kclose.o \