Lines Matching refs:timeout
39 ** timeout -- time to complete the flush
47 sm_io_flush(fp, timeout)
49 int SM_NONVOLATILE timeout;
67 SM_CONVERT_TIME(fp, fd, timeout, &to);
70 return sm_flush(fp, (int *) &timeout);
80 ** timeout -- max time allowed for flush (milliseconds)
87 ** timeout will get updated with the time remaining (if any)
91 sm_flush(fp, timeout)
93 int *timeout;
142 if (IS_IO_ERROR(fd, t, *timeout))
149 SM_IO_WR_TIMEOUT(fp, fd, *timeout);