Lines Matching refs:timout
418 timeval2reltime(struct timeval *timout, timestruc_t *rqtime, in timeval2reltime() argument
428 if (timout == NULL) { /* wait indefinitely */ in timeval2reltime()
438 if ((intptr_t)timout == (intptr_t)-1) { /* don't wait */ in timeval2reltime()
443 if (copyin(timout, &wait_time, sizeof (wait_time))) in timeval2reltime()
452 if ((intptr_t)timout == (intptr_t)((uint32_t)-1)) { in timeval2reltime()
457 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timeval2reltime()
481 timespec2reltime(timespec_t *timout, timestruc_t *rqtime, in timespec2reltime() argument
490 if (timout == NULL) { in timespec2reltime()
496 if (copyin(timout, rqtime, sizeof (*rqtime))) in timespec2reltime()
501 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timespec2reltime()
524 aiowait(struct timeval *timout, int dontblockflg, long *rval) in aiowait() argument
542 error = timeval2reltime(timout, &rqtime, &rqtp, &blocking); in aiowait()
609 aiowaitn(void *uiocb, uint_t nent, uint_t *nwait, timespec_t *timout) in aiowaitn() argument
644 error = timespec2reltime(timout, &rqtime, &rqtp, &blocking); in aiowaitn()
894 aiosuspend(void *aiocb, int nent, struct timespec *timout, int flag, in aiosuspend() argument
923 error = timespec2reltime(timout, &rqtime, &rqtp, &blocking); in aiosuspend()