Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dsem.c66 if (semctl(semid, 0, SETALL, semarg) < 0)
95 return semctl(semid, 0, IPC_RMID, NULL);
200 if ((semval = semctl(semid, semnum, GETVAL, NULL)) < 0)
236 if ((r = semctl(semid, 1, IPC_STAT, arg)) < 0)
241 if ((r = semctl(semid, 1, IPC_SET, arg)) < 0)
/titanic_50/usr/src/lib/libc/port/sys/
H A Dsemsys.c32 #pragma weak _semctl = semctl
69 semctl(int semid, int semnum, int cmd, ...) in semctl() function
/titanic_50/usr/src/uts/common/sys/
H A Dsem.h106 int semctl(int, int, int, ...);
/titanic_50/usr/src/lib/libbsm/
H A Daudit_event.txt167 98:AUE_SEMCTL:semctl(2) - illegal command:ip
168 99:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip
169 100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip
170 101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip
171 102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip
172 103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip
173 104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip
174 105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip
175 106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip
176 107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip
[all …]
/titanic_50/usr/src/cmd/ipcrm/
H A Dipcrm.c433 } else if (semctl(ipc_id, 0, IPC_RMID, NULL_SEM) == in main()
467 if (semctl(ipc_id, 0, IPC_RMID, NULL_SEM) == -1) { in main()
/titanic_50/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1486 # ipc, ipc_perm token: semctl -> ipc_lookup -> audit_ipc
1492 syscall=semctl: GETALL
1493 # ipc, ipc_perm token: semctl -> ipc_lookup -> audit_ipc
1499 syscall=semctl: GETNCNT
1500 # ipc, ipc_perm token: semctl -> ipc_lookup -> audit_ipc
1506 syscall=semctl: GETPID
1507 # ipc, ipc_perm token: semctl -> ipc_lookup -> audit_ipc
1513 syscall=semctl: GETVAL
1514 # ipc, ipc_perm token: semctl -> ipc_lookup -> audit_ipc
1520 syscall=semctl: GETZCNT
[all …]
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dsemsys.c44 semctl(int semid, int semnum, int cmd, union semun *arg) in semctl() function
/titanic_50/usr/src/lib/libsys/i386/
H A Dlibsys.list100 f 1 semctl
/titanic_50/usr/src/lib/libsys/sparc/
H A Dlibsys.list98 f 1 semctl
/titanic_50/usr/src/man/man2/
H A DMakefile117 semctl.2 \
/titanic_50/usr/src/lib/libsys/common/
H A Dmapfile-vers272 semctl;
/titanic_50/usr/src/uts/common/syscall/
H A Dsem.c345 semctl(int semid, uint_t semnum, int cmd, uintptr_t arg) in semctl() function
1197 error = semctl((int)a1, (uint_t)a2, (int)a3, a4); in semsys()
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c800 if (semctl(Sem_id[cnt], 0, SETVAL, sem_arg) < 0) in mem_setup()
1150 (void) semctl(Sem_id[cnt], IPC_RMID, 0); in cleanup()
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common768 semctl
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc112 file path=usr/share/man/man2/semctl.2
/titanic_50/usr/src/lib/libima/common/
H A Dima-lib.c347 retVal = semctl(*semid, 0, SETVAL, sem_union); in os_createmutex()
382 retVal = semctl(semid, 0, IPC_RMID, sem_union); in os_destroymutex()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2515 semctl;
H A Dllib-lc1405 int semctl(int semid, int semnum, int cmd, ...);