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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c89 struct sembuf Sem_buf, /* semaphore operation buffer */ variable in typeref:struct:sembuf
910 Sem_buf.sem_op = -1;
916 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
948 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
967 Sem_buf.sem_num = 0;
968 Sem_buf.sem_flg = 0;
975 Sem_buf.sem_op = 0;
980 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
1032 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
1135 if (semop(Sem_id[buffer], &Sem_buf,
[all...]

Completed in 59 milliseconds