| /src/sys/modules/mqueue/ |
| Makefile | 7 KMOD= mqueue
|
| /src/tests/kernel/ |
| t_mqueue.c | 14 #include <mqueue.h> 100 ATF_TC(mqueue); variable 101 ATF_TC_HEAD(mqueue, tc) 105 atf_tc_set_md_var(tc, "descr", "Checks mqueue send/receive"); 108 ATF_TC_BODY(mqueue, tc) 130 ATF_TP_ADD_TC(tp, mqueue);
|
| /src/lib/libc/compat/sys/ |
| compat_mqueue.c | 47 #include <mqueue.h> 48 #include <compat/include/mqueue.h> 51 "warning: reference to compatibility mq_timedreceive(); include <mqueue.h> to generate correct reference") 53 "warning: reference to compatibility mq_timedsend(); include <mqueue.h> to generate correct reference")
|
| /src/sys/sys/ |
| mqueue.h | 1 /* $NetBSD: mqueue.h,v 1.17 2015/06/20 14:41:54 martin Exp $ */ 32 /* Maximal number of mqueue descriptors, that process could open */ 65 /* Maximal length of mqueue name */ 76 typedef struct mqueue { struct 96 LIST_ENTRY(mqueue) mq_list;
|
| file.h | 122 struct mqueue *fd_mq; // DTYPE_MQUEUE 193 "0", "file", "socket", "pipe", "kqueue", "misc", "crypto", "mqueue", \
|
| Makefile | 33 mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \
|
| proc.h | 86 #include <sys/mqueue.h>
|
| /src/include/ |
| mqueue.h | 1 /* $NetBSD: mqueue.h,v 1.4 2009/01/11 03:04:12 christos Exp $ */ 39 #include <sys/mqueue.h>
|
| Makefile | 17 memory.h mntopts.h monetary.h mpool.h mqueue.h \
|
| /src/sys/compat/linux/common/ |
| linux_mqueue.c | 35 #include <sys/mqueue.h> 192 struct mqueue *mq; 242 struct mqueue *mq; 268 struct mqueue *mq;
|
| /src/sys/kern/ |
| sys_mqueue.c | 36 * Each message queue and its members are protected by mqueue::mq_mtx. 42 * mqueue::mq_mtx 56 #include <sys/mqueue.h> 70 MODULE(MODULE_CLASS_MISC, mqueue, NULL); 81 static LIST_HEAD(, mqueue) mqueue_head __cacheline_aligned; 223 mqueue_destroy(struct mqueue *mq) 245 kmem_free(mq, sizeof(struct mqueue)); 270 * mqueue_get: get the mqueue from the descriptor. 307 mqueue_linear_insert(struct mqueue *mq, struct mq_msg *msg) 325 struct mqueue *mq = fp->f_mqueue [all...] |
| /src/lib/librt/ |
| Makefile | 22 MLINKS+= mq.3 mqueue.3
|
| /src/sys/compat/netbsd32/ |
| netbsd32_mqueue.c | 108 struct mqueue *mq; 133 struct mqueue *mq; 183 struct mqueue *mq; 419 MODULE(MODULE_CLASS_EXEC, compat_netbsd32_mqueue, "mqueue,compat_netbsd32");
|
| /src/tests/lib/libpthread/ |
| t_compat_cancel.c | 39 #include <mqueue.h> 49 #include <compat/include/mqueue.h>
|
| t_cancellation.c | 42 #include <mqueue.h>
|
| /src/usr.bin/fstat/ |
| misc.c | 44 #include <sys/mqueue.h> 204 struct mqueue mq; 207 dprintf("can't read mqueue at %p for pid %d", f->f_data, Pid); 210 (void)printf("* mqueue \"%s\"", mq.mq_name);
|
| /src/sys/ddb/ |
| db_xxx.c | 67 #include <sys/mqueue.h> 213 #ifdef MQUEUE
|
| /src/lib/libpthread/ |
| pthread_cancelstub.c | 66 #include <mqueue.h> 87 #include <compat/include/mqueue.h>
|
| /src/sys/modules/ |
| Makefile | 135 SUBDIR+= mqueue
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_freebsd.cc | 52 #include <sys/mqueue.h>
|
| sanitizer_platform_limits_posix.cc | 112 #include <mqueue.h>
|
| sanitizer_platform_limits_netbsd.cc | 72 #include <sys/mqueue.h>
|
| /src/sys/miscfs/procfs/ |
| procfs_linux.c | 75 #ifdef MQUEUE 76 #include <sys/mqueue.h> 89 #ifdef MQUEUE 912 #ifdef MQUEUE
|
| /src/usr.sbin/postinstall/ |
| postinstall.in | 2307 /var/spool/mqueue
|