Searched refs:msgctl (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dmsgsys.c32 #pragma weak _msgctl = msgctl
54 msgctl(int msqid, int cmd, struct msqid_ds *buf) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/
H A Dipcsysv.t106 msgctl($msg,IPC_STAT,$data) or print "not ";
214 msgctl($msg,IPC_RMID,0) if defined $msg;
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c265 if (msgctl(msqid, IPC_STAT, &buf) == -1) {
267 syslog(LOG_INFO, "nwam_event_send: msgctl: %s",
318 msgctl(msqid, IPC_RMID, NULL) != -1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t372 msgctl msgctl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t143 msgctl, msgget, msgrcv, msgsnd, semctl, semget, semop,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t722 msgctl($id, IPC_RMID, 0) or warn "# msgctl failed: $!\n";
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1380 int msgctl(int msqid, int cmd, struct msqid_ds *buf);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c2035 ret = msgctl(id, cmd, (struct msqid_ds *)a);

Completed in 51 milliseconds