Searched refs:mq_open (Results 1 – 3 of 3) sorted by relevance
191 COND_SYSCALL(mq_open);192 COND_SYSCALL_COMPAT(mq_open);
1288 context->mq_open.oflag, context->mq_open.mode, in show_special()1289 context->mq_open.attr.mq_flags, in show_special()1290 context->mq_open.attr.mq_maxmsg, in show_special()1291 context->mq_open.attr.mq_msgsize, in show_special()1292 context->mq_open.attr.mq_curmsgs); in show_special()2252 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open()2254 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open()2256 context->mq_open.oflag = oflag; in __audit_mq_open()2257 context->mq_open.mode = mode; in __audit_mq_open()
179 } mq_open; member