Searched defs:audit (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl62 open(AUDIT, ">>$Base/audit/log");
69 audit("START User=$user Client=$client");
150 audit("SIGN $path $cred $hash");
201 # audit(msg)
203 # Create an audit record. All records have this format:
207 sub audit { subroutine
220 # non-fatal (WARNING). Send the message to the audit error log
226 audit($msg);
237 audit("END");
/illumos-gate/usr/src/lib/libbsm/common/
H A Dbsm.c28 #include <bsm/audit.h>
42 audit(char *record, int length) function
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_syscalls.c58 #include <c2/audit.h>
64 #define AU_MIN_FILE_SZ 0x80000 /* minumum audit file size */
65 #define AUDIT_REC_SIZE 0x8000 /* maximum user audit record size */
108 * The audit system call. Trust what the user has sent down and save it
109 * away in the audit file. User passes a complete audit record and its
115 * login to a zone). When the local audit state (auk_auditstate) is
120 audit(caddr_t record, int length) function
134 /* if auditing not enabled, then don't generate an audit record */
140 /* Only privileged processes can audit */
[all...]
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java28 package com.sun.audit;
81 // Create an audit session.
114 // startSession() for a way to pass an audit thread from one
143 // auditing is on, but whether or not the current audit
167 // unable to generate an valid audit trail.
189 // ADT_UPDATE. If the process audit context is already set,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c498 * Generates an audit record for a supplied rule name
596 /* in audit record, max=min when single port */
699 * 0 in the audit record.
734 * audit records.
737 cvt_addr(uint32_t *audit, int32_t type, struct in6_addr address) argument
742 audit[0] = address._S6_un._S6_u32[3];
745 (void) memcpy(audit, address._S6_un._S6_u32,
840 /* generate the audit record before bailing out */
913 * there is not need to audit them.
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c188 int audit = (c->cache_flags & KMF_AUDIT); local
193 if (audit) {
208 if (!audit)
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c442 Dbg_file_filtee(Lm_list *lml, const char *filter, const char *filtee, int audit) argument
449 if (audit)
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c472 int audit = (c->cache_flags & UMF_AUDIT); local
477 if (audit) {
492 if (!audit)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c676 int audit = 0; local
724 audit = 1;
760 DBG_CALL(Dbg_file_filtee(lml, 0, pdp->pd_pname, audit));
H A Delf.c976 int audit = 0; local
1107 audit = 1;
1144 audit));
1659 Addr base, fltr = 0, audit = 0, cfile = 0, crle = 0; local
1943 audit = dyn->d_un.d_val;
2259 * link-map its too early to go searching for audit objects so just
2262 if (audit) {
2263 char *cp = audit + (char *)STRTAB(lmp);

Completed in 83 milliseconds