Searched refs:dbfp (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf_to_kernel.c56 DPRINT((dbfp, "default user preselection mask updated\n"));
84 DPRINT((dbfp, "active non-attributable audit mask updated\n"));
108 DPRINT((dbfp, "active policy settings updated\n"));
126 DPRINT((dbfp, "Received qctrl controls from SMF repository:\n"));
127 DPRINT((dbfp, "\thiwater: %lu\n", (ulong_t)cfg_qctrl.aq_hiwater));
128 DPRINT((dbfp, "\tlowater: %lu\n", (ulong_t)cfg_qctrl.aq_lowater));
129 DPRINT((dbfp, "\tbufsz: %lu\n", (ulong_t)cfg_qctrl.aq_bufsz));
130 DPRINT((dbfp, "\tdelay: %ld\n", cfg_qctrl.aq_delay));
135 DPRINT((dbfp, "hiwater changed to active value: %lu\n",
140 DPRINT((dbfp, "lowate
[all...]
H A Daudit_scf.h58 FILE *dbfp; /* debug file pointer */ variable
59 #define DPRINT(x) { if (dbfp == NULL) dbfp = __auditd_debug_file_open(); \
60 if (dbfp != NULL) { \
61 (void) fprintf(dbfp, "%u: ", pthread_self()); \
63 (void) fflush(dbfp); \
H A Daudit_scf.c313 DPRINT((dbfp, "prop_vect is full; flushing\n"));
618 DPRINT((dbfp, "Property string to be parsed: %s\n",
660 DPRINT((dbfp, "Look for property group: %s (type: %s)\n",
734 DPRINT((dbfp, "Found property group - %s: %s\n",
737 DPRINT((dbfp, "Could not get attribute string "
763 DPRINT((dbfp, "Walking policy - %s: ", policy_str));
766 DPRINT((dbfp, "skipped\n"));
777 DPRINT((dbfp, "skipped\n"));
926 DPRINT((dbfp, "will be queried\n"));
985 DPRINT((dbfp, "
[all...]
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c114 FILE *dbfp; /* debug file */ member in struct:plg_ctrl
231 DPRINT((ctrl->dbfp, "binfile: dirlist=%s\n", dirlist));
242 DPRINT((ctrl->dbfp, "binfile: p_dir = %s\n", dirname));
303 DPRINT((ctrl->dbfp, "binfile: Loading audit list from audit service "
307 DPRINT((ctrl->dbfp, "binfile: internal error"));
321 DPRINT((ctrl->dbfp, "binfile: "
330 (void) fprintf(ctrl->dbfp, "Directory list:\n\t%s\n",
335 (void) fprintf(ctrl->dbfp,
351 DPRINT((ctrl->dbfp,
363 DPRINT((ctrl->dbfp, "binfil
1072 FILE *dbfp; local
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h45 static FILE *dbfp; /* debug file */ variable
H A Dsysplugin.c558 DPRINT((dbfp, "error before token %d (previous "
574 (void) fprintf(dbfp,
580 (void) fprintf(dbfp,
700 (void) fprintf(dbfp,
708 (void) fprintf(dbfp, "syslog writing buffer %llu\n",
770 (void) fprintf(dbfp,
780 DPRINT((dbfp, "syslog: out of memory; seq=%llu\n",
790 DPRINT((dbfp, "syslog: write_count=%llu, "
794 DPRINT((dbfp, "syslog: parse failed for buffer %llu\n",
799 DPRINT((dbfp, "syslo
[all...]
H A Dsystoken.c78 dbfp = __auditd_debug_file_open();
327 DPRINT((dbfp, "text_token: start length=%d, add length=%d+%d\n",
342 DPRINT((dbfp, "text_token: l is %d\n%s\n", ctx->out.sf_textlen,
350 DPRINT((dbfp, "text_token: l=%d\n%s\n", ctx->out.sf_textlen,
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c246 DPRINT((dbfp, "Compare: [%s] [%s]\n",

Completed in 50 milliseconds