Lines Matching refs:timeout
38 ** SEEKALRM -- handler when timeout activated for sm_io_seek()
69 ** timeout -- time to complete seek (milliseconds)
79 sm_io_seek(fp, timeout, offset, whence)
81 int SM_NONVOLATILE timeout;
106 if (timeout == SM_TIME_DEFAULT)
107 timeout = fp->f_timeout;
108 if (timeout == SM_TIME_IMMEDIATE)
120 if (timeout != SM_TIME_FOREVER) \
127 evt = sm_seteventm(timeout, seekalrm, 0); \
147 sm_flush(fp, (int *) &timeout);
302 /* Note: SM_TIME_FOREVER since fn timeout already set */
311 /* We're back. So undo our timeout and handler */
321 /* Note: SM_TIME_FOREVER since fn timeout already set */