Searched refs:mqueueops (Results 1 – 1 of 1) sorted by relevance
229 static struct fileops mqueueops; variable2099 &mqueueops); in kern_kmq_open()2173 if (&mqueueops != (*fpp)->f_ops) { in _getmq()2449 if (fp->f_ops == &mqueueops) { in mqueue_fdclose()2479 if (fp != NULL && fp->f_ops == &mqueueops) { in mq_proc_exit()2651 static struct fileops mqueueops = { variable