Searched refs:mqueueops (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Duipc_mqueue.c232 static struct fileops mqueueops; variable in typeref:struct:fileops
2106 &mqueueops);
2180 if (&mqueueops != (*fpp)->f_ops) {
2456 if (fp->f_ops == &mqueueops) {
2486 if (fp != NULL && fp->f_ops == &mqueueops) {
2659 static struct fileops mqueueops = { variable in typeref:struct:fileops

Completed in 51 milliseconds