Home
last modified time | relevance | path

Searched refs:auditing (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dcpu_states.c102 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()
/illumos-gate/usr/src/uts/common/os/
H A Dupanic.c33 uint32_t auditing = AU_AUDITING(); in upanic() local
90 if (auditing) { in upanic()
95 if (auditing) /* audit core dump */ in upanic()
H A Dsig.c1291 uint32_t auditing = AU_AUDITING(); in psig() local
1472 if (auditing) /* audit core dump */ in psig()
1476 if (auditing) /* audit core dump */ in psig()
H A Dpriv_defs361 Allows a process to turn off and on auditing.
H A Dstreamio.c3296 uint32_t auditing = AU_AUDITING(); in strioctl() local
5416 if (auditing) { in strioctl()
5505 if (auditing) { in strioctl()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsymlink.c66 int auditing = AU_AUDITING(); in symlinkat() local
76 if (auditing && startvp != NULL) in symlinkat()
96 if (auditing) in symlinkat()
H A Ducredsys.c134 uint32_t auditing = AU_AUDITING(); in ucred_get() local
146 if (auditing) in ucred_get()
163 if (auditing) in ucred_get()
H A Dopen.c73 uint32_t auditing = AU_AUDITING(); in copen() local
118 if (auditing && startvp != NULL) in copen()
211 if (auditing && startvp != NULL) in copen()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c615 if (auditing) { in spdsock_flush()
631 if (auditing) { in spdsock_flush()
641 if (auditing) { in spdsock_flush()
1051 if (auditing) { in spdsock_addrule()
1161 if (auditing) { in spdsock_addrule()
1185 if (auditing) { in spdsock_addrule()
1210 if (auditing) { in spdsock_deleterule()
1271 if (auditing) { in spdsock_deleterule()
1287 if (auditing) { in spdsock_deleterule()
1387 if (auditing) { in spdsock_flip()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile21 SHOPT_AUDIT == 1 /* enable auditing per SHOPT_AUDITFILE */
22 SHOPT_AUDITFILE == "/etc/ksh_audit" /* auditing file */
H A DREADME31 AUDIT off For auditing specific users
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_syscalls.c132 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 Daudit_io.c240 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 Daudit.c741 uint32_t auditing; in audit_closef() local
757 auditing = (tad->tad_audit == AUC_UNSET) ? in audit_closef()
759 if (auditing & ~(AUC_AUDITING | AUC_INIT_AUDIT | AUC_NOSPACE)) in audit_closef()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c233 uint32_t auditing = AU_AUDITING(); in lookuppnvp() local
252 if (auditing) in lookuppnvp()
413 if (auditing) { /* directory access */ in lookuppnvp()
471 if (auditing) in lookuppnvp()
495 if (auditing) in lookuppnvp()
568 if (auditing) in lookuppnvp()
583 if (auditing) in lookuppnvp()
626 if (auditing) /* reached end of path */ in lookuppnvp()
H A Dvnode.c1362 uint32_t auditing = AU_AUDITING(); in vn_createat() local
1386 if (auditing) in vn_createat()
1590 if (auditing) in vn_createat()
1636 uint32_t auditing = AU_AUDITING(); in vn_linkat() local
1642 if (auditing && fstartvp != NULL) in vn_linkat()
1646 if (auditing && tstartvp != NULL) in vn_linkat()
1704 uint32_t auditing = AU_AUDITING(); in vn_renameat() local
1728 if (auditing && fdvp != NULL) in vn_renameat()
1745 if (auditing && tdvp != NULL) in vn_renameat()
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c356 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()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c461 uint32_t auditing = au_zone_getstate(NULL); in pre_syscall() local
463 if (auditing & AU_AUDIT_MASK) { in pre_syscall()
465 if (error = audit_start(T_SYSCALL, code, auditing, \ in pre_syscall()
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c685 uint32_t auditing = AU_AUDITING(); in timodrproc() local
775 if (auditing) in timodrproc()
1201 if (auditing) in timodrproc()
1588 uint32_t auditing = AU_AUDITING(); in timodwproc() local
1967 if (auditing) in timodwproc()
2021 if (auditing) in timodwproc()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1758 uint32_t auditing = AU_AUDITING(); in kern_gpfault() local
1863 if (auditing) /* audit core dump */ in kern_gpfault()
1866 if (auditing) /* audit core dump */ in kern_gpfault()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1666 uint32_t auditing = AU_AUDITING(); in strsock_proto() local
1776 if (auditing) in strsock_proto()
2262 if (auditing) in strsock_proto()
H A Dsocktpi.c4544 uint32_t auditing = AU_AUDITING(); in sodgram_direct() local
4609 if (auditing) in sodgram_direct()
4629 if (auditing) in sodgram_direct()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README185 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
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1076 @ MSG_AUD_IGNORE "file=%s; global auditing request ignored: object \
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt502 skip=Not used. (Place holder for various auditing events.)