Searched refs:mq_open (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/timers/
H A Dmqueue-lat.c66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL);
68 perror("mq_open");
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c205 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1)
206 shutdown(1, "mq_open()", __LINE__);
227 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1)
326 "passed to mq_open:\n");
329 printf("Given sane system settings, mq_open without an attr "
361 printf("Given sane values, mq_open without an attr struct "
425 "passed to mq_open:\n");
H A Dmq_perf_tests.c297 queue = mq_open(queue_path, flags, perms, attr);
299 shutdown(1, "mq_open()", __LINE__);
/linux-master/kernel/
H A Dsys_ni.c108 COND_SYSCALL(mq_open); variable
109 COND_SYSCALL_COMPAT(mq_open); variable
H A Daudit.h188 } mq_open; member in union:audit_context::__anon3761
H A Dauditsc.c1424 context->mq_open.oflag, context->mq_open.mode,
1425 context->mq_open.attr.mq_flags,
1426 context->mq_open.attr.mq_maxmsg,
1427 context->mq_open.attr.mq_msgsize,
1428 context->mq_open.attr.mq_curmsgs);
2551 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr));
2553 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr));
2555 context->mq_open.oflag = oflag;
2556 context->mq_open
[all...]
/linux-master/ipc/
H A Dmqueue.c943 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode,
1562 COMPAT_SYSCALL_DEFINE4(mq_open, const char __user *, u_name,

Completed in 162 milliseconds