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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_sem.c1009 struct sembuf sops[MAX_SOPS]; local
1022 printf("call to semop(%d, 0x%x, %d)\n", semid, sops, nsops);
1051 printf("too many sops (max=%d, nsops=%d)\n", MAX_SOPS, nsops);
1059 * Initial pass thru sops to see what permissions are needed.
1063 j |= (sops[i].sem_op == 0) ? SEM_R : SEM_A;
1076 if ((eval = copyin(uap->sops, &sops, nsops * sizeof(struct sembuf))) != 0) {
1079 uap->sops, &sops, nsops * sizeof(struct sembuf));
1099 sopptr = &sops[
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h990 char sops_l_[PADL_(user_addr_t)]; user_addr_t sops; char sops_r_[PADR_(user_addr_t)]; member in struct:semop_args

Completed in 47 milliseconds