Searched refs:mqueueops (Results 1 – 1 of 1) sorted by relevance
232 static struct fileops mqueueops; variable2106 &mqueueops); in kern_kmq_open()2180 if (&mqueueops != (*fpp)->f_ops) { in _getmq()2456 if (fp->f_ops == &mqueueops) { in mqueue_fdclose()2486 if (fp != NULL && fp->f_ops == &mqueueops) { in mq_proc_exit()2659 static struct fileops mqueueops = { variable