Home
last modified time | relevance | path

Searched refs:AT_IPC_SEM (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/c2/
H A Daudit.h462 #define AT_IPC_SEM ((char)2) /* semaphore IPC id */ macro
H A Daudit.c912 case AT_IPC_SEM: in audit_ipc()
913 au_uwrite(au_to_ipc(AT_IPC_SEM, id)); in audit_ipc()
937 case AT_IPC_SEM: in audit_ipcget()
H A Daudit_event.c1947 au_uwrite(au_to_ipc(AT_IPC_SEM, id)); in auf_semsys()
/titanic_44/usr/src/uts/common/syscall/
H A Dsem.c214 sizeof (ksemid_t), sem_dtor, sem_rmid, AT_IPC_SEM, in _init()
730 audit_ipcget(AT_IPC_SEM, (void *)sp); in semget()
/titanic_44/usr/src/cmd/auditreduce/
H A Dtoken.c1746 if (flag == OBJ_SEM && type == AT_IPC_SEM) in ipc_type_match()
/titanic_44/usr/src/cmd/praudit/
H A Dtoken.c1385 case AT_IPC_SEM: in s5_IPC_token()