Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h85 #define AT_IPC_SHM ((u_char)3) /* Shared mem IPC id. */ macro
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h465 #define AT_IPC_SHM ((char)3) /* shared memory IPC id */ macro
H A Daudit.c915 case AT_IPC_SHM: in audit_ipc()
916 au_uwrite(au_to_ipc(AT_IPC_SHM, id)); in audit_ipc()
939 case AT_IPC_SHM: in audit_ipcget()
H A Daudit_event.c2350 au_uwrite(au_to_ipc(AT_IPC_SHM, id)); in auf_shmsys()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1752 if (flag == OBJ_SHM && type == AT_IPC_SHM) in ipc_type_match()
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c1388 case AT_IPC_SHM: in s5_IPC_token()