Searched refs:Sem_buf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 87 struct sembuf Sem_buf, /* semaphore operation buffer */ variable 908 Sem_buf.sem_op = -1; in child_copy() 914 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in child_copy() 946 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in child_copy() 965 Sem_buf.sem_num = 0; in parent_copy() 966 Sem_buf.sem_flg = 0; in parent_copy() 973 Sem_buf.sem_op = 0; in parent_copy() 978 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in parent_copy() 1030 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in parent_copy() 1133 if (semop(Sem_id[buffer], &Sem_buf, 1) < 0) in flush_bufs()
|