Home
last modified time | relevance | path

Searched refs:mq_open (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmqueue2.h25 extern mqd_t mq_open (const char *__name, int __oflag, ...)
30 int __oflag, ...), mq_open)
38 __NTH (mq_open (const char *__name, int __oflag, ...)) in __NTH()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmqueue2.h25 extern mqd_t mq_open (const char *__name, int __oflag, ...)
30 int __oflag, ...), mq_open)
38 __NTH (mq_open (const char *__name, int __oflag, ...)) in __NTH()
/OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/
H A Dstring36 mq_open
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dmqueue.h38 extern mqd_t mq_open (const char *__name, int __oflag, ...)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dmqueue.h38 extern mqd_t mq_open (const char *__name, int __oflag, ...)
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c191 COND_SYSCALL(mq_open);
192 COND_SYSCALL_COMPAT(mq_open);
H A Dauditsc.c1317 context->mq_open.oflag, context->mq_open.mode, in show_special()
1318 context->mq_open.attr.mq_flags, in show_special()
1319 context->mq_open.attr.mq_maxmsg, in show_special()
1320 context->mq_open.attr.mq_msgsize, in show_special()
1321 context->mq_open.attr.mq_curmsgs); in show_special()
2292 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open()
2294 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open()
2296 context->mq_open.oflag = oflag; in __audit_mq_open()
2297 context->mq_open.mode = mode; in __audit_mq_open()
H A Daudit.h179 } mq_open; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dmqueue-lat.c66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL); in mqueue_lat_test()
/OK3568_Linux_fs/kernel/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c205 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1) in test_queue()
227 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1) in test_queue_fail()
H A Dmq_perf_tests.c297 queue = mq_open(queue_path, flags, perms, attr); in open_queue()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dfs.rst354 for another (user) limit which is set in mq_open invocation. This attribute of
362 default number of messages in a queue value if attr parameter of mq_open(2) is
366 the default message size value if attr parameter of mq_open(2) is NULL. If it
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl245 234 n32 mq_open compat_sys_mq_open
H A Dsyscall_n64.tbl241 230 n64 mq_open sys_mq_open
H A Dsyscall_o32.tbl285 271 o32 mq_open sys_mq_open compat_sys_mq_open
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl250 238 common mq_open sys_mq_open
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c942 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode, in SYSCALL_DEFINE4() argument
1562 COMPAT_SYSCALL_DEFINE4(mq_open, const char __user *, u_name, in COMPAT_SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl251 232 common mq_open sys_mq_open
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl251 240 common mq_open sys_mq_open
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl251 240 common mq_open sys_mq_open
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl281 271 common mq_open sys_mq_open
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl255 229 common mq_open sys_mq_open compat_sys_mq_open
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl287 277 common mq_open sys_mq_open
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl280 271 common mq_open sys_mq_open compat_sys_mq_open
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl291 274 common mq_open sys_mq_open

12