Lines Matching defs:shmid
505 syscallarg(int) shmid;
598 syscallarg(int) shmid;
608 int error, i, cmd, shmid;
610 shmid = SCARG(uap, shmid);
618 error = shm_find_segment_perm_by_index(shmid, &perm);
621 shmid = IXSEQ_TO_IPCID(shmid, perm);
622 retval[0] = shmid;
626 error = shmctl1(l, shmid, IPC_STAT, &bs);
648 return shmctl1(l, shmid, IPC_SET, &bs);
651 return shmctl1(l, shmid, IPC_RMID, NULL);
654 return shmctl1(l, shmid, SHM_LOCK, NULL);
657 return shmctl1(l, shmid, SHM_UNLOCK, NULL);