/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | sem.c | 66 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 D | semsys.c | 32 #pragma weak _semctl = semctl 69 semctl(int semid, int semnum, int cmd, ...) in semctl() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sem.h | 106 int semctl(int, int, int, ...);
|
/titanic_50/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 167 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 D | ipcrm.c | 433 } 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 D | audit_record_attr.txt | 1486 # 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 D | semsys.c | 44 semctl(int semid, int semnum, int cmd, union semun *arg) in semctl() function
|
/titanic_50/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 100 f 1 semctl
|
/titanic_50/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 98 f 1 semctl
|
/titanic_50/usr/src/man/man2/ |
H A D | Makefile | 117 semctl.2 \
|
/titanic_50/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 272 semctl;
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | sem.c | 345 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 D | volcopy.c | 800 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 D | syn_common | 768 semctl
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 112 file path=usr/share/man/man2/semctl.2
|
/titanic_50/usr/src/lib/libima/common/ |
H A D | ima-lib.c | 347 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 D | mapfile-vers | 2515 semctl;
|
H A D | llib-lc | 1405 int semctl(int semid, int semnum, int cmd, ...);
|