/freebsd-src/sys/kern/ |
H A D | uipc_mqueue.c | 1691 const struct timespec *abs_timeout) in mqueue_send() argument 1846 const struct timespec *abs_timeout) in mqueue_receive() argument 2279 kern_kmq_timedreceive(struct thread * td,int mqd,char * msg_ptr,size_t msg_len,unsigned int * msg_prio,const struct timespec * abs_timeout) kern_kmq_timedreceive() argument 2299 struct timespec *abs_timeout, ets; sys_kmq_timedreceive() local 2316 kern_kmq_timedsend(struct thread * td,int mqd,const char * msg_ptr,size_t msg_len,unsigned int msg_prio,const struct timespec * abs_timeout) kern_kmq_timedsend() argument 2336 struct timespec *abs_timeout, ets; sys_kmq_timedsend() local 2824 struct timespec *abs_timeout, ets; freebsd32_kmq_timedsend() local 2846 struct timespec *abs_timeout, ets; freebsd32_kmq_timedreceive() local [all...] |
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 3014 struct timespec ts, *abs_timeout; in linux_mq_timedsend() local 3033 struct timespec ts, *abs_timeout; in linux_mq_timedreceive() local
|
/freebsd-src/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 1407 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1412 mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 1417 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 2377 msg_prio, abs_timeout) \ argument 2382 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument 2387 msg_prio, abs_timeout) \ argument 2392 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument
|
H A D | linux_syscall_hooks.h | 1377 msg_prio, abs_timeout) \ argument 1382 msg_prio, abs_timeout) \ argument 1387 msg_prio, abs_timeout) \ argument 1392 msg_prio, abs_timeout) \ argument [all...] |
/freebsd-src/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
|
/freebsd-src/sys/arm64/linux/ |
H A D | linux_proto.h | 693 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member 700 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 867 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member 874 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 934 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member 941 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 936 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member 943 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member
|
/freebsd-src/sys/sys/ |
H A D | sysproto.h | 1268 char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs_timeout_r_[PADR_(const struct timespec *)]; member 1275 char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs_timeout_r_[PADR_(const struct timespec *)]; member
|