Lines Matching refs:timeout
33 ** TELLALRM -- handler when timeout activated for sm_io_tell()
64 ** timeout -- time to complete the tell (milliseconds)
72 sm_io_tell(fp, timeout)
74 int SM_NONVOLATILE timeout;
86 if (timeout == SM_TIME_DEFAULT)
87 timeout = fp->f_timeout;
88 if (timeout == SM_TIME_IMMEDIATE)
104 (void) sm_flush(fp, (int *) &timeout);
106 /* This is where we start the timeout */
107 if (timeout != SM_TIME_FOREVER)
115 evt = sm_seteventm(timeout, tellalrm, 0);
122 /* XXX only set the timeout here? */
151 /* We're back. So undo our timeout and handler */