Home
last modified time | relevance | path

Searched refs:ipc_perm (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt53 token=ipc_perm:ipc_perm
79 message=ipc_perm:The ipc and ipc_perm tokens are not included if \
1117 format=arg1:[ipc]:[ipc_perm]
1119 note=ipc_perm
1120 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc
1123 format=arg1:[ipc]:[ipc_perm]
1125 note=ipc_perm
1127 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc
1130 format=arg1:[ipc]:[ipc_perm]
1132 note=ipc_perm
[all …]
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dipc.h32 struct ipc_perm { struct
H A Dshm.h71 struct ipc_perm shm_perm; /* operation permission struct */
H A Dmsg.h53 struct ipc_perm msg_perm; /* operation permission struct */
H A Dsem.h66 struct ipc_perm sem_perm; /* operation permission struct */
/titanic_41/usr/src/uts/common/sys/
H A Dipc_impl.h204 struct ipc_perm *, model_t);
205 void ipcperm_stat(struct ipc_perm *, kipc_perm_t *, model_t);
H A Dipc.h47 struct ipc_perm { struct
H A Dsem.h80 struct ipc_perm sem_perm; /* operation permission struct */
H A Dmsg.h72 struct ipc_perm msg_perm; /* operation permission struct */
H A Dshm.h89 struct ipc_perm shm_perm; /* operation permission struct */
/titanic_41/usr/src/uts/common/os/
H A Dipc.c512 kipc_perm_t *kperm, struct ipc_perm *perm, model_t model) in ipcperm_set()
514 STRUCT_HANDLE(ipc_perm, lperm); in ipcperm_set()
545 ipcperm_stat(struct ipc_perm *perm, kipc_perm_t *kperm, model_t model) in ipcperm_stat()
547 STRUCT_HANDLE(ipc_perm, lperm); in ipcperm_stat()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c47 struct ipc_perm shm_perm;
/titanic_41/usr/src/uts/common/c2/
H A Daudit_record.h407 extern token_t *au_to_ipc_perm(struct ipc_perm *);
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c2141 show_perm(private_t *pri, struct ipc_perm *ip) in show_perm()