Searched refs:sops (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_sem.c1047 struct sembuf sops[seminfo.semopm]; local
1060 printf("call to semop(%d, 0x%x, %d)\n", semid, sops, nsops);
1089 printf("too many sops (max=%d, nsops=%d)\n",
1097 if ((eval = copyin(uap->sops, &sops, nsops * sizeof(struct sembuf))) != 0) {
1100 uap->sops, &sops, nsops * sizeof(struct sembuf));
1107 * Initial pass thru sops to see what permissions are needed.
1111 j |= (sops[i].sem_op == 0) ? SEM_R : SEM_A;
1138 sopptr = &sops[
[all...]

Completed in 20 milliseconds