Home
last modified time | relevance | path

Searched refs:DTYPE_MQUEUE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dfile.h63 #define DTYPE_MQUEUE 7 /* posix message queue */ macro
/freebsd/sys/kern/
H A Dkern_descrip.c1309 if (__predict_false(fp->f_type == DTYPE_MQUEUE)) in closefp_impl()
2718 if (fp->f_type == DTYPE_MQUEUE || in fdcloseexec()
5026 case DTYPE_MQUEUE: in file_type_to_name()
H A Duipc_mqueue.c2098 finit(fp, flags & (FREAD | FWRITE | O_NONBLOCK), DTYPE_MQUEUE, pn, in kern_kmq_open()