Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dfile.h186 #define DTYPE_MQUEUE 7 /* message queue */ macro
/netbsd-src/sys/kern/
H A Dsys_mqueue.c286 if (__predict_false(fp->f_type != DTYPE_MQUEUE)) { in mqueue_get()
509 fp->f_type = DTYPE_MQUEUE; in mq_handle_open()
/netbsd-src/usr.bin/fstat/
H A Dfstat.c549 case DTYPE_MQUEUE: in ftrans()