Home
last modified time | relevance | path

Searched refs:sembuf (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dsem.h143 struct sembuf { struct
203 int semop(int, struct sembuf *, size_t);
/xnu-12377.61.12/bsd/kern/
H A Dsysv_sem.c978 struct sembuf sops[seminfo.semopm]; in semop()
980 struct sembuf *sopptr = NULL; /* protected by 'semptr' */ in semop()
1028 if ((eval = copyin(uap->sops, &sops, nsops * sizeof(struct sembuf))) != 0) { in semop()
1031 uap->sops, &sops, nsops * sizeof(struct sembuf)); in semop()