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

/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c93 static plugin_t *binfile = NULL; variable
411 * This is a special case for the binfile plugin.
412 * (audit -n) NULL out kvlist so binfile won't
417 if (binfile != NULL) {
418 _kva_free(binfile->plg_kvlist);
419 binfile->plg_kvlist = NULL;
420 binfile->plg_reopen = 1;
677 binfile = p;

Completed in 74 milliseconds