/src/lib/libpthread/ |
pthread_rwlock.c | 407 const struct timespec *abs_timeout) 409 if (abs_timeout == NULL) 411 if ((abs_timeout->tv_nsec >= 1000000000) || 412 (abs_timeout->tv_nsec < 0) || 413 (abs_timeout->tv_sec < 0)) 416 return pthread__rwlock_rdlock(ptr, abs_timeout); 430 const struct timespec *abs_timeout) 432 if (abs_timeout == NULL) 434 if ((abs_timeout->tv_nsec >= 1000000000) || 435 (abs_timeout->tv_nsec < 0) | [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_mqueue.c | 267 syscallarg(const netbsd32_timespecp_t) abs_timeout; 274 if (SCARG_P32(uap, abs_timeout)) { 275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, 298 syscallarg(const netbsd32_timespecp_t) abs_timeout; 306 if (SCARG_P32(uap, abs_timeout)) { 307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, 337 syscallarg(const netbsd32_timespec50p_t) abs_timeout; 344 if (SCARG_P32(uap, abs_timeout)) { 345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32, 369 syscallarg(const netbsd32_timespec50p_t) abs_timeout; [all...] |
netbsd32_syscallargs.h | 1421 syscallarg(const netbsd32_timespec50p_t) abs_timeout; 1430 syscallarg(const netbsd32_timespec50p_t) abs_timeout; 2302 syscallarg(const netbsd32_timespecp_t) abs_timeout; 2311 syscallarg(const netbsd32_timespecp_t) abs_timeout;
|
netbsd32_systrace_args.c | 1917 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespec50p_t */ 1928 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespec50p_t */ 3087 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespecp_t */ 3098 uarg[4] = (intptr_t) SCARG(p, abs_timeout).i32; /* const netbsd32_timespecp_t */
|
/src/sys/compat/linux/common/ |
linux_mqueue.c | 126 syscallarg(const struct linux_timespec *) abs_timeout; 133 if (SCARG(uap, abs_timeout)) { 134 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts)); 157 syscallarg(const struct linux_timespec *) abs_timeout; 165 if (SCARG(uap, abs_timeout)) { 166 error = copyin(SCARG(uap, abs_timeout), <s, sizeof(lts));
|
/src/sys/compat/common/ |
kern_time_50.c | 394 syscallarg(const struct timespec50 *) abs_timeout; 402 if (SCARG(uap, abs_timeout)) { 403 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50)); 428 syscallarg(const struct timespec50 *) abs_timeout; 437 if (SCARG(uap, abs_timeout)) { 438 error = copyin(SCARG(uap, abs_timeout), &ts50, sizeof(ts50));
|
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
netbsd_syscall_hooks.h | 1376 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1379 (long long)(msg_prio), (long long)(abs_timeout)) 1381 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1384 (long long)(msg_prio), (long long)(abs_timeout)) 1386 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1389 (long long)(msg_prio), (long long)(abs_timeout)) 1391 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ 1394 (long long)(msg_prio), (long long)(abs_timeout)) 2349 msg_prio, abs_timeout) \ 2352 (long long)(msg_prio), (long long)(abs_timeout)) [all...] |
linux_syscall_hooks.h | 1369 msg_prio, abs_timeout) \ 1372 (long)(abs_timeout)) 1374 msg_prio, abs_timeout) \ 1377 (long)(abs_timeout)) 1379 msg_prio, abs_timeout) \ 1382 (long)(abs_timeout)) 1384 msg_prio, abs_timeout) \ 1387 (long)(abs_timeout)) 2781 long abs_timeout); 2785 long abs_timeout); [all...] |
/src/sys/kern/ |
sys_mqueue.c | 756 syscallarg(const struct timespec *) abs_timeout; 763 if (SCARG(uap, abs_timeout)) { 764 error = copyin(SCARG(uap, abs_timeout), &ts, sizeof(ts)); 932 syscallarg(const struct timespec *) abs_timeout; 938 if (SCARG(uap, abs_timeout)) { 939 error = copyin(SCARG(uap, abs_timeout), &ts, sizeof(ts));
|
systrace_args.c | 1978 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec50 * */ 1989 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec50 * */ 3261 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec * */ 3272 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct timespec * */
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_syncobj.c | 1248 ktime_t abs_timeout, now; local in function:drm_timeout_abs_to_jiffies 1255 abs_timeout = ns_to_ktime(timeout_nsec); 1258 if (!ktime_after(abs_timeout, now)) 1261 timeout_ns = ktime_to_ns(ktime_sub(abs_timeout, now));
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 809 syscallarg(const struct linux_timespec *) abs_timeout; 818 syscallarg(const struct linux_timespec *) abs_timeout;
|
linux_systrace_args.c | 1281 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */ 1292 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1081 syscallarg(const struct linux_timespec *) abs_timeout; 1090 syscallarg(const struct linux_timespec *) abs_timeout;
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 971 syscallarg(const struct linux_timespec *) abs_timeout; 980 syscallarg(const struct linux_timespec *) abs_timeout;
|
linux_systrace_args.c | 1681 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */ 1692 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 1045 syscallarg(const struct linux_timespec *) abs_timeout; 1054 syscallarg(const struct linux_timespec *) abs_timeout;
|
linux_systrace_args.c | 1780 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */ 1791 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 1092 syscallarg(const struct linux_timespec *) abs_timeout; 1101 syscallarg(const struct linux_timespec *) abs_timeout;
|
linux_systrace_args.c | 1843 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */ 1854 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 1039 syscallarg(const struct linux_timespec *) abs_timeout; 1048 syscallarg(const struct linux_timespec *) abs_timeout;
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 1086 syscallarg(const struct linux_timespec *) abs_timeout; 1095 syscallarg(const struct linux_timespec *) abs_timeout;
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 978 syscallarg(const struct linux_timespec *) abs_timeout; 987 syscallarg(const struct linux_timespec *) abs_timeout;
|
/src/sys/sys/ |
syscallargs.h | 1723 syscallarg(const struct timespec50 *) abs_timeout; 1734 syscallarg(const struct timespec50 *) abs_timeout; 2813 syscallarg(const struct timespec *) abs_timeout; 2824 syscallarg(const struct timespec *) abs_timeout;
|