Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dmsg.h361 int msgctl(int, int, struct msqid_ds *) __DARWIN_ALIAS(msgctl);
/xnu-11215/bsd/kern/
H A Dsysv_msg.c94 (sy_call_t *)msgctl, (sy_call_t *)msgget,
373 msgctl(struct proc *p, struct msgctl_args *uap, int32_t *retval) in msgctl() function