Searched refs:auditxml (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml32 use auditxml;
43 my $appDebug = 0; # used after return from "new auditxml";
54 my $doc = new auditxml ($ARGV[0]); # input XML file
/illumos-gate/usr/src/lib/libbsm/
H A DMakefile121 AUDITXML = auditxml
H A Dauditxml.pm493 package auditxml; package
537 # local function -- register both the auditxml function and the
580 print STDERR "no auditxml function defined for $class\n";
H A Dauditxml27 # auditxml takes the audit record description (.xml file) and
43 use auditxml;
52 my $appDebug = 0; # used after return from "new auditxml";
79 my $doc = new auditxml ($filename);
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni28 # auditxml takes the audit record description (.xml file) and
31 use auditxml;
42 my $appDebug = 0; # used after return from "new auditxml";
81 my $doc = new auditxml ($ARGV[0]); # input XML file
205 // It is generated by \$SRC/lib/libbsm/auditxml

Completed in 54 milliseconds