Symbol: semop
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1026
if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1030
if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1033
if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1131
if (semop(Sem_id[buffer], &Rstsem_buf, 1) < 0)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1133
if (semop(Sem_id[buffer], &Sem_buf, 1) < 0)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
914
if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
946
if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
978
if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0)
usr/src/cmd/sendmail/libsm/sem.c
125
return semop(semid, semops, 1);
usr/src/cmd/sendmail/libsm/sem.c
128
r = semop(semid, semops, 1);
usr/src/cmd/sendmail/libsm/sem.c
169
return semop(semid, semops, 1);
usr/src/cmd/sendmail/libsm/sem.c
172
r = semop(semid, semops, 1);
usr/src/lib/libima/common/ima-lib.c
365
(void) semop(semid, &sem_b, 1);
usr/src/lib/libima/common/ima-lib.c
376
(void) semop(semid, &sem_b, 1);
usr/src/lib/libima/common/sunima-lib.c
136
(void) semop(semid, &sem_b, 1);
usr/src/lib/libima/common/sunima-lib.c
147
(void) semop(semid, &sem_b, 1);
usr/src/uts/common/sys/sem.h
109
int semop(int, struct sembuf *, size_t);
usr/src/uts/common/syscall/sem.c
1203
error = semop((int)a1, (struct sembuf *)a2, (size_t)a3, 0);
usr/src/uts/common/syscall/sem.c
1209
error = semop((int)a1, (struct sembuf *)a2, (size_t)a3,