Home
last modified time | relevance | path

Searched refs:mq_open_args (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h284 struct mq_open_args mq_open;
H A Dsysproto.h1239 struct mq_open_args { struct
1739 int sys_mq_open (struct sysmsg *sysmsg, const struct mq_open_args *);
/dragonfly/sys/kern/
H A Dsys_mqueue.c414 sys_mq_open(struct sysmsg *sysmsg, const struct mq_open_args *uap) in sys_mq_open()
H A Dinit_sysent.c527 { AS(mq_open_args), 4, (sy_call_t *)sys_mq_open }, /* 510 = mq_open */