Home
last modified time | relevance | path

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

12

/linux/tools/perf/trace/strace/groups/
H A Dstring36 mq_open
/linux/tools/testing/selftests/timers/
H A Dmqueue-lat.c66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL); in mqueue_lat_test()
/linux/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()
/linux/kernel/
H A Dsys_ni.c108 COND_SYSCALL(mq_open);
109 COND_SYSCALL_COMPAT(mq_open);
H A Dauditsc.c1424 context->mq_open.oflag, context->mq_open.mode, in show_special()
1425 context->mq_open.attr.mq_flags, in show_special()
1426 context->mq_open.attr.mq_maxmsg, in show_special()
1427 context->mq_open.attr.mq_msgsize, in show_special()
1428 context->mq_open.attr.mq_curmsgs); in show_special()
2551 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open()
2553 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open()
2555 context->mq_open.oflag = oflag; in __audit_mq_open()
2556 context->mq_open.mode = mode; in __audit_mq_open()
H A Daudit.h188 } mq_open; member
/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst302 ``mq_open`` invocation. This attribute of a queue must be less than
311 ``attr`` parameter of ``mq_open(2)`` is ``NULL``. If it exceeds
316 parameter of ``mq_open(2)`` is ``NULL``. If it exceeds
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl241 230 n64 mq_open sys_mq_open
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl241 230 n64 mq_open sys_mq_open
H A Dsyscall_n32.tbl245 234 n32 mq_open compat_sys_mq_open
H A Dsyscall_o32.tbl285 271 o32 mq_open sys_mq_open compat_sys_mq_open
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl251 240 common mq_open sys_mq_open
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl251 232 common mq_open sys_mq_open
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl251 240 common mq_open sys_mq_open
H A Dsyscall_32.tbl291 277 i386 mq_open sys_mq_open compat_sys_mq_open
/linux/ipc/
H A Dmqueue.c943 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
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl281 271 common mq_open sys_mq_open
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl287 277 common mq_open sys_mq_open
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl287 277 common mq_open sys_mq_open
/linux/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl255 229 common mq_open sys_mq_open compat_sys_mq_open
/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl334 273 common mq_open sys_mq_open compat_sys_mq_open
/linux/arch/arm/tools/
H A Dsyscall.tbl291 274 common mq_open sys_mq_open
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl363 432 common mq_open sys_mq_open
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl341 262 nospu mq_open sys_mq_open compat_sys_mq_open

12