/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 749 au_uwrite(au_to_arg32(1, "exit status", rval)); in aus_exit() 768 au_uwrite(au_to_arg32(1, "accounting off", (uint32_t)0)); in aus_acct() 788 au_uwrite(au_to_arg32(2, "new file uid", uid)); in aus_chown() 789 au_uwrite(au_to_arg32(3, "new file gid", gid)); in aus_chown() 813 au_uwrite(au_to_arg32(2, "new file uid", uid)); in aus_fchown() 814 au_uwrite(au_to_arg32(3, "new file gid", gid)); in aus_fchown() 828 au_uwrite(au_to_arg32(1, "no path: fd", fd)); in aus_fchown() 855 au_uwrite(au_to_arg32(2, "new file uid", uid)); in aus_lchown() 856 au_uwrite(au_to_arg32(3, "new file gid", gid)); in aus_lchown() 900 au_uwrite(au_to_arg32(3, "new file uid", uid)); in aus_fchownat() [all …]
|
H A D | audit.c | 579 au_write(&(u_ad), au_to_arg32(1, "signal", (uint32_t)sig)); in audit_core_start() 799 au_write((caddr_t *)&(ad), au_to_arg32( in audit_closef() 1616 au_uwrite(au_to_arg32(0, "send fd", (uint32_t)fd)); in audit_fdsend() 1619 au_uwrite(au_to_arg32(0, "send fd", (uint32_t)fd)); in audit_fdsend() 1623 au_uwrite(au_to_arg32(0, "no path", (uint32_t)fp)); in audit_fdsend() 1757 au_uwrite(au_to_arg32(2, "op", op)); in audit_setppriv() 1797 au_uwrite(au_to_arg32(2, "major", items[i].dps_maj)); in audit_devpolicy() 1799 au_uwrite(au_to_arg32(2, "lomin", items[i].dps_lomin)); in audit_devpolicy() 1800 au_uwrite(au_to_arg32(2, "himin", items[i].dps_himin)); in audit_devpolicy() 1829 au_uwrite(au_to_arg32(0, "recv fd", (uint32_t)fd)); in audit_fdrecv() [all …]
|
H A D | audit_record.h | 302 token_t *au_to_arg32(char, char *, uint32_t); 400 extern token_t *au_to_arg32(char, char *, uint32_t);
|
H A D | audit_token.c | 505 au_to_arg32(char n, char *text, uint32_t v) in au_to_arg32() function
|
/illumos-gate/usr/src/man/man3bsm/ |
H A D | Makefile | 32 au_to_arg32.3bsm \ 75 au_to_arg32.3bsm := LINKSRC = au_to.3bsm
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | audit_core.c | 261 au_uwrite(au_to_arg32(0, "child PID", (uint32_t)cp->p_pid)); in audit_newproc()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3bsm.inc | 22 link path=usr/share/man/man3bsm/au_to_arg32.3bsm target=au_to.3bsm
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | mapfile-vers | 43 au_to_arg32;
|
H A D | au_to.c | 50 #pragma weak au_to_arg = au_to_arg32 206 au_to_arg32(char n, char *text, uint32_t v) in au_to_arg32() function
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 174 # au_to_arg32 "so",file descriptor 180 # au_to_arg32 "so", file descriptor 181 # au_to_arg32 "family", so_family 182 # au_to_arg32 "type", so_type 188 # au_to_arg32 "so", file descriptor 195 # au_to_arg32 "so", file descriptor
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 872 NO_UNLOAD_STUB(c2audit, au_to_arg32, nomod_zero);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 767 NO_UNLOAD_STUB(c2audit, au_to_arg32, nomod_zero);
|