Searched refs:mq_open (Results 1 – 3 of 3) sorted by relevance
195 COND_SYSCALL(mq_open);196 COND_SYSCALL_COMPAT(mq_open);
1420 context->mq_open.oflag, context->mq_open.mode, in show_special()1421 context->mq_open.attr.mq_flags, in show_special()1422 context->mq_open.attr.mq_maxmsg, in show_special()1423 context->mq_open.attr.mq_msgsize, in show_special()1424 context->mq_open.attr.mq_curmsgs); in show_special()2547 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open()2549 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open()2551 context->mq_open.oflag = oflag; in __audit_mq_open()2552 context->mq_open.mode = mode; in __audit_mq_open()
188 } mq_open; member