/titanic_50/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);
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | semsys.c | 74 semop(int semid, struct sembuf *sops, int nsops) in semop() function 113 return (semop(semid, sops, nsops)); in semsys()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | semsys.c | 35 #pragma weak _semop = semop 129 semop(int semid, struct sembuf *sops, size_t nsops) in semop() function
|
/titanic_50/usr/src/lib/libima/common/ |
H A D | sunima-lib.c | 135 retVal = semop(semid, &sem_b, 1); in os_obtainmutex() 146 retVal = semop(semid, &sem_b, 1); in os_releasemutex()
|
H A D | ima-lib.c | 362 retVal = semop(semid, &sem_b, 1); in os_obtainmutex() 373 retVal = semop(semid, &sem_b, 1); in os_releasemutex()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sem.h | 109 int semop(int, struct sembuf *, size_t);
|
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 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() 980 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in parent_copy() 1028 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0) in parent_copy() 1032 if (semop(Sem_id[cur_buf], &Sem_buf, 1) < 0) in parent_copy() 1035 if (semop(Sem_id[cur_buf], &Rstsem_buf, 1) < 0) in parent_copy() 1133 if (semop(Sem_id[buffer], &Rstsem_buf, 1) < 0) in flush_bufs() 1135 if (semop(Sem_id[buffer], &Sem_buf, 1) < 0) in flush_bufs()
|
/titanic_50/usr/src/man/man2/ |
H A D | Makefile | 120 semop.2 \ 372 semtimedop.2 := LINKSRC = semop.2
|
/titanic_50/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 102 f 1 semop
|
/titanic_50/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 100 f 1 semop
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 276 semop;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 115 file path=usr/share/man/man2/semop.2 229 link path=usr/share/man/man2/semtimedop.2 target=semop.2
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 772 semop
|
/titanic_50/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 179 110:AUE_SEMOP:semop(2):ip
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2519 semop;
|
H A D | llib-lc | 1407 int semop(int semid, struct sembuf *sops, size_t nsops);
|
/titanic_50/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1572 # ipc, ipc_perm token: semop -> ipc_lookup -> audit_ipc
|