HomeSort by: relevance | last modified time | path
    Searched defs:msgctl1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sysv_msg.c 464 error = msgctl1(l, SCARG(uap, msqid), cmd,
474 msgctl1(struct lwp *l, int msqid, int cmd, struct msqid_ds *msqbuf) function in typeref:typename:int
481 MSG_PRINTF(("call to msgctl1(%d, %d)\n", msqid, cmd));
sysv_msg.c 464 error = msgctl1(l, SCARG(uap, msqid), cmd,
474 msgctl1(struct lwp *l, int msqid, int cmd, struct msqid_ds *msqbuf) function in typeref:typename:int
481 MSG_PRINTF(("call to msgctl1(%d, %d)\n", msqid, cmd));

Completed in 22 milliseconds