Searched refs:t_kspoll (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kspoll.c83 t_kspoll(TIUSER *tiptr, int timo, int waitflg, int *events) function
/illumos-gate/usr/src/uts/common/sys/
H A Dt_kuser.h103 extern int t_kspoll(TIUSER *, int, int, int *);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c140 if ((error = t_kspoll(tiptr, timo, READWAIT,
142 RPCLOG(1, "rtime: t_kspoll %d\n", error);
150 RPCLOG0(1, "rtime: t_kspoll timed out\n");
242 error = t_kspoll(tiptr, timo, READWAIT, &type);
244 RPCLOG(1, "rtime: t_kspoll %d\n",
252 "rtime: t_kspoll timed out\n");
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c478 nd_log("nfs_dump: calling t_kspoll\n");
490 if (error = t_kspoll(tiptr, 0, READWAIT, eventp)) {
492 "\nnfs_dump: t_kspoll failed: %m\n");
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c125 error = t_kspoll(nbp->nbp_tiptr, timo, waitflg, &events);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s638 NO_UNLOAD_STUB(tlimod, t_kspoll, nomod_zero);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s525 NO_UNLOAD_STUB(tlimod, t_kspoll, nomod_zero);

Completed in 51 milliseconds