Searched refs:mq_open (Results 1 – 3 of 3) sorted by relevance
191 COND_SYSCALL(mq_open);192 COND_SYSCALL_COMPAT(mq_open);
1241 context->mq_open.oflag, context->mq_open.mode, in show_special()1242 context->mq_open.attr.mq_flags, in show_special()1243 context->mq_open.attr.mq_maxmsg, in show_special()1244 context->mq_open.attr.mq_msgsize, in show_special()1245 context->mq_open.attr.mq_curmsgs); in show_special()2198 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open()2200 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open()2202 context->mq_open.oflag = oflag; in __audit_mq_open()2203 context->mq_open.mode = mode; in __audit_mq_open()
179 } mq_open; member