Searched refs:t_kbind (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_gen.c | 275 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport() 311 if ((error = t_kbind(tiptr, req, ret)) != 0) { in bindresvport()
|
H A D | clnt_clts.c | 1694 } else if ((error = t_kbind(new->e_tiptr, NULL, NULL)) != 0) { in endpnt_get()
|
H A D | clnt_cots.c | 2224 if ((i = t_kbind(tiptr, NULL, NULL)) != 0) { in connmgr_get()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | t_kuser.h | 95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_kbind.c | 66 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 D | tlimod.mapfile | 38 t_kbind { FLAGS = EXTERN };
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 107 if ((error = t_kbind(tiptr, NULL, NULL)) != 0) { in rtime()
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fake_ktli.c | 206 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 D | nfs_dump.c | 221 if ((error = t_kbind(*tiptr, NULL, NULL)) != 0) { in nd_init()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 572 err = t_kbind(tiptr, NULL, NULL); in smb_nbst_bind()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 493 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 455 NO_UNLOAD_STUB(tlimod, t_kbind, nomod_zero);
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 1561 TLIMOD_OBJS += tlimod.o t_kalloc.o t_kbind.o t_kclose.o \
|