/titanic_44/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 102 uint32_t auditing = AU_ZONE_AUDITING(GET_KCTX_GZ); in abort_seq_softintr() local 113 if (auditing) in abort_seq_softintr() 116 if (auditing) in abort_seq_softintr() 120 if (auditing) in abort_seq_softintr() 145 int auditing = AU_ZONE_AUDITING(GET_KCTX_GZ); in abort_sequence_enter() local 188 if (!on_intr && auditing) in abort_sequence_enter() 191 if (!on_intr && auditing) in abort_sequence_enter() 195 if (auditing) in abort_sequence_enter()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | symlink.c | 66 int auditing = AU_AUDITING(); in symlinkat() local 76 if (auditing && startvp != NULL) in symlinkat() 96 if (auditing) in symlinkat()
|
H A D | ucredsys.c | 134 uint32_t auditing = AU_AUDITING(); in ucred_get() local 146 if (auditing) in ucred_get() 163 if (auditing) in ucred_get()
|
H A D | open.c | 72 uint32_t auditing = AU_AUDITING(); in copen() local 117 if (auditing && startvp != NULL) in copen() 210 if (auditing && startvp != NULL) in copen()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 608 uint32_t auditing = AU_AUDITING(); in spdsock_flush() local 612 if (auditing) { in spdsock_flush() 628 if (auditing) { in spdsock_flush() 638 if (auditing) { in spdsock_flush() 1044 uint32_t auditing = AU_AUDITING(); in spdsock_addrule() local 1048 if (auditing) { in spdsock_addrule() 1158 if (auditing) { in spdsock_addrule() 1182 if (auditing) { in spdsock_addrule() 1203 uint32_t auditing = AU_AUDITING(); in spdsock_deleterule() local 1207 if (auditing) { in spdsock_deleterule() [all …]
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_syscalls.c | 132 uint32_t auditing; in audit() local 135 auditing = (U2A(u)->tad_audit != AUC_UNSET) ? in audit() 137 if (auditing & ~(AUC_AUDITING | AUC_INIT_AUDIT)) in audit()
|
H A D | audit_io.c | 240 uint32_t auditing; in au_close_time() local 253 auditing = (U2A(u)->tad_audit == AUC_UNSET) in au_close_time() 257 if (auditing & ~(AUC_AUDITING | AUC_INIT_AUDIT)) { in au_close_time()
|
H A D | audit.c | 742 uint32_t auditing; in audit_closef() local 758 auditing = (tad->tad_audit == AUC_UNSET) ? in audit_closef() 760 if (auditing & ~(AUC_AUDITING | AUC_INIT_AUDIT | AUC_NOSPACE)) in audit_closef()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | lookup.c | 232 uint32_t auditing = AU_AUDITING(); in lookuppnvp() local 247 if (auditing) in lookuppnvp() 408 if (auditing) { /* directory access */ in lookuppnvp() 466 if (auditing) in lookuppnvp() 490 if (auditing) in lookuppnvp() 563 if (auditing) in lookuppnvp() 578 if (auditing) in lookuppnvp() 621 if (auditing) /* reached end of path */ in lookuppnvp()
|
H A D | vnode.c | 1311 uint32_t auditing = AU_AUDITING(); in vn_createat() local 1335 if (auditing) in vn_createat() 1543 if (auditing) in vn_createat() 1589 uint32_t auditing = AU_AUDITING(); in vn_linkat() local 1595 if (auditing && fstartvp != NULL) in vn_linkat() 1599 if (auditing && tstartvp != NULL) in vn_linkat() 1657 uint32_t auditing = AU_AUDITING(); in vn_renameat() local 1681 if (auditing && fdvp != NULL) in vn_renameat() 1698 if (auditing && tdvp != NULL) in vn_renameat()
|
/titanic_44/usr/src/uts/common/inet/kssl/ |
H A D | kssl.c | 291 uint32_t auditing = AU_AUDITING(); in kssl_ioctl() local 324 if (auditing) in kssl_ioctl() 345 if (auditing) in kssl_ioctl()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 356 uint32_t auditing = au_zone_getstate(NULL); in pre_syscall() local 358 if (auditing & AU_AUDIT_MASK) { in pre_syscall() 360 if (error = audit_start(T_SYSCALL, code, auditing, \ in pre_syscall()
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | syscall.c | 456 uint32_t auditing = au_zone_getstate(NULL); in pre_syscall() local 458 if (auditing & AU_AUDIT_MASK) { in pre_syscall() 460 if (error = audit_start(T_SYSCALL, code, auditing, \ in pre_syscall()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | timod.c | 683 uint32_t auditing = AU_AUDITING(); in timodrproc() local 773 if (auditing) in timodrproc() 1199 if (auditing) in timodrproc() 1584 uint32_t auditing = AU_AUDITING(); in timodwproc() local 1963 if (auditing) in timodwproc() 2017 if (auditing) in timodwproc()
|
/titanic_44/usr/src/cmd/ssh/ |
H A D | README.altprivsep | 141 - Those required for auditing a user's subsequent logout. 244 Instead we focus on separating processing of auditing, record 257 Logout auditing is done when the session process dies and so does 519 +-> sshd(1M), including auditing, implementation of user 539 +-> auditing and record-keeping
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1873 uint32_t auditing = AU_AUDITING(); in kern_gpfault() local 1986 if (auditing) /* audit core dump */ in kern_gpfault() 1989 if (auditing) /* audit core dump */ in kern_gpfault()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1666 uint32_t auditing = AU_AUDITING(); in strsock_proto() local 1776 if (auditing) in strsock_proto() 2262 if (auditing) in strsock_proto()
|
H A D | socktpi.c | 4602 uint32_t auditing = AU_AUDITING(); in sodgram_direct() local 4667 if (auditing) in sodgram_direct() 4687 if (auditing) in sodgram_direct()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sig.c | 1275 uint32_t auditing = AU_AUDITING(); in psig() local 1456 if (auditing) /* audit core dump */ in psig() 1460 if (auditing) /* audit core dump */ in psig()
|
H A D | priv_defs | 352 Allows a process to turn off and on auditing.
|
H A D | streamio.c | 3206 uint32_t auditing = AU_AUDITING(); in strioctl() local 5290 if (auditing) { in strioctl() 5379 if (auditing) { in strioctl()
|
/titanic_44/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 185 4238494 link-auditing extensions required 311 4346144 link-auditing: plt_tracing fails if LA_SYMB_NOPLTENTER given after 442 4468779 elf_plt_trace_write() broken on i386 (link-auditing) 663 4804328 auditing of threaded applications results in deadlock 1201 6521608 assertion failure in runtime linker related to auditing
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | README | 31 AUDIT off For auditing specific users
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1074 @ MSG_AUD_IGNORE "file=%s; global auditing request ignored: object \
|
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 470 skip=Not used. (Place holder for various auditing events.)
|