Searched refs:mqueueops (Results 1 – 1 of 1) sorted by relevance
232 static struct fileops mqueueops; variable2109 &mqueueops); in kern_kmq_open()2183 if (&mqueueops != (*fpp)->f_ops) { in _getmq()2459 if (fp->f_ops == &mqueueops) { in mqueue_fdclose()2489 if (fp != NULL && fp->f_ops == &mqueueops) { in mq_proc_exit()2662 static struct fileops mqueueops = { variable