/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/ |
H A D | aso-sem.c | 75 semop(apl->id, &sem, 1); 77 if (!semop(apl->id, &sem, 1)) 116 if (semop(id, &sem, 1) < 0) 155 if (semop(id, &sem, 1) < 0) 188 return semop(apl->id, &sem, 1) < 0 ? -1 : k;
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | sem.c | 125 return semop(semid, semops, 1); 128 r = semop(semid, semops, 1); 169 return semop(semid, semops, 1); 172 r = semop(semid, semops, 1);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | asometh | 20 aso semaphore note{ semget semop semctl work }end link{ 38 if (semop(id, &sem, 1) < 0)
|
/illumos-gate/usr/src/lib/libima/common/ |
H A D | sunima-lib.c | 136 (void) semop(semid, &sem_b, 1); in os_obtainmutex() 147 (void) semop(semid, &sem_b, 1); in os_releasemutex()
|
H A D | ima-lib.c | 365 (void) semop(semid, &sem_b, 1); in os_obtainmutex() 376 (void) semop(semid, &sem_b, 1); in os_releasemutex()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | semsys.c | 33 #pragma weak _semop = semop 127 semop(int semid, struct sembuf *sops, size_t nsops) in semop() function
|
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 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() 978 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in parent_copy() 1026 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0) in parent_copy() 1030 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in parent_copy() 1033 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0) in parent_copy() 1131 if (semop(Sem_id[buffer], &Rstsem_buf, 1) < 0) in flush_bufs() 1133 if (semop(Sem_id[buffer], &Sem_buf, 1) < 0) in flush_bufs()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | asometh | 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | asometh | 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | asometh | 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | asometh | 6 #define _aso_semaphore 1 /* semget semop semctl work */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sem.h | 109 int semop(int, struct sembuf *, size_t);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 123 semop.2 \ 381 semtimedop.2 := LINKSRC = semop.2
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sem.c | 863 semop(int semid, struct sembuf *sops, size_t nsops, timespec_t *timeout) in semop() function 1203 error = semop((int)a1, (struct sembuf *)a2, (size_t)a3, 0); in semsys() 1209 error = semop((int)a1, (struct sembuf *)a2, (size_t)a3, in semsys()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 194 file path=usr/share/man/man2/semop.2 195 link path=usr/share/man/man2/semtimedop.2 target=semop.2
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 772 semop
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 180 110:AUE_SEMOP:semop(2):ip
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2976 semop;
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1617 # ipc, ipc_perm token: semop -> ipc_lookup -> audit_ipc
|