/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 3014 struct timespec ts, *abs_timeout; in linux_mq_timedsend() local 3017 if (args->abs_timeout == NULL) in linux_mq_timedsend() 3018 abs_timeout = NULL; in linux_mq_timedsend() 3020 error = linux_get_timespec(&ts, args->abs_timeout); in linux_mq_timedsend() 3023 abs_timeout = &ts; in linux_mq_timedsend() 3027 args->msg_len, args->msg_prio, abs_timeout)); in linux_mq_timedsend() 3033 struct timespec ts, *abs_timeout; in linux_mq_timedreceive() local 3036 if (args->abs_timeout == NULL) in linux_mq_timedreceive() 3037 abs_timeout = NULL; in linux_mq_timedreceive() 3039 error = linux_get_timespec(&ts, args->abs_timeout); in linux_mq_timedreceive() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1402 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1405 (long long)(msg_prio), (long long)(abs_timeout)) 1407 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1410 (long long)(msg_prio), (long long)(abs_timeout)) 1412 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1415 (long long)(msg_prio), (long long)(abs_timeout)) 1417 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1420 (long long)(msg_prio), (long long)(abs_timeout)) 2377 msg_prio, abs_timeout) \ argument 2380 (long long)(msg_prio), (long long)(abs_timeout)) [all …]
|
H A D | linux_syscall_hooks.h | 1377 msg_prio, abs_timeout) \ argument 1380 (long)(abs_timeout)) 1382 msg_prio, abs_timeout) \ argument 1385 (long)(abs_timeout)) 1387 msg_prio, abs_timeout) \ argument 1390 (long)(abs_timeout)) 1392 msg_prio, abs_timeout) \ argument 1395 (long)(abs_timeout)) 2803 long abs_timeout); 2807 long abs_timeout); [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 2396 const void *abs_timeout) { 2399 if (abs_timeout) 2400 PRE_READ(abs_timeout, struct_timespec_sz); 2405 const void *abs_timeout) {} 2409 const void *abs_timeout) { 2410 if (abs_timeout) 2411 PRE_READ(abs_timeout, struct_timespec_sz); 2416 const void *abs_timeout) {
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 747 …int mqd, char * msg_ptr, size_t msg_len, unsigned * msg_prio, const struct timespec * abs_timeout); 748 …mqd, const char * msg_ptr, size_t msg_len, unsigned msg_prio, const struct timespec * abs_timeout);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_proto.h | 391 char abs_timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abs_timeout; char abs_timeout_r_[PADR_(const struct timespec32 *)]; member 398 char abs_timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abs_timeout; char abs_timeout_r_[PADR_(const struct timespec32 *)]; member
|
H A D | freebsd32_systrace_args.c | 2239 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct timespec32 * */ in systrace_args() 2250 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct timespec32 * */ in systrace_args()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_systrace_args.c | 1430 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args() 1441 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args()
|
/freebsd/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 1834 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args() 1845 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args()
|
/freebsd/sys/i386/linux/ |
H A D | linux_systrace_args.c | 1987 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args() 1998 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 1952 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args() 1963 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */ in systrace_args()
|
/freebsd/sys/kern/ |
H A D | systrace_args.c | 2381 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct timespec * */ in systrace_args() 2392 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct timespec * */ in systrace_args()
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 1268 …char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs… member 1275 …char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs… member
|