HomeSort by relevance Sort by last modified time
    Searched defs:audit (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/tools/codesign/
codesign_server.pl 62 open(AUDIT, ">>$Base/audit/log");
69 audit("START User=$user Client=$client");
148 # Audit successful signing
150 audit("SIGN $path $cred $hash");
201 # audit(msg)
203 # Create an audit record. All records have this format:
207 sub audit { subroutine
213 print AUDIT "$timestamp $Session $msg\n";
220 # non-fatal (WARNING). Send the message to the audit error lo
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbsm/common/
bsm.c 28 #include <bsm/audit.h>
42 audit(char *record, int length) function
  /onnv/onnv-gate/usr/src/lib/libadt_jni/com/sun/audit/
AuditSession.java 28 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,
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
cap.c 251 int audit = 0; local
293 * Audit the filter/filtee established. A return of 0
299 audit = 1;
335 DBG_CALL(Dbg_file_filtee(lml, 0, pdp->pd_pname, audit));
elf.c 999 int audit = 0; local
1069 * Audit the filter/filtee established. Ignore
1122 * Audit the filter/filtee established. A
1130 audit = 1;
1167 audit));
1644 Addr base, fltr = 0, audit = 0, cfile = 0, crle = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
leaky_subr.c 188 int audit = (c->cache_flags & KMF_AUDIT); local
193 if (audit) {
208 if (!audit)
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_syscalls.c 59 #include <c2/audit.h>
67 #define AU_MIN_FILE_SZ 0x80000 /* minumum audit file size */
68 #define AUDIT_REC_SIZE 0x8000 /* maximum user audit record size */
76 int au_auditstate = AUC_UNSET; /* global audit state */
77 int audit_policy; /* global audit policies in force */
156 * reboot (and when the audit stubs are removed) *most* of these
187 result = audit((caddr_t)uap->a1, (int)uap->a2);
203 * Return the audit user ID for the current process. Currently only
204 * the privileged processes may see the audit id. That may change.
226 * Set the audit userid, for a process. This can only be changed b
519 audit(caddr_t record, int length) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
leaky_subr.c 472 int audit = (c->cache_flags & UMF_AUDIT); local
477 if (audit) {
492 if (!audit)

Completed in 900 milliseconds