shmctl1
error = shmctl1(l, SCARG(uap, shmid), cmd,
error = shmctl1(l, SCARG(uap, shmid), cmd,
error = shmctl1(l, shmid, IPC_STAT, &bs);
return shmctl1(l, shmid, IPC_SET, &bs);
return shmctl1(l, shmid, IPC_RMID, NULL);
return shmctl1(l, shmid, SHM_LOCK, NULL);
return shmctl1(l, shmid, SHM_UNLOCK, NULL);
error = shmctl1(l, shmid, IPC_STAT, &bs);
return shmctl1(l, shmid, IPC_SET, &bs);
return shmctl1(l, shmid, IPC_RMID, NULL);
return shmctl1(l, shmid, SHM_LOCK, NULL);
return shmctl1(l, shmid, SHM_UNLOCK, NULL);
error = shmctl1(l, SCARG(uap, shmid), cmd,
error = shmctl1(l, SCARG(uap, shmid), cmd,
error = shmctl1(l, SCARG(uap, shmid), cmd,
__strong_alias(shmctl1,enosys);
error = shmctl1(l, SCARG(uap, shmid), cmd,
int shmctl1(struct lwp *, int, int, struct shmid_ds *);