Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_gen.c275 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport()
311 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport()
H A Dclnt_clts.c1694 } else if ((error = t_kbind(new->e_tiptr, NULL, NULL)) != 0) { in endpnt_get()
H A Dclnt_cots.c2224 if ((i = t_kbind(tiptr, NULL, NULL)) != 0) { in connmgr_get()
/illumos-gate/usr/src/uts/common/sys/
H A Dt_kuser.h95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kbind.c66 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret) in t_kbind() function
/illumos-gate/usr/src/uts/common/mapfiles/
H A Dtlimod.mapfile38 t_kbind { FLAGS = EXTERN };
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c107 if ((error = t_kbind(tiptr, NULL, NULL)) != 0) { in rtime()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c206 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret) in t_kbind() function
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c221 if ((error = t_kbind(*tiptr, NULL, NULL)) != 0) { in nd_init()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c572 err = t_kbind(tiptr, NULL, NULL); in smb_nbst_bind()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S493 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S455 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1561 TLIMOD_OBJS += tlimod.o t_kalloc.o t_kbind.o t_kclose.o \