Searched refs:sembuf (Results 1 – 2 of 2) sorted by relevance
143 struct sembuf { struct203 int semop(int, struct sembuf *, size_t);
1009 struct sembuf sops[seminfo.semopm]; in semop()1011 struct sembuf *sopptr = NULL; /* protected by 'semptr' */ in semop()1059 if ((eval = copyin(uap->sops, &sops, nsops * sizeof(struct sembuf))) != 0) { in semop()1062 uap->sops, &sops, nsops * sizeof(struct sembuf)); in semop()