| /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 D | mqueue2.h | 25 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 D | mqueue2.h | 25 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 D | string | 36 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 D | mqueue.h | 38 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 D | mqueue.h | 38 extern mqd_t mq_open (const char *__name, int __oflag, ...)
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys_ni.c | 191 COND_SYSCALL(mq_open); 192 COND_SYSCALL_COMPAT(mq_open);
|
| H A D | auditsc.c | 1317 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 D | audit.h | 179 } mq_open; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | mqueue-lat.c | 66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL); in mqueue_lat_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/mqueue/ |
| H A D | mq_open_tests.c | 205 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 D | mq_perf_tests.c | 297 queue = mq_open(queue_path, flags, perms, attr); in open_queue()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | fs.rst | 354 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 D | syscall_n32.tbl | 245 234 n32 mq_open compat_sys_mq_open
|
| H A D | syscall_n64.tbl | 241 230 n64 mq_open sys_mq_open
|
| H A D | syscall_o32.tbl | 285 271 o32 mq_open sys_mq_open compat_sys_mq_open
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/ |
| H A D | syscall.tbl | 250 238 common mq_open sys_mq_open
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 942 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 D | syscall.tbl | 251 232 common mq_open sys_mq_open
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 251 240 common mq_open sys_mq_open
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 251 240 common mq_open sys_mq_open
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 281 271 common mq_open sys_mq_open
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 255 229 common mq_open sys_mq_open compat_sys_mq_open
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/ |
| H A D | syscall.tbl | 287 277 common mq_open sys_mq_open
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 280 271 common mq_open sys_mq_open compat_sys_mq_open
|
| /OK3568_Linux_fs/kernel/arch/arm/tools/ |
| H A D | syscall.tbl | 291 274 common mq_open sys_mq_open
|