Searched refs:mqueueops (Results 1 – 1 of 1) sorted by relevance
233 static const struct fileops mqueueops; variable2108 &mqueueops); in kern_kmq_open()2187 if (&mqueueops != (*fpp)->f_ops) { in _getmq()2482 if (fp->f_ops == &mqueueops) { in mqueue_fdclose()2512 if (fp != NULL && fp->f_ops == &mqueueops) { in mq_proc_exit()2684 static const struct fileops mqueueops = { variable