Searched refs:mq_sig_notify (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/sys/
H A Dmqueue.h85 struct sigevent mq_sig_notify; member in struct:mqueue
/netbsd-current/sys/kern/
H A Dsys_mqueue.c876 mq->mq_sig_notify.sigev_notify == SIGEV_SIGNAL) {
879 ksi.ksi_signo = mq->mq_sig_notify.sigev_signo;
881 ksi.ksi_value = mq->mq_sig_notify.sigev_value;
981 memcpy(&mq->mq_sig_notify, &sig,
/netbsd-current/sys/compat/linux/common/
H A Dlinux_mqueue.c213 memcpy(&mq->mq_sig_notify, &sig,
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_mqueue.c205 netbsd32_to_sigevent(&sig32, &mq->mq_sig_notify);

Completed in 92 milliseconds