Home | History | Annotate | Download | only in common

Lines Matching defs:shmid

473 		syscallarg(int) shmid;
566 syscallarg(int) shmid;
576 int error, i, cmd, shmid;
578 shmid = SCARG(uap, shmid);
586 error = shm_find_segment_perm_by_index(shmid, &perm);
589 shmid = IXSEQ_TO_IPCID(shmid, perm);
590 retval[0] = shmid;
594 error = shmctl1(l, shmid, IPC_STAT, &bs);
616 return shmctl1(l, shmid, IPC_SET, &bs);
619 return shmctl1(l, shmid, IPC_RMID, NULL);
622 return shmctl1(l, shmid, SHM_LOCK, NULL);
625 return shmctl1(l, shmid, SHM_UNLOCK, NULL);