Searched refs:t_kspoll (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_kspoll.c | 83 t_kspoll(TIUSER *tiptr, int timo, int waitflg, int *events) function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | t_kuser.h | 103 extern int t_kspoll(TIUSER *, int, int, int *);
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 140 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 D | nfs_dump.c | 478 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 D | smb_trantcp.c | 125 error = t_kspoll(nbp->nbp_tiptr, timo, waitflg, &events);
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 638 NO_UNLOAD_STUB(tlimod, t_kspoll, nomod_zero);
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 525 NO_UNLOAD_STUB(tlimod, t_kspoll, nomod_zero);
|
Completed in 51 milliseconds