Searched refs:msg_prio (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Duipc_mqueue.c184 unsigned int msg_prio; member in struct:mqueue_msg
244 size_t msg_len, unsigned msg_prio, int waitok,
247 size_t msg_len, unsigned *msg_prio, int waitok,
1577 mqueue_loadmsg(const char *msg_ptr, size_t msg_size, int msg_prio) argument
1592 msg->msg_prio = msg_prio;
1601 mqueue_savemsg(struct mqueue_msg *msg, char *msg_ptr, int *msg_prio) argument
1607 if (error == 0 && msg_prio != NULL)
1608 error = copyout(&msg->msg_prio, msg_prio, sizeo
1627 mqueue_send(struct mqueue *mq, const char *msg_ptr, size_t msg_len, unsigned msg_prio, int waitok, const struct timespec *abs_timeout) argument
1783 mqueue_receive(struct mqueue *mq, char *msg_ptr, size_t msg_len, unsigned *msg_prio, int waitok, const struct timespec *abs_timeout) argument
[all...]
H A Dsystrace_args.c2638 uarg[3] = (intptr_t) p->msg_prio; /* unsigned * */
2649 uarg[3] = p->msg_prio; /* unsigned */
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_systrace_args.c1927 uarg[3] = p->msg_prio; /* unsigned int */
1938 uarg[3] = p->msg_prio; /* unsigned int */
H A Dlinux_proto.h867 char msg_prio_l_[PADL_(unsigned int)]; unsigned int msg_prio; char msg_prio_r_[PADR_(unsigned int)]; member in struct:linux_mq_timedsend_args
874 char msg_prio_l_[PADL_(unsigned int)]; unsigned int msg_prio; char msg_prio_r_[PADR_(unsigned int)]; member in struct:linux_mq_timedreceive_args
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h408 char msg_prio_l_[PADL_(unsigned *)]; unsigned * msg_prio; char msg_prio_r_[PADR_(unsigned *)]; member in struct:freebsd32_kmq_timedreceive_args
415 char msg_prio_l_[PADL_(unsigned)]; unsigned msg_prio; char msg_prio_r_[PADR_(unsigned)]; member in struct:freebsd32_kmq_timedsend_args
H A Dfreebsd32_systrace_args.c2413 uarg[3] = (intptr_t) p->msg_prio; /* unsigned * */
2424 uarg[3] = p->msg_prio; /* unsigned */
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h1398 char msg_prio_l_[PADL_(unsigned *)]; unsigned * msg_prio; char msg_prio_r_[PADR_(unsigned *)]; member in struct:kmq_timedreceive_args
1405 char msg_prio_l_[PADL_(unsigned)]; unsigned msg_prio; char msg_prio_r_[PADR_(unsigned)]; member in struct:kmq_timedsend_args

Completed in 143 milliseconds