Home
last modified time | relevance | path

Searched refs:Sem_buf (Results 1 – 1 of 1) sorted by relevance

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