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

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_sem.c1046 int nsops = uap->nsops; local
1060 printf("call to semop(%d, 0x%x, %d)\n", semid, sops, nsops);
1087 if (nsops < 0 || nsops > seminfo.semopm) {
1089 printf("too many sops (max=%d, nsops=%d)\n",
1090 seminfo.semopm, nsops);
1097 if ((eval = copyin(uap->sops, &sops, nsops * sizeof(struct sembuf))) != 0) {
1100 uap->sops, &sops, nsops * sizeof(struct sembuf));
1110 for (i = 0; i < nsops;
[all...]

Completed in 73 milliseconds