Home
last modified time | relevance | path

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

/dflybsd-src/test/testcases/sysv/sysvmsg/
H A Dmsgtest.c142 if (msgctl(sender_msqid, IPC_STAT, &m_ds) == -1) in main()
149 if (msgctl(sender_msqid, IPC_SET, &m_ds) == -1) in main()
154 if (msgctl(sender_msqid, IPC_STAT, &m_ds) == -1) in main()
243 if (msgctl(sender_msqid, IPC_STAT, &m_ds) == -1) in sigchld_handler()
259 if (msgctl(sender_msqid, IPC_RMID, NULL) == -1) in cleanup()
/dflybsd-src/lib/libc/sys/
H A DMakefile.inc83 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 \
165 MLINKS+=msgctl.2 msgctl.3
H A DSymbol.map183 msgctl;
/dflybsd-src/lib/libc/gen/
H A Dsysvipc_msgctl.c11 int msgctl(int msqid, int cmd, struct msqid_ds *buf) in msgctl() function
/dflybsd-src/sys/sys/
H A Dmsg.h129 int msgctl(int, int, struct msqid_ds *);
H A Dsysunion.h148 struct msgctl_args msgctl; member
H A Dsyscall.mk140 msgctl.o \
/dflybsd-src/usr.bin/ipcrm/
H A Dipcrm.c75 return msgctl(id, IPC_RMID, NULL); in msgrm()