Searched refs:ipc_perm (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 53 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 D | ipc.h | 32 struct ipc_perm { struct
|
H A D | shm.h | 71 struct ipc_perm shm_perm; /* operation permission struct */
|
H A D | msg.h | 53 struct ipc_perm msg_perm; /* operation permission struct */
|
H A D | sem.h | 66 struct ipc_perm sem_perm; /* operation permission struct */
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ipc_impl.h | 204 struct ipc_perm *, model_t); 205 void ipcperm_stat(struct ipc_perm *, kipc_perm_t *, model_t);
|
H A D | ipc.h | 47 struct ipc_perm { struct
|
H A D | sem.h | 80 struct ipc_perm sem_perm; /* operation permission struct */
|
H A D | msg.h | 72 struct ipc_perm msg_perm; /* operation permission struct */
|
H A D | shm.h | 89 struct ipc_perm shm_perm; /* operation permission struct */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ipc.c | 512 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 D | shmsys.c | 47 struct ipc_perm shm_perm;
|
/titanic_41/usr/src/uts/common/c2/ |
H A D | audit_record.h | 407 extern token_t *au_to_ipc_perm(struct ipc_perm *);
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 2141 show_perm(private_t *pri, struct ipc_perm *ip) in show_perm()
|