Lines Matching defs:abs_timeout

261 			const struct timespec *abs_timeout);
264 const struct timespec *abs_timeout);
1691 const struct timespec *abs_timeout)
1715 if (abs_timeout == NULL) {
1730 if (abs_timeout->tv_nsec >= 1000000000 || abs_timeout->tv_nsec < 0) {
1736 timespecsub(abs_timeout, &ts, &ts2);
1846 const struct timespec *abs_timeout)
1865 if (abs_timeout == NULL) {
1880 if (abs_timeout->tv_nsec >= 1000000000 || abs_timeout->tv_nsec < 0) {
1887 timespecsub(abs_timeout, &ts, &ts2);
2279 size_t msg_len, unsigned int *msg_prio, const struct timespec *abs_timeout)
2291 abs_timeout);
2299 struct timespec *abs_timeout, ets;
2302 if (uap->abs_timeout != NULL) {
2303 error = copyin(uap->abs_timeout, &ets, sizeof(ets));
2306 abs_timeout = &ets;
2308 abs_timeout = NULL;
2311 uap->msg_prio, abs_timeout));
2316 size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout)
2328 abs_timeout);
2336 struct timespec *abs_timeout, ets;
2339 if (uap->abs_timeout != NULL) {
2340 error = copyin(uap->abs_timeout, &ets, sizeof(ets));
2343 abs_timeout = &ets;
2345 abs_timeout = NULL;
2348 uap->msg_prio, abs_timeout));
2824 struct timespec *abs_timeout, ets;
2827 if (uap->abs_timeout != NULL) {
2828 error = copyin(uap->abs_timeout, &ets32, sizeof(ets32));
2833 abs_timeout = &ets;
2835 abs_timeout = NULL;
2838 uap->msg_prio, abs_timeout));
2846 struct timespec *abs_timeout, ets;
2849 if (uap->abs_timeout != NULL) {
2850 error = copyin(uap->abs_timeout, &ets32, sizeof(ets32));
2855 abs_timeout = &ets;
2857 abs_timeout = NULL;
2860 uap->msg_prio, abs_timeout));