Searched refs:utimo (Results 1 – 1 of 1) sorted by relevance
931 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) in __aio_waitn() argument959 if (utimo && utimo->tv_sec == 0 && utimo->tv_nsec == 0) { in __aio_waitn()980 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) { in __aio_waitn()986 twait = *utimo; in __aio_waitn()1044 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) { in __aio_waitn()1050 twait = *utimo; in __aio_waitn()1249 _aio_check_timeout(const timespec_t *utimo, timespec_t *end, int *timedwait) in _aio_check_timeout() argument1253 if (utimo) { in _aio_check_timeout()1254 if (utimo->tv_sec < 0 || utimo->tv_nsec < 0 || in _aio_check_timeout()1255 utimo->tv_nsec >= NANOSEC) { in _aio_check_timeout()[all …]