Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/c2/
H A Daudit.h463 #define AT_IPC_SHM ((char)3) /* shared memory IPC id */ macro
H A Daudit.c916 case AT_IPC_SHM: in audit_ipc()
917 au_uwrite(au_to_ipc(AT_IPC_SHM, id)); in audit_ipc()
940 case AT_IPC_SHM: in audit_ipcget()
H A Daudit_event.c2305 au_uwrite(au_to_ipc(AT_IPC_SHM, id)); in auf_shmsys()
/titanic_44/usr/src/uts/common/os/
H A Dshm.c225 sizeof (kshmid_t), shm_dtor, shm_rmid, AT_IPC_SHM, in _init()
938 audit_ipcget(AT_IPC_SHM, (void *)sp); in shmget()
/titanic_44/usr/src/cmd/auditreduce/
H A Dtoken.c1752 if (flag == OBJ_SHM && type == AT_IPC_SHM) in ipc_type_match()
/titanic_44/usr/src/cmd/praudit/
H A Dtoken.c1388 case AT_IPC_SHM: in s5_IPC_token()