msgctl 169 ext/sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_STAT, &stat) == 0) { msgctl 189 ext/sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_SET, &stat) == 0) { msgctl 212 ext/sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_STAT, &stat) == 0) { msgctl 291 ext/sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_RMID, NULL) == 0) {