Searched defs:Sem_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c82 int Sem_id[BUFCNT], /* semaphore ids for controlling shared memory */ variable
797 if ((Sem_id[cnt] = semget(IPC_PRIVATE, 1, 0)) < 0)
800 if (semctl(Sem_id[cnt], 0, SETVAL, sem_arg) < 0)
916 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
948 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
980 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
1028 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0)
1032 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
1035 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0)
1133 if (semop(Sem_id[buffe
[all...]

Completed in 47 milliseconds