Searched refs:mqueueops (Results 1 – 1 of 1) sorted by relevance
221 static struct fileops mqueueops; variable2034 &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