Home
last modified time | relevance | path

Searched refs:abs_timeout (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_misc.c3014 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 Dnetbsd_syscall_hooks.h1402 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 Dlinux_syscall_hooks.h1377 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 Dsanitizer_common_syscalls.inc2396 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.h747 …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 Dfreebsd32_proto.h391 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 Dfreebsd32_systrace_args.c2239 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 Dlinux_systrace_args.c1430 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 Dlinux_systrace_args.c1834 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 Dlinux_systrace_args.c1987 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 Dlinux32_systrace_args.c1952 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 Dsystrace_args.c2381 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 Dsysproto.h1268 …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