Searched refs:mq_open (Results 1 – 3 of 3) sorted by relevance
106 COND_SYSCALL(mq_open);107 COND_SYSCALL_COMPAT(mq_open);
1423 context->mq_open.oflag, context->mq_open.mode, in show_special()1424 context->mq_open.attr.mq_flags, in show_special()1425 context->mq_open.attr.mq_maxmsg, in show_special()1426 context->mq_open.attr.mq_msgsize, in show_special()1427 context->mq_open.attr.mq_curmsgs); in show_special()2545 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open()2547 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open()2549 context->mq_open.oflag = oflag; in __audit_mq_open()2550 context->mq_open.mode = mode; in __audit_mq_open()
189 } mq_open; member
Completed in 11 milliseconds