Lines Matching defs:timout
414 timeval2reltime(struct timeval *timout, timestruc_t *rqtime,
424 if (timout == NULL) { /* wait indefinitely */
434 if ((intptr_t)timout == (intptr_t)-1) { /* don't wait */
439 if (copyin(timout, &wait_time, sizeof (wait_time)))
448 if ((intptr_t)timout == (intptr_t)((uint32_t)-1)) {
453 if (copyin(timout, &wait_time_32, sizeof (wait_time_32)))
477 timespec2reltime(timespec_t *timout, timestruc_t *rqtime,
486 if (timout == NULL) {
492 if (copyin(timout, rqtime, sizeof (*rqtime)))
497 if (copyin(timout, &wait_time_32, sizeof (wait_time_32)))
521 struct timeval *timout,
541 error = timeval2reltime(timout, &rqtime, &rqtp, &blocking);
608 aiowaitn(void *uiocb, uint_t nent, uint_t *nwait, timespec_t *timout)
643 error = timespec2reltime(timout, &rqtime, &rqtp, &blocking);
896 struct timespec *timout,
927 error = timespec2reltime(timout, &rqtime, &rqtp, &blocking);