/freebsd-src/sys/kern/ |
H A D | uipc_mqueue.c | 194 unsigned int msg_prio; member 1639 mqueue_loadmsg(const char *msg_ptr, size_t msg_size, int msg_prio) in mqueue_loadmsg() argument 1663 mqueue_savemsg(struct mqueue_msg *msg, char *msg_ptr, int *msg_prio) in mqueue_savemsg() argument 1690 mqueue_send(struct mqueue * mq,const char * msg_ptr,size_t msg_len,unsigned msg_prio,int waitok,const struct timespec * abs_timeout) mqueue_send() argument 1845 mqueue_receive(struct mqueue * mq,char * msg_ptr,size_t msg_len,unsigned * msg_prio,int waitok,const struct timespec * abs_timeout) 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 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 [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1383 #define __sanitizer_syscall_pre_mq_send(mqdes, msg_ptr, msg_len, msg_prio) \ argument 1388 msg_prio) \ argument 1392 #define __sanitizer_syscall_pre_mq_receive(mqdes, msg_ptr, msg_len, msg_prio) \ argument 1397 msg_prio) \ argument 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 [all …]
|
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 | 390 char msg_prio_l_[PADL_(unsigned *)]; unsigned * msg_prio; char msg_prio_r_[PADR_(unsigned *)]; member 397 char msg_prio_l_[PADL_(unsigned)]; unsigned msg_prio; char msg_prio_r_[PADR_(unsigned)]; member
|
/freebsd-src/sys/arm64/linux/ |
H A D | linux_proto.h | 692 char msg_prio_l_[PADL_(l_uint)]; l_uint msg_prio; char msg_prio_r_[PADR_(l_uint)]; member 699 char msg_prio_l_[PADL_(l_uint *)]; l_uint * msg_prio; char msg_prio_r_[PADR_(l_uint *)]; member
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 866 char msg_prio_l_[PADL_(l_uint)]; l_uint msg_prio; char msg_prio_r_[PADR_(l_uint)]; member 873 char msg_prio_l_[PADL_(l_uint *)]; l_uint * msg_prio; char msg_prio_r_[PADR_(l_uint *)]; member
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 933 char msg_prio_l_[PADL_(l_uint)]; l_uint msg_prio; char msg_prio_r_[PADR_(l_uint)]; member 940 char msg_prio_l_[PADL_(l_uint *)]; l_uint * msg_prio; char msg_prio_r_[PADR_(l_uint *)]; member
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 935 char msg_prio_l_[PADL_(l_uint)]; l_uint msg_prio; char msg_prio_r_[PADR_(l_uint)]; member 942 char msg_prio_l_[PADL_(l_uint *)]; l_uint * msg_prio; char msg_prio_r_[PADR_(l_uint *)]; member
|
/freebsd-src/sys/sys/ |
H A D | sysproto.h | 1267 char msg_prio_l_[PADL_(unsigned *)]; unsigned * msg_prio; char msg_prio_r_[PADR_(unsigned *)]; member 1274 char msg_prio_l_[PADL_(unsigned)]; unsigned msg_prio; char msg_prio_r_[PADR_(unsigned)]; member
|