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

/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c112 static int binfile_is_open = 0; variable
983 if (!binfile_is_open)
985 binfile_is_open = 1;
1038 if (binfile_is_open) {
1040 binfile_is_open = 0;

Completed in 59 milliseconds