Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:msgctl

40  * provided in third argument of msgctl call (in case of IPC_SET cmd)
60 msgctl(id, IPC_RMID, NULL);
61 printf("msgctl\\(%d, (IPC_64\\|)?IPC_RMID, NULL\\) += 0\n", id);
96 rc = msgctl(bogus_msgid, bogus_cmd, NULL);
97 printf("msgctl\\(%d, (IPC_64\\|)?%#x /\\* MSG_\\?\\?\\? \\*/, NULL\\)"
101 rc = msgctl(bogus_msgid, IPC_SET, bogus_addr);
102 printf("msgctl\\(%d, (IPC_64\\|)?IPC_SET, %p\\) += %s\n",
106 if (msgctl(id, IPC_STAT, &ds))
107 perror_msg_and_skip("msgctl IPC_STAT");
108 printf("msgctl\\(%d, (IPC_64\\|)?IPC_STAT, \\{msg_perm=\\{uid=%u"
120 if (msgctl(id, IPC_SET, &ds))
121 perror_msg_and_skip("msgctl IPC_SET");
122 printf("msgctl\\(%d, (IPC_64\\|)?IPC_SET, \\{msg_perm=\\{uid=%u"
127 rc = msgctl(0, MSG_INFO, &ds);
128 printf("msgctl\\(0, (IPC_64\\|)?MSG_INFO, %p\\) += %s\n",
131 rc = msgctl(id, MSG_STAT, &ds);
132 printf("msgctl\\(%d, (IPC_64\\|)?MSG_STAT, %p\\) += %s\n",