Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h66 #define DTYPE_MQUEUE 7 /* posix message queue */ macro
/f-stack/freebsd/kern/
H A Dkern_descrip.c1265 if (__predict_false(fp->f_type == DTYPE_MQUEUE)) in closefp_impl()
2713 if (fp != NULL && (fp->f_type == DTYPE_MQUEUE || in fdcloseexec()
4752 case DTYPE_MQUEUE: in file_type_to_name()
H A Duipc_mqueue.c2108 finit(fp, flags & (FREAD | FWRITE | O_NONBLOCK), DTYPE_MQUEUE, pn, in kern_kmq_open()