Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDuipc_mqueue.c221 static struct fileops mqueueops; variable
2034 &mqueueops); in kern_kmq_open()
2105 if (&mqueueops != (*fpp)->f_ops) { in _getmq()
2380 if (fp->f_ops == &mqueueops) { in mqueue_fdclose()
2410 if (fp != NULL && fp->f_ops == &mqueueops) { in mq_proc_exit()
2583 static struct fileops mqueueops = { variable